Update to 0.12.0
This commit is contained in:
parent
fa0cbccd5a
commit
1f23b919cc
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user