Update to 0.33.2
This commit is contained in:
parent
5d5f96414a
commit
1af97e5e68
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ pixman-0.18.2.tar.bz2
|
|||||||
/pixman-0.30.0.tar.gz
|
/pixman-0.30.0.tar.gz
|
||||||
/pixman-0.32.0.tar.gz
|
/pixman-0.32.0.tar.gz
|
||||||
/pixman-0.32.6.tar.gz
|
/pixman-0.32.6.tar.gz
|
||||||
|
/pixman-0.33.2.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%?mingw_package_header
|
%?mingw_package_header
|
||||||
|
|
||||||
Name: mingw-pixman
|
Name: mingw-pixman
|
||||||
Version: 0.32.6
|
Version: 0.33.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW Windows Pixman library
|
Summary: MinGW Windows Pixman library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://cgit.freedesktop.org/pixman/
|
URL: http://cgit.freedesktop.org/pixman/
|
||||||
Group: Development/Libraries
|
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
|
Source1: make-pixman-snapshot.sh
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -73,7 +73,7 @@ Static version of the cross compiled Pixman library.
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mingw_make_install DESTDIR=$RPM_BUILD_ROOT
|
%mingw_make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# Drop all .la files
|
# Drop all .la files
|
||||||
find $RPM_BUILD_ROOT -name "*.la" -delete
|
find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||||
@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 0.33.2-1
|
||||||
|
- Update to 0.33.2
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user