Update to 2.4.12
This commit is contained in:
parent
11eee60e87
commit
d74a12b753
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ freetype-doc-2.3.11.tar.gz
|
||||
/freetype-2.4.10.tar.bz2
|
||||
/freetype-doc-2.4.10.tar.bz2
|
||||
/freetype-2.4.11.tar.bz2
|
||||
/freetype-2.4.12.tar.bz2
|
||||
|
@ -1,18 +0,0 @@
|
||||
--- freetype-2.2.1/builds/unix/freetype-config.in.multilib 2006-07-27 18:50:40.000000000 -0400
|
||||
+++ freetype-2.2.1/builds/unix/freetype-config.in 2006-07-27 18:58:13.000000000 -0400
|
||||
@@ -9,11 +9,11 @@
|
||||
# indicate that you have read the license and understand and accept it
|
||||
# fully.
|
||||
|
||||
-prefix=@prefix@
|
||||
-exec_prefix=@exec_prefix@
|
||||
+prefix=`pkg-config --variable prefix freetype2`
|
||||
+exec_prefix=`pkg-config --variable exec_prefix freetype2`
|
||||
exec_prefix_set=no
|
||||
-includedir=@includedir@
|
||||
-libdir=@libdir@
|
||||
+includedir=`pkg-config --variable includedir freetype2`
|
||||
+libdir=`pkg-config --variable libdir freetype2`
|
||||
enable_shared=@build_libtool_libs@
|
||||
wl=@wl@
|
||||
hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
|
@ -5,8 +5,8 @@
|
||||
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
|
||||
|
||||
Name: mingw-freetype
|
||||
Version: 2.4.11
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Free and portable font rendering engine
|
||||
|
||||
License: FTL or GPLv2+
|
||||
@ -18,7 +18,6 @@ Group: Development/Libraries
|
||||
Patch21: freetype-2.3.0-enable-spr.patch
|
||||
Patch46: freetype-2.2.1-enable-valid.patch
|
||||
#Patch47: freetype-2.3.11-more-demos.patch
|
||||
Patch88: freetype-multilib.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -82,8 +81,6 @@ Static version of the MinGW Windows Freetype library.
|
||||
%patch46 -p1 -b .enable-valid
|
||||
#%patch47 -p1 -b .more-demos
|
||||
|
||||
%patch88 -p1 -b .multilib
|
||||
|
||||
|
||||
%build
|
||||
%mingw_configure --enable-static --enable-shared
|
||||
@ -132,6 +129,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.4.12-1
|
||||
- Update to 2.4.12
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user