Update to version 0.10.0

This commit is contained in:
Soren Sandmann Pedersen 2008-04-03 20:46:14 +00:00
parent 61eb493ebc
commit 125b88c459
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1,2 @@
pixman-0.9.6.tar.bz2
pixman-0.10.0.tar.gz

View File

@ -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 <sandmann@redhat.com> 0.10.0-1
- Update to 0.10.0
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
- Autorebuild for GCC 4.3

View File

@ -1 +1 @@
7681334f55d41a705339228145d02c11 pixman-0.9.6.tar.bz2
41804ac38025102dcc9891dfd4a3d105 pixman-0.10.0.tar.gz