diff --git a/.gitignore b/.gitignore index 0386f89..1db71d1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ pixman-0.18.2.tar.bz2 /pixman-0.30.0.tar.gz /pixman-0.32.0.tar.gz /pixman-0.32.6.tar.gz +/pixman-0.33.2.tar.gz diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 8184b84..5449994 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -1,15 +1,15 @@ %?mingw_package_header Name: mingw-pixman -Version: 0.32.6 -Release: 2%{?dist} +Version: 0.33.2 +Release: 1%{?dist} Summary: MinGW Windows Pixman library License: MIT URL: http://cgit.freedesktop.org/pixman/ Group: Development/Libraries -Source0: http://cairographics.org/releases/pixman-%{version}.tar.gz +Source0: http://cairographics.org/snapshots/pixman-%{version}.tar.gz Source1: make-pixman-snapshot.sh BuildArch: noarch @@ -73,7 +73,7 @@ Static version of the cross compiled Pixman library. %install -%mingw_make_install DESTDIR=$RPM_BUILD_ROOT +%mingw_make install DESTDIR=$RPM_BUILD_ROOT # Drop all .la files find $RPM_BUILD_ROOT -name "*.la" -delete @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Aug 22 2015 Kalev Lember - 0.33.2-1 +- Update to 0.33.2 + * Wed Jun 17 2015 Fedora Release Engineering - 0.32.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index bb65169..02204c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a30859719a41bd0f5cccffbfefdd4c2 pixman-0.32.6.tar.gz +fdf5211a551ce1a6737bdf9049019df3 pixman-0.33.2.tar.gz