Update to 0.9.7
This commit is contained in:
parent
c3dd1aebfa
commit
7546ac9376
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/harfbuzz-0.9.3.tar.bz2
|
||||
/harfbuzz-0.9.7.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-harfbuzz
|
||||
Version: 0.9.3
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows Harfbuzz library
|
||||
|
||||
@ -26,8 +26,6 @@ BuildRequires: mingw64-freetype
|
||||
BuildRequires: mingw64-cairo
|
||||
BuildRequires: mingw64-icu
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
|
||||
%description
|
||||
HarfBuzz is an implementation of the OpenType Layout engine.
|
||||
@ -70,10 +68,6 @@ Static version of the MinGW Windows Harfbuzz library.
|
||||
%prep
|
||||
%setup -q -n harfbuzz-%{version}
|
||||
|
||||
# The libtool bundled with the tarball is too old for win64 support
|
||||
autoreconf -i --force
|
||||
libtoolize --copy --force
|
||||
|
||||
|
||||
%build
|
||||
%mingw_configure --enable-shared --enable-static
|
||||
@ -117,6 +111,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.7-1
|
||||
- Update to 0.9.7
|
||||
|
||||
* Sun Aug 26 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.3-1
|
||||
- Initial release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user