diff --git a/.cvsignore b/.cvsignore index 5807cdd..14b6a8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -resynthesizer-0.15.tar.gz +resynthesizer-0.16.tar.gz diff --git a/gimp-resynthesizer-makefile.patch b/gimp-resynthesizer-makefile.patch new file mode 100644 index 0000000..0d84c9c --- /dev/null +++ b/gimp-resynthesizer-makefile.patch @@ -0,0 +1,21 @@ +--- 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 diff --git a/gimp-resynthesizer.spec b/gimp-resynthesizer.spec index 9724c73..0b60c54 100644 --- a/gimp-resynthesizer.spec +++ b/gimp-resynthesizer.spec @@ -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 texture. This has uses including: %prep %setup -q -n resynthesizer-%{version} +%patch + %build %__make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -45,6 +48,10 @@ texture, it can create more of that texture. This has uses including: %{gimpscriptdir}/smart-enlarge.scm %changelog +* Sun Aug 02 2009 Ewan Mac Mahon - 0.16-1 +- Bump to version 0.16 +- Patch makefile to allow Fedora CFLAGS to override defaults. + * Fri Jul 24 2009 Fedora Release Engineering - 0.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 6695d66..665c593 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -701f7dd884d93a45227defd0a2abae53 resynthesizer-0.15.tar.gz +097b3a21803fe02e47b8b8649af48144 resynthesizer-0.16.tar.gz