diff --git a/.cvsignore b/.cvsignore index 7863844..53d5711 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ pixman-0.10.0.tar.gz pixman-0.11.2.tar.gz pixman-0.11.4.tar.gz pixman-0.11.6.tar.gz +pixman-0.11.8.tar.gz diff --git a/pixman.spec b/pixman.spec index 3e45892..eceeaf8 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,7 +2,7 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.11.6 +Version: 0.11.8 Release: 1%{?dist} Summary: Pixel manipulation library @@ -16,8 +16,6 @@ Source0: pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: pixman-0.11.4-altivec.patch - # BuildRequires: automake autoconf libtool pkgconfig %description @@ -34,7 +32,6 @@ Development library for pixman. %prep %setup -q -%patch0 -p1 -b .altivec %build %configure --disable-static @@ -64,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Jul 17 2008 Soren Sandmann 0.11.8-1 +- Upgrade to 0.11.8. Drop altivec patch. + * Wed Jun 25 2008 Soren Sandmann 0.11.6-1 - Upgrade to 0.11.6. Drop fix for leak. diff --git a/sources b/sources index 146549d..5758cd0 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1b404bb31bf419a86531927492b5b95d pixman-0.11.6.tar.gz +7b5db768c51337b5e5e954fc9c961cd3 pixman-0.11.8.tar.gz