diff --git a/.gitignore b/.gitignore index b73adba..5af59d5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pixman-0.17.8.tar.bz2 pixman-0.17.10.tar.bz2 pixman-0.17.12.tar.bz2 pixman-0.18.0.tar.bz2 +pixman-0.19.2.tar.gz diff --git a/pixman.spec b/pixman.spec index 1f39e77..5fa5638 100644 --- a/pixman.spec +++ b/pixman.spec @@ -2,7 +2,7 @@ %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d Name: pixman -Version: 0.18.0 +Version: 0.19.2 Release: 1%{?dist} Summary: Pixel manipulation library @@ -12,7 +12,7 @@ URL: http://cgit.freedesktop.org/pixman/ # To make git snapshots: # ./make-pixman-snapshot.sh %{?gitrev} # if no revision specified, makes a new one from HEAD. -Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 +Source0: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Mon Sep 6 2010 Soren Sandmann - 0.19.2-1 +- pixman 0.19.2 + * Thu Apr 1 2010 Soren Sandmann - 0.18.0-1 - pixman 0.18.0 diff --git a/sources b/sources index 9e4ab8c..46a06cb 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ fd4fdb27e7f2da69dd7e5084ab3021ae pixman-0.17.12.tar.bz2 a1b5a0a145cab653f5c1e8cf2f98f945 pixman-0.18.0.tar.bz2 +dfb84c9f402fbba5047f0e0a69c17518 pixman-0.19.2.tar.gz