rpms/babl/devel .cvsignore, 1.7, 1.8 babl.spec, 1.18, 1.19 sources, 1.7, 1.8 babl-build-fix.patch, 1.1, NONE

Deji Akingunola deji at fedoraproject.org
Thu Jan 21 23:47:46 UTC 2010


Author: deji

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

Modified Files:
	.cvsignore babl.spec sources 
Removed Files:
	babl-build-fix.patch 
Log Message:
* Thu Jan 21 2010 Deji Akingunola <dakingun at gmail.com> - 0.1.2-1
- Update to 0.1.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	3 Jun 2009 18:29:11 -0000	1.7
+++ .cvsignore	21 Jan 2010 23:47:42 -0000	1.8
@@ -1 +1 @@
-babl-0.1.0.tar.bz2
+babl-0.1.2.tar.bz2


Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- babl.spec	18 Dec 2009 15:28:02 -0000	1.18
+++ babl.spec	21 Jan 2010 23:47:43 -0000	1.19
@@ -1,16 +1,12 @@
 Summary:	A dynamic, any to any, pixel format conversion library
 Name:		babl
-Version:	0.1.0
-Release:	5%{?dist}
+Version:	0.1.2
+Release:	1%{?dist}
 # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL
 License:	LGPLv3+ and GPLv3+
 Group:		System Environment/Libraries
 URL:		http://www.gegl.org/babl/
 Source0:	ftp://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2
-# needed for building, reported upstream at
-# http://bugzilla.gnome.org/show_bug.cgi?id=583565, fixed in upstream git
-# repository already
-Patch0:		babl-build-fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	librsvg2 w3m
 
@@ -32,12 +28,11 @@ developing with %{name}.
 
 %prep
 %setup -q
-%patch0 -p0 -b .fix
 
 %build
 %configure --disable-static
 
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 										
 %install
 rm -rf %{buildroot}
@@ -66,16 +61,19 @@ rm -rf %{buildroot}
 %defattr(-, root, root, -)
 %doc AUTHORS ChangeLog COPYING README NEWS
 %{_libdir}/*.so.*
-%{_libdir}/babl-0.0/
+%{_libdir}/babl-0.1/
 
 %files devel
 %defattr(-, root, root, -)
 %doc babl_docs/html
-%{_includedir}/babl-0.0/
+%{_includedir}/babl-0.1/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jan 21 2010 Deji Akingunola <dakingun at gmail.com> - 0.1.2-1
+- Update to 0.1.2
+
 * Fri Dec 18 2009 Deji Akingunola <dakingun at gmail.com> - 0.1.0-5
 - Remove the *.la files
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	3 Jun 2009 18:29:12 -0000	1.7
+++ sources	21 Jan 2010 23:47:43 -0000	1.8
@@ -1 +1 @@
-197133d84fe120ee66c8137dff1696e6  babl-0.1.0.tar.bz2
+8eebd8d78d3173db7af5e3e60b1e03ea  babl-0.1.2.tar.bz2


--- babl-build-fix.patch DELETED ---



More information about the scm-commits mailing list