Update to 0.12.0

This commit is contained in:
Soren Sandmann Pedersen 2008-09-17 18:48:03 +00:00
parent fa0cbccd5a
commit 1f23b919cc
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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 <sandmann@redhat.com> 0.12.0-1
- Upgrade to 0.12.0. Drop stripes patch.
* Wed Sep 10 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-2
- Add patch to fix stripes in the Nautilus selection retangle.

View File

@ -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