Update to version 0.10.0
This commit is contained in:
parent
61eb493ebc
commit
125b88c459
@ -1 +1,2 @@
|
||||
pixman-0.9.6.tar.bz2
|
||||
pixman-0.10.0.tar.gz
|
||||
|
10
pixman.spec
10
pixman.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user