rpms/gegl/devel .cvsignore, 1.8, 1.9 gegl.spec, 1.14, 1.15 sources, 1.8, 1.9 gegl-babl_api_change.patch, 1.1, NONE

Nils Philippsen nphilipp at fedoraproject.org
Thu Jul 2 12:47:12 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/gegl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25675

Modified Files:
	.cvsignore gegl.spec sources 
Removed Files:
	gegl-babl_api_change.patch 
Log Message:
version 0.1.0
use "--disable-gtk-doc" to avoid rebuilding documentation (#481404)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	13 Jan 2009 03:24:26 -0000	1.8
+++ .cvsignore	2 Jul 2009 12:46:41 -0000	1.9
@@ -1 +1 @@
-gegl-0.0.22.tar.bz2
+gegl-0.1.0.tar.bz2


Index: gegl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/gegl.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- gegl.spec	4 Jun 2009 22:47:04 -0000	1.14
+++ gegl.spec	2 Jul 2009 12:46:42 -0000	1.15
@@ -1,16 +1,15 @@
 Summary:	A graph based image processing framework
 Name:		gegl
-Version:	0.0.22
-Release:	5%{?dist}
+Version:	0.1.0
+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-babl_api_change.patch
+Source0:	ftp://ftp.gtk.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	asciidoc
-BuildRequires:	babl-devel >= 0.0.22
+BuildRequires:	babl-devel >= 0.1.0
 BuildRequires:  cairo-devel
 BuildRequires:  enscript
 BuildRequires:  glib2-devel >= 2.16.1
@@ -49,7 +48,6 @@ developing with %{name}.
 
 %prep
 %setup -q
-%patch0 -p0 -b .api
 chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
 
 %build
@@ -67,7 +65,8 @@ chmod -x operations/external/ff-load.c o
     --with-openexr \
     --with-pango --with-pangocairo \
     --with-sdl \
-    --disable-static --enable-workshop
+    --disable-static --enable-workshop \
+    --disable-gtk-doc
 make %{?_smp_mflags}
 										
 %install
@@ -76,11 +75,6 @@ make DESTDIR=%{buildroot} install INSTAL
 
 rm -f %{buildroot}%{_libdir}/*.la
 
-# fix timestamps of generated files
-for f in %{_datadir}/gtk-doc/html/gegl/operations.html; do
-    touch -m -r ChangeLog "%{buildroot}/$f"
-done
-
 %check
 make check
 
@@ -106,6 +100,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jul 02 2009 Nils Philippsen - 0.1.0-1
+- version 0.1.0
+- use "--disable-gtk-doc" to avoid rebuilding documentation (#481404)
+
 * Thu Jun 04 2009 Deji Akingunola <dakingun at gmail.com> - 0.0.22-5
 - Apply patch to build with babl-0.1.0 API changes
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gegl/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	13 Jan 2009 03:24:26 -0000	1.8
+++ sources	2 Jul 2009 12:46:42 -0000	1.9
@@ -1 +1 @@
-e2196c2016d16a4479e157f8fdee4162  gegl-0.0.22.tar.bz2
+5a989ad617801c5dbec3d47c30bd64f0  gegl-0.1.0.tar.bz2


--- gegl-babl_api_change.patch DELETED ---




More information about the fedora-extras-commits mailing list