rpms/gimp-resynthesizer/devel gimp-resynthesizer-makefile.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gimp-resynthesizer.spec, 1.4, 1.5 sources, 1.2, 1.3

Ewan Mac Mahon ewan at fedoraproject.org
Sun Aug 2 19:22:14 UTC 2009


Author: ewan

Update of /cvs/pkgs/rpms/gimp-resynthesizer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15614

Modified Files:
	.cvsignore gimp-resynthesizer.spec sources 
Added Files:
	gimp-resynthesizer-makefile.patch 
Log Message:
Bump to latest upstream version, add patch to stop makefile changes 
making the build ignore Fedora cflags.


gimp-resynthesizer-makefile.patch:
 Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- NEW FILE gimp-resynthesizer-makefile.patch ---
--- Makefile	2008-03-10 06:52:45.000000000 +0000
+++ Makefile-new	2009-01-25 17:48:59.000000000 +0000
@@ -5,7 +5,8 @@
 GIMP_LDFLAGS=`$(GIMPTOOL) --libs`
 GIMP_CFLAGS=`$(GIMPTOOL) --cflags`
 
-CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
+CFLAGS=-O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer
+MYCFLAGS=$(GIMP_CFLAGS) $(CFLAGS)
 
 LDFLAGS=$(GIMP_LDFLAGS) -lm
 
@@ -30,7 +31,7 @@
 	@echo
 
 resynth: resynth.cc
-	$(CC) $(CFLAGS) -o $@ resynth.cc $(LDFLAGS)
+	$(CC) $(MYCFLAGS) -o $@ resynth.cc $(LDFLAGS)
 
 clean:
 	-rm -f *~ *.o core resynth


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-resynthesizer/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	14 Oct 2007 22:43:12 -0000	1.2
+++ .cvsignore	2 Aug 2009 19:22:14 -0000	1.3
@@ -1 +1 @@
-resynthesizer-0.15.tar.gz
+resynthesizer-0.16.tar.gz


Index: gimp-resynthesizer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-resynthesizer/devel/gimp-resynthesizer.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- gimp-resynthesizer.spec	25 Jul 2009 00:11:22 -0000	1.4
+++ gimp-resynthesizer.spec	2 Aug 2009 19:22:14 -0000	1.5
@@ -3,8 +3,8 @@
 
 Summary: Gimp plug-in for texture synthesis
 Name: gimp-resynthesizer
-Version: 0.15
-Release: 5%{?dist}
+Version: 0.16
+Release: 1%{?dist}
 Group: Applications/Multimedia
 License: GPLv2+
 Requires: gimp
@@ -12,6 +12,7 @@ BuildRequires: gimp, gimp-devel
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://logarithmic.net/pfh/resynthesizer
 Source: http://logarithmic.net/pfh-files/resynthesizer/resynthesizer-%{version}.tar.gz
+Patch: gimp-resynthesizer-makefile.patch
 
 %description
 Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a 
@@ -23,6 +24,8 @@ texture, it can create more of that text
 %prep
 %setup -q -n resynthesizer-%{version}
 
+%patch
+
 %build
 %__make  %{?_smp_mflags} CFLAGS="%{optflags}"
 
@@ -45,6 +48,10 @@ texture, it can create more of that text
 %{gimpscriptdir}/smart-enlarge.scm
 
 %changelog
+* Sun Aug 02 2009 Ewan Mac Mahon <ewan at macmahon.me.uk> - 0.16-1
+- Bump to version 0.16
+- Patch makefile to allow Fedora CFLAGS to override defaults.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gimp-resynthesizer/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	14 Oct 2007 22:43:12 -0000	1.2
+++ sources	2 Aug 2009 19:22:14 -0000	1.3
@@ -1 +1 @@
-701f7dd884d93a45227defd0a2abae53  resynthesizer-0.15.tar.gz
+097b3a21803fe02e47b8b8649af48144  resynthesizer-0.16.tar.gz




More information about the fedora-extras-commits mailing list