diff --git a/.cvsignore b/.cvsignore index 9fae71e..966d98f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ pixman-0.11.4.tar.gz pixman-0.11.6.tar.gz pixman-0.11.8.tar.gz pixman-0.11.10.tar.gz +pixman-0.12.0.tar.gz diff --git a/pixman.spec b/pixman.spec index 927d117..3f3a96c 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,8 +2,8 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.11.10 -Release: 2%{?dist} +Version: 0.12.0 +Release: 1%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -15,7 +15,6 @@ URL: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{ver Source0: pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: stripes.patch # BuildRequires: automake autoconf libtool pkgconfig @@ -33,7 +32,6 @@ Development library for pixman. %prep %setup -q -%patch0 -p1 -b .stripes %build %configure --disable-static @@ -63,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Wed Sep 17 2008 Soren Sandmann 0.12.0-1 +- Upgrade to 0.12.0. Drop stripes patch. + * Wed Sep 10 2008 Soren Sandmann 0.11.10-2 - Add patch to fix stripes in the Nautilus selection retangle. diff --git a/sources b/sources index c82496a..4437b53 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ 1b404bb31bf419a86531927492b5b95d pixman-0.11.6.tar.gz 7b5db768c51337b5e5e954fc9c961cd3 pixman-0.11.8.tar.gz a0406c1fa7abd3b2c61d07e7d33d27c7 pixman-0.11.10.tar.gz +09357cc74975b01714e00c5899ea1881 pixman-0.12.0.tar.gz