rpms/gegl/F-9 gegl-missing_header.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 gegl.spec, 1.6, 1.7 sources, 1.5, 1.6

Deji Akingunola deji at fedoraproject.org
Tue Oct 7 14:49:31 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/gegl/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10275

Modified Files:
	.cvsignore gegl.spec sources 
Added Files:
	gegl-missing_header.patch 
Log Message:
* Tue Oct 07 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.20-1
- Update to latest release


gegl-missing_header.patch:

--- NEW FILE gegl-missing_header.patch ---
--- operations/workshop/external/gtk-display.c	2008/10/02 23:37:54	2590
+++ operations/workshop/external/gtk-display.c	2008/10/06 04:53:53	2603
@@ -31,6 +31,7 @@
 #define GEGL_CHANT_C_FILE       "gtk-display.c"
 
 #include "gegl-chant.h"
+#include "graph/gegl-node.h"
 
 #include <gtk/gtk.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	28 Feb 2008 07:13:25 -0000	1.5
+++ .cvsignore	7 Oct 2008 14:49:00 -0000	1.6
@@ -1 +1 @@
-gegl-0.0.16.tar.bz2
+gegl-0.0.20.tar.bz2


Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-9/gegl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gegl.spec	28 Feb 2008 07:43:47 -0000	1.6
+++ gegl.spec	7 Oct 2008 14:49:00 -0000	1.7
@@ -1,17 +1,18 @@
 Summary:	A graph based image processing framework
 Name:		gegl
-Version:	0.0.16
+Version:	0.0.20
 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-missing_header.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	babl-devel gtk2-devel ruby
-BuildRequires:	libpng-devel libjpeg-devel librsvg2-devel
+BuildRequires:	libpng-devel libjpeg-devel librsvg2-devel libopenraw-devel
 BuildRequires:	perl-devel SDL-devel OpenEXR-devel lua-devel
-BuildRequires:	enscript w3m graphviz pkgconfig
+BuildRequires:	asciidoc enscript w3m graphviz pkgconfig
 
 %description
 GEGL (Generic Graphics Library) is a graph based image processing framework. 
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
 
 %build
@@ -74,6 +76,9 @@
 %endif
 
 %changelog
+* Tue Oct 07 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.20-1
+- Update to latest release
+
 * Thu Feb 28 2008 Deji Akingunola <dakingun at gmail.com> - 0.0.16-1
 - New release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	28 Feb 2008 07:13:25 -0000	1.5
+++ sources	7 Oct 2008 14:49:00 -0000	1.6
@@ -1 +1 @@
-fd49cb219ece97f4677554db4a2c02d1  gegl-0.0.16.tar.bz2
+2e1f97ec8abd9a4a21f458b43799bff2  gegl-0.0.20.tar.bz2




More information about the scm-commits mailing list