From 4bc0172cac68c43b4d9be7be0f8b365b3ad307a089becca96b511195b918ce16 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 7 Dec 2012 12:27:31 +0000 Subject: [PATCH] Accepting request 144337 from home:dimstar:branches:GNOME:Factory Update to 0.9.8 OBS-URL: https://build.opensuse.org/request/show/144337 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=11 --- harfbuzz-0.9.7.tar.bz2 | 3 --- harfbuzz-0.9.8.tar.bz2 | 3 +++ harfbuzz-missing-return.patch | 18 ------------------ harfbuzz.changes | 11 +++++++++++ harfbuzz.spec | 5 +---- 5 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 harfbuzz-0.9.7.tar.bz2 create mode 100644 harfbuzz-0.9.8.tar.bz2 delete mode 100644 harfbuzz-missing-return.patch diff --git a/harfbuzz-0.9.7.tar.bz2 b/harfbuzz-0.9.7.tar.bz2 deleted file mode 100644 index 2176c00..0000000 --- a/harfbuzz-0.9.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25 -size 876051 diff --git a/harfbuzz-0.9.8.tar.bz2 b/harfbuzz-0.9.8.tar.bz2 new file mode 100644 index 0000000..f4c2e0f --- /dev/null +++ b/harfbuzz-0.9.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656fd2f184ff2214062ceed5181602d909028ee64867ef143f47fc64eb3744a2 +size 878253 diff --git a/harfbuzz-missing-return.patch b/harfbuzz-missing-return.patch deleted file mode 100644 index c4c71c7..0000000 --- a/harfbuzz-missing-return.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516 Mon Sep 17 00:00:00 2001 -From: Behdad Esfahbod -Date: Thu, 22 Nov 2012 19:15:08 +0000 -Subject: Fix hb_shape_plan_get_shaper() - ---- -diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc -index 7735d4e..22a226f 100644 ---- a/src/hb-shape-plan.cc -+++ b/src/hb-shape-plan.cc -@@ -304,4 +304,5 @@ retry: - const char * - hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan) - { -+ return shape_plan->shaper_name; - } --- -cgit v0.9.0.2-2-gbebe diff --git a/harfbuzz.changes b/harfbuzz.changes index f412aa6..ae3fe18 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 5 16:36:41 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.9.8: + + Some API additions (see NEWS for details). + + Actually implement hb_shape_plan_get_shaper (). + + Make UCDB data tables const. + + Lots of internal refactoring in OTLayout tables. + + Flesh out hb_ot_layout_lookup_collect_glyphs(). +- Drop harfbuzz-missing-return.patch: fixed upstream. + ------------------------------------------------------------------- Tue Dec 4 14:11:18 UTC 2012 - vuntz@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index fdfa08b..5d65547 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -17,7 +17,7 @@ Name: harfbuzz -Version: 0.9.7 +Version: 0.9.8 Release: 0 # FIXME: graphite2 is not packaged / http://projects.palaso.org/projects/graphitedev Summary: An OpenType text shaping engine @@ -26,8 +26,6 @@ Group: Productivity/Text/Utilities Url: http://www.freedesktop.org/wiki/Software/HarfBuzz Source: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf -# PATCH-FIX-UPSTREAM harfbuzz-missing-return.patch vuntz@opensuse.org -- Fix missing return value, taken from git -Patch0: harfbuzz-missing-return.patch BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairo) >= 1.8.0 BuildRequires: pkgconfig(cairo-ft) @@ -67,7 +65,6 @@ HarfBuzz is an OpenType text shaping engine. %prep %setup -q -%patch0 -p1 %build %configure \