Update to 0.9.7

This commit is contained in:
Erik van Pienbroek 2012-11-21 21:20:40 +01:00
parent c3dd1aebfa
commit 7546ac9376
3 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/harfbuzz-0.9.3.tar.bz2 /harfbuzz-0.9.3.tar.bz2
/harfbuzz-0.9.7.tar.bz2

View File

@ -1,7 +1,7 @@
%{?mingw_package_header} %{?mingw_package_header}
Name: mingw-harfbuzz Name: mingw-harfbuzz
Version: 0.9.3 Version: 0.9.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: MinGW Windows Harfbuzz library Summary: MinGW Windows Harfbuzz library
@ -26,8 +26,6 @@ BuildRequires: mingw64-freetype
BuildRequires: mingw64-cairo BuildRequires: mingw64-cairo
BuildRequires: mingw64-icu BuildRequires: mingw64-icu
BuildRequires: autoconf automake libtool
%description %description
HarfBuzz is an implementation of the OpenType Layout engine. HarfBuzz is an implementation of the OpenType Layout engine.
@ -70,10 +68,6 @@ Static version of the MinGW Windows Harfbuzz library.
%prep %prep
%setup -q -n harfbuzz-%{version} %setup -q -n harfbuzz-%{version}
# The libtool bundled with the tarball is too old for win64 support
autoreconf -i --force
libtoolize --copy --force
%build %build
%mingw_configure --enable-shared --enable-static %mingw_configure --enable-shared --enable-static
@ -117,6 +111,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
%changelog %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 * Sun Aug 26 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.3-1
- Initial release - Initial release

View File

@ -1 +1 @@
883a40644d3b120b7013e11876ea5af3 harfbuzz-0.9.3.tar.bz2 db5382728a912352633d3be2e2a1d988 harfbuzz-0.9.7.tar.bz2