Update to 2.4.9 and added BR: mingw32-bzip2 mingw64-bzip2

This commit is contained in:
Erik van Pienbroek 2012-06-03 15:46:18 +02:00
parent 7b9960008a
commit bf587f33ca
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ freetype-doc-2.3.11.tar.gz
/freetype-doc-2.4.6.tar.bz2
/freetype-2.4.8.tar.bz2
/freetype-doc-2.4.8.tar.bz2
/freetype-2.4.9.tar.bz2

View File

@ -1,15 +1,12 @@
%?mingw_package_header
%global mingw_build_win32 1
%global mingw_build_win64 1
%{?mingw_package_header}
# Patented subpixel rendering disabled by default.
# Pass '--with subpixel_rendering' on rpmbuild command-line to enable.
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
Name: mingw-freetype
Version: 2.4.8
Release: 5%{?dist}
Version: 2.4.9
Release: 1%{?dist}
Summary: Free and portable font rendering engine
License: FTL or GPLv2+
@ -31,11 +28,13 @@ BuildRequires: mingw32-filesystem >= 95
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
BuildRequires: mingw32-zlib
BuildRequires: mingw32-bzip2
BuildRequires: mingw64-filesystem >= 95
BuildRequires: mingw64-gcc
BuildRequires: mingw64-binutils
BuildRequires: mingw64-zlib
BuildRequires: mingw64-bzip2
%description
@ -113,6 +112,10 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog
* Sun Jun 03 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.9-1
- Update to 2.4.9
- Added BR: mingw32-bzip2 mingw64-bzip2
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.8-5
- Added win64 support

View File

@ -1,2 +1 @@
dbf2caca1d3afd410a29217a9809d397 freetype-2.4.8.tar.bz2
538c925059e90be23928b454c14df728 freetype-doc-2.4.8.tar.bz2
77a893dae81fd5b896632715ca041179 freetype-2.4.9.tar.bz2