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.9.6.tar.bz2
|
||||||
|
pixman-0.10.0.tar.gz
|
||||||
|
10
pixman.spec
10
pixman.spec
@ -2,8 +2,8 @@
|
|||||||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.9.6
|
Version: 0.10.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -12,7 +12,7 @@ URL: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{ver
|
|||||||
# To make git snapshots:
|
# To make git snapshots:
|
||||||
# ./make-pixman-snapshot.sh %{?gitrev}
|
# ./make-pixman-snapshot.sh %{?gitrev}
|
||||||
# if no revision specified, makes a new one from HEAD.
|
# 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
|
Source1: make-pixman-snapshot.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -56,10 +56,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_includedir}/pixman-1
|
%dir %{_includedir}/pixman-1
|
||||||
%{_includedir}/pixman-1/pixman.h
|
%{_includedir}/pixman-1/pixman.h
|
||||||
|
%{_includedir}/pixman-1/pixman-version.h
|
||||||
%{_libdir}/libpixman-1*.so
|
%{_libdir}/libpixman-1*.so
|
||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user