rpms/pixman/devel .cvsignore, 1.4, 1.5 pixman.spec, 1.6, 1.7 sources, 1.4, 1.5

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Sep 5 16:32:49 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/pixman/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18302/devel

Modified Files:
	.cvsignore pixman.spec sources 
Log Message:
pixman 0.9.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Aug 2007 17:20:46 -0000	1.4
+++ .cvsignore	5 Sep 2007 16:32:16 -0000	1.5
@@ -1 +1 @@
-pixman-20070827.tar.bz2
+pixman-0.9.5.tar.bz2


Index: pixman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/pixman.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pixman.spec	27 Aug 2007 17:20:46 -0000	1.6
+++ pixman.spec	5 Sep 2007 16:32:16 -0000	1.7
@@ -2,20 +2,21 @@
 %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
 
 Name:           pixman
-Version:        0.9.0
-Release:        7.%{gitdate}%{?dist}
+Version:        0.9.5
+Release:        1%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
 License:        MIT
-URL:            http://gitweb.freedesktop.org/?p=pixman.git;a=summary
-# Git snapshot.  To recreate:
-# ./make-pixman-snapshot.sh %{gitrev}
-Source0:        pixman-%{gitdate}.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.
+Source0:        pixman-%{version}.tar.bz2
 Source1:	make-pixman-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  automake autoconf libtool pkgconfig
+# BuildRequires:  automake autoconf libtool pkgconfig
 
 %description
 Pixman is a pixel manipulation library for X and cairo.
@@ -30,10 +31,9 @@
 Development library for pixman.
 
 %prep
-%setup -q -n %{name}-%{gitdate}
+%setup -q
 
 %build
-./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -61,6 +61,9 @@
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Wed Sep 05 2007 Adam Jackson <ajax at redhat.com> 0.9.5-1
+- Update to 0.9.5 release.
+
 * Mon Aug 27 2007 Adam Jackson <ajax at redhat.com> 0.9.0-7.20070827
 - New snapshot
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Aug 2007 17:20:46 -0000	1.4
+++ sources	5 Sep 2007 16:32:16 -0000	1.5
@@ -1 +1 @@
-9800e9d33a255efcd982e2acc57c2ddd  pixman-20070827.tar.bz2
+f9fea77e46ec7a3a16e925e137f146e7  pixman-0.9.5.tar.bz2




More information about the scm-commits mailing list