[nip2] 7.32.0-1

Benjamin Gilbert bgilbert at fedoraproject.org
Thu Mar 7 06:48:56 UTC 2013


commit 2b74e453f1872a77c77bb75b6c6f58fcebb8d090
Author: Benjamin Gilbert <bgilbert at backtick.net>
Date:   Thu Mar 7 01:46:12 2013 -0500

    7.32.0-1

 .gitignore                  |    1 +
 nip2-7.30.1-fix-build.patch |   98 -------------------------------------------
 nip2.spec                   |   24 +++++------
 sources                     |    1 +
 4 files changed, 13 insertions(+), 111 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec17dc9..1a6f11c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nip2-7.30.1.tar.gz
+/nip2-7.32.0.tar.gz
diff --git a/nip2.spec b/nip2.spec
index 761786c..cc45ee6 100644
--- a/nip2.spec
+++ b/nip2.spec
@@ -1,17 +1,15 @@
 Name:		nip2
-Version:	7.30.1
-Release:	4%{?dist}
+Version:	7.32.0
+Release:	1%{?dist}
 Summary:	Interactive tool for working with large images
 
 Group:		Applications/Multimedia
 License:	GPLv2+
 URL:		http://www.vips.ecs.soton.ac.uk/
-Source0:	http://www.vips.ecs.soton.ac.uk/supported/7.30/%{name}-%{version}.tar.gz
+Source0:	http://www.vips.ecs.soton.ac.uk/supported/7.32/%{name}-%{version}.tar.gz
 
 # Fix location of help in program to look in correct path
 Patch0:		nip2-7.20.7-guidedir.patch
-# Fix build error with flex >= 2.5.36, upstream 5b135dd9
-Patch1:		nip2-7.30.1-fix-build.patch
 
 BuildRequires:	pkgconfig(vips)
 BuildRequires:	pkgconfig(gtk+-2.0)
@@ -44,16 +42,9 @@ GIMP should be used instead.
 %setup -q
 %patch0 -p1
 
-touch -r configure.in configure.in.stamp
-%patch1 -p1
-touch -r configure.in.stamp configure.in
-
-# Disable bundled, forked GtkSheet (rhbz #622001)
-rm src/gtksheet* src/gtkitementry*
-
 
 %build
-%configure --disable-update-desktop --without-gtksheet
+%configure --disable-update-desktop
 make %{?_smp_mflags}
 
 
@@ -63,6 +54,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # delete doc (we will get it later)
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/nip2
 
+# delete stray file, nip2 #24
+rm -f $RPM_BUILD_ROOT%{_datadir}/nip2/data/examples/fred
+
 # locale stuff
 %find_lang nip2
 
@@ -115,6 +109,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Thu Mar 07 2013 Benjamin Gilbert <bgilbert at backtick.net> - 7.32.0-1
+- New release
+- Remove stray empty file in examples directory
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.30.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d60f9ab..b4bbdee 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8e58d331cc2f428f083eed65b418705f  nip2-7.30.1.tar.gz
+a153556ae6e14af4c3d08112920fba12  nip2-7.32.0.tar.gz


More information about the scm-commits mailing list