rpms/pixman/OLPC-2 pixman.spec,1.11,1.12

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Sat Nov 24 08:01:49 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/pixman/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11435

Modified Files:
	pixman.spec 
Log Message:
Resync with devel.


Index: pixman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/OLPC-2/pixman.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pixman.spec	15 Nov 2007 16:02:00 -0000	1.11
+++ pixman.spec	24 Nov 2007 08:01:13 -0000	1.12
@@ -1,23 +1,22 @@
-%define gitdate 20070924
-%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
+%define gitdate 20071124
+%define gitrev f1f52ae4b1b2cca27104c1210625356084baf2f8
 
 Name:           pixman
-Version:        0.9.5
+Version:        0.9.6
 Release:        2.%{gitdate}%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
 License:        MIT
-#URL:            http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
+URL:            http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 # To make git snapshots:
 # ./make-pixman-snapshot.sh %{?gitrev}
 # if no revision specified, makes a new one from HEAD.
-#URL:            http://gitweb.freedesktop.org/?p=pixman.git;a=summary
 Source0:        pixman-%{gitdate}.tar.bz2
+Source1:	make-pixman-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake autoconf libtool pkgconfig
-
 %description
 Pixman is a pixel manipulation library for X and cairo.
 
@@ -51,17 +50,25 @@
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/libpixman-1.so.0
-%{_libdir}/libpixman-1.so.%{version}
+%{_libdir}/libpixman-1*.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %dir %{_includedir}/pixman-1
 %{_includedir}/pixman-1/pixman.h
-%{_libdir}/libpixman-1.so
+%{_libdir}/libpixman-1*.so
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-3
+- Third time's the charm.
+
+* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-2
+- Second try.
+
+* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-1
+- Update to 0.9.6 release.
+
 * Sun Sep 23 2007 Bernardo Innocenti <bernie at codewiz.org> 0.9.5-2.20070924
 - Rebuild for OLPC.
 




More information about the fedora-extras-commits mailing list