[mingw-harfbuzz] Update to 0.9.18

Kalev Lember kalev at fedoraproject.org
Sun Jun 9 11:31:09 UTC 2013


commit 05ff2e65f136ca2bb0ac4d6cfc703c590e6184fc
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jun 9 13:19:52 2013 +0200

    Update to 0.9.18

 .gitignore                             |    1 +
 GetProcAddress_Script_OpenType.diff    |   81 --------------------------------
 harfbuzz-0.9.9-fix-build-failure.patch |   11 ----
 mingw-harfbuzz.spec                    |   22 +++++----
 sources                                |    2 +-
 5 files changed, 14 insertions(+), 103 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4edd26..f86a71d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /harfbuzz-0.9.9.tar.bz2
 /harfbuzz-0.9.14.tar.bz2
 /harfbuzz-0.9.16.tar.bz2
+/harfbuzz-0.9.18.tar.bz2
diff --git a/mingw-harfbuzz.spec b/mingw-harfbuzz.spec
index 2dda4f1..7fff3fb 100644
--- a/mingw-harfbuzz.spec
+++ b/mingw-harfbuzz.spec
@@ -1,7 +1,7 @@
 %{?mingw_package_header}
 
 Name:           mingw-harfbuzz
-Version:        0.9.16
+Version:        0.9.18
 Release:        1%{?dist}
 Summary:        MinGW Windows Harfbuzz library
 
@@ -26,13 +26,6 @@ BuildRequires:  mingw64-freetype
 BuildRequires:  mingw64-cairo
 BuildRequires:  mingw64-icu
 
-# https://bugs.freedesktop.org/show_bug.cgi?id=55494
-Patch0:         GetProcAddress_Script_OpenType.diff
-
-# Fix build failure in harfbuzz 0.9.9. Is related to the bug above
-Patch1:         harfbuzz-0.9.9-fix-build-failure.patch
-
-
 %description
 HarfBuzz is an implementation of the OpenType Layout engine.
 
@@ -73,8 +66,6 @@ Static version of the MinGW Windows Harfbuzz library.
 
 %prep
 %setup -q -n harfbuzz-%{version}
-%patch0 -p1
-%patch1 -p1
 
 
 %build
@@ -96,12 +87,16 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 %{mingw32_bindir}/hb-shape.exe
 %{mingw32_bindir}/hb-view.exe
 %{mingw32_bindir}/libharfbuzz-0.dll
+%{mingw32_bindir}/libharfbuzz-icu-0.dll
 %{mingw32_includedir}/harfbuzz/
 %{mingw32_libdir}/libharfbuzz.dll.a
+%{mingw32_libdir}/libharfbuzz-icu.dll.a
 %{mingw32_libdir}/pkgconfig/harfbuzz.pc
+%{mingw32_libdir}/pkgconfig/harfbuzz-icu.pc
 
 %files -n mingw32-harfbuzz-static
 %{mingw32_libdir}/libharfbuzz.a
+%{mingw32_libdir}/libharfbuzz-icu.a
 
 # Win64
 %files -n mingw64-harfbuzz
@@ -110,15 +105,22 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 %{mingw64_bindir}/hb-shape.exe
 %{mingw64_bindir}/hb-view.exe
 %{mingw64_bindir}/libharfbuzz-0.dll
+%{mingw64_bindir}/libharfbuzz-icu-0.dll
 %{mingw64_includedir}/harfbuzz/
 %{mingw64_libdir}/libharfbuzz.dll.a
+%{mingw64_libdir}/libharfbuzz-icu.dll.a
 %{mingw64_libdir}/pkgconfig/harfbuzz.pc
+%{mingw64_libdir}/pkgconfig/harfbuzz-icu.pc
 
 %files -n mingw64-harfbuzz-static
 %{mingw64_libdir}/libharfbuzz.a
+%{mingw64_libdir}/libharfbuzz-icu.a
 
 
 %changelog
+* Sun Jun 09 2013 Kalev Lember <kalevlember at gmail.com> - 0.9.18-1
+- Update to 0.9.18
+
 * Thu May  9 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9.16-1
 - Update to 0.9.16
 
diff --git a/sources b/sources
index 5e2097f..f5d249a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90855e670c790c1fec4592908be3c0b8  harfbuzz-0.9.16.tar.bz2
+0bff05fafef4894031b2b64a65ac1899  harfbuzz-0.9.18.tar.bz2


More information about the scm-commits mailing list