diff --git a/.gitignore b/.gitignore index b72f146..3ec83b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rasterview-1.2.1.tar.gz /rasterview-1.3.tar.gz +/rasterview-1.4.1.tar.gz diff --git a/rasterview-build.patch b/rasterview-build.patch deleted file mode 100644 index 298a202..0000000 --- a/rasterview-build.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -up rasterview-1.3/error.c.build rasterview-1.3/error.c ---- rasterview-1.3/error.c.build 2011-05-19 05:13:21.000000000 +0100 -+++ rasterview-1.3/error.c 2011-05-20 11:24:28.879175330 +0100 -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - #include - - -diff -up rasterview-1.3/main.cxx.build rasterview-1.3/main.cxx ---- rasterview-1.3/main.cxx.build 2011-05-20 11:24:34.194077292 +0100 -+++ rasterview-1.3/main.cxx 2011-05-20 11:24:47.980823178 +0100 -@@ -25,6 +25,7 @@ - // - - #include "RasterView.h" -+#include - #include - - -diff -up rasterview-1.3/raster.c.build rasterview-1.3/raster.c ---- rasterview-1.3/raster.c.build 2011-05-19 05:13:21.000000000 +0100 -+++ rasterview-1.3/raster.c 2011-05-20 11:24:28.881175294 +0100 -@@ -59,6 +59,7 @@ extern void _cupsRasterClearError(void) - # include /* for htonl() definition */ - #else - # include -+# include - #endif /* WIN32 || __EMX__ */ - - diff --git a/rasterview.spec b/rasterview.spec index 97ef702..b1fe991 100644 --- a/rasterview.spec +++ b/rasterview.spec @@ -1,11 +1,11 @@ Name: rasterview Summary: CUPS raster file viewer -Version: 1.3 -Release: 12%{?dist} +Version: 1.4.1 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Publishing -Source: http://www.easysw.com/~mike/rasterview/rasterview-%{version}.tar.gz -Url: http://www.easysw.com/~mike/rasterview/ +Source: https://www.msweet.org/files/project7/rasterview-%{version}.tar.gz +Url: https://www.msweet.org/projects.php?Z7 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fltk-devel @@ -16,7 +16,6 @@ BuildRequires: zlib-devel BuildRequires: desktop-file-utils >= 0.2.92 Patch1: rasterview-desktop-file.patch -Patch2: rasterview-build.patch %description CUPS uses an intermediate format called raster for inkjet printers and @@ -30,9 +29,6 @@ drivers. # Fixes for desktop file. %patch1 -p1 -b .desktop-file -# Make it build. -%patch2 -p1 -b .build - %build %configure make @@ -69,6 +65,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_datadir}/applications/*.desktop %changelog +* Fri Aug 28 2015 Tim Waugh - 1.4.1-1 +- 1.4.1 (bug #1257378). + * Thu Jun 18 2015 Fedora Release Engineering - 1.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index dd3d47c..34f86de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f615b5ef5e6e512aec25dc745bb330f rasterview-1.3.tar.gz +eb9f23483d5e024e25fa236ecc50aa83 rasterview-1.4.1.tar.gz