From 125b88c4598514d588923bde9a8121d164a441ad Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Apr 03 2008 20:46:14 +0000 Subject: Update to version 0.10.0 --- diff --git a/.cvsignore b/.cvsignore index 56b0875..6f37ec9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ pixman-0.9.6.tar.bz2 +pixman-0.10.0.tar.gz diff --git a/pixman.spec b/pixman.spec index c878bb4..8c0d150 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.9.6 -Release: 4%{?dist} +Version: 0.10.0 +Release: 1%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -12,7 +12,7 @@ URL: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{ver # To make git snapshots: # ./make-pixman-snapshot.sh %{?gitrev} # if no revision specified, makes a new one from HEAD. -Source0: pixman-%{version}.tar.bz2 +Source0: pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -56,10 +56,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %dir %{_includedir}/pixman-1 %{_includedir}/pixman-1/pixman.h +%{_includedir}/pixman-1/pixman-version.h %{_libdir}/libpixman-1*.so %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Apr 3 2008 Soren Sandmann 0.10.0-1 +- Update to 0.10.0 + * Mon Feb 18 2008 Fedora Release Engineering - 0.9.6-4 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 1ef4642..dc1ad91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7681334f55d41a705339228145d02c11 pixman-0.9.6.tar.bz2 +41804ac38025102dcc9891dfd4a3d105 pixman-0.10.0.tar.gz