rpms/gegl/F-8 .cvsignore, 1.3, 1.4 gegl.spec, 1.2, 1.3 sources, 1.3, 1.4 gegl-compile_fix.patch, 1.1, NONE gegl-envelopes.patch, 1.1, NONE gegl-lua.patch, 1.1, NONE

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Thu Feb 28 07:47:26 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/gegl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32188

Modified Files:
	.cvsignore gegl.spec sources 
Removed Files:
	gegl-compile_fix.patch gegl-envelopes.patch gegl-lua.patch 
Log Message:
* Thu Feb 28 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.16-1
- New release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Dec 2007 05:55:43 -0000	1.3
+++ .cvsignore	28 Feb 2008 07:46:52 -0000	1.4
@@ -1 +1 @@
-gegl-0.0.14.tar.bz2
+gegl-0.0.16.tar.bz2


Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-8/gegl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gegl.spec	19 Dec 2007 05:55:43 -0000	1.2
+++ gegl.spec	28 Feb 2008 07:46:52 -0000	1.3
@@ -1,15 +1,12 @@
 Summary:	A graph based image processing framework
 Name:		gegl
-Version:	0.0.14
+Version:	0.0.16
 Release:	1%{?dist}
 # The binary is under the GPL, while the libs are under LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
 URL:		http://www.gegl.org/
 Source0:	ftp://ftp.gtk.org/pub/gegl/0.0/%{name}-%{version}.tar.bz2
-Patch0:		gegl-envelopes.patch
-Patch1:		gegl-lua.patch
-Patch2:		gegl-compile_fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	babl-devel gtk2-devel ruby
 BuildRequires:	libpng-devel libjpeg-devel librsvg2-devel
@@ -34,10 +31,7 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .eve
-%patch1 -p0 -b .lua
-%patch2 -p0 -b .fix
-chmod -x operations/io/ff-load.c operations/render/perlin/perlin.c
+chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
 
 %build
 %configure --disable-static --enable-workshop --disable-docs
@@ -47,7 +41,7 @@
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install INSTALL='install -p'
 
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
 
 %check
 make check
@@ -64,15 +58,18 @@
 %doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
 %{_bindir}/gegl
 %{_libdir}/*.so.*
-%{_libdir}/gegl-1.0/
+%{_libdir}/gegl-0.0/
 
 %files devel
 %defattr(-, root, root, -)
-%{_includedir}/gegl-1.0/
+%{_includedir}/gegl-0.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Feb 28 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.16-1
+- New release
+
 * Sat Dec 08 2007 Deji Akingunola <dakingun at gmail.com> - 0.0.14-1
 - Update to 0.0.14 release
 - License change from GPLv2+ to GPLv3+


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Dec 2007 05:55:43 -0000	1.3
+++ sources	28 Feb 2008 07:46:52 -0000	1.4
@@ -1 +1 @@
-7377258ee3d3a134a2909a9e9f4dfac1  gegl-0.0.14.tar.bz2
+fd49cb219ece97f4677554db4a2c02d1  gegl-0.0.16.tar.bz2


--- gegl-compile_fix.patch DELETED ---


--- gegl-envelopes.patch DELETED ---


--- gegl-lua.patch DELETED ---




More information about the fedora-extras-commits mailing list