From ddac9a2e4d37b59511b18d6448775c0f9990c173fa7a7e34f0010ba51eef3823 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Mar 2018 12:32:45 +0000 Subject: [PATCH 1/5] Accepting request 584992 from home:AndreasStieger:branches:GNOME:Factory - fix build on Leap 42.3 (make_build) OBS-URL: https://build.opensuse.org/request/show/584992 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=148 --- harfbuzz.changes | 5 +++++ harfbuzz.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index 6e18e4e..923ddd9 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 9 11:51:15 UTC 2018 - astieger@suse.com + +- fix build on Leap 42.3 (make_build) + ------------------------------------------------------------------- Wed Feb 28 16:33:22 UTC 2018 - dimstar@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index b816d8b..95e088e 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -22,7 +22,7 @@ Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities -URL: https://www.freedesktop.org/wiki/Software/HarfBuzz +Url: https://www.freedesktop.org/wiki/Software/HarfBuzz Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: gcc-c++ @@ -103,7 +103,7 @@ This package provides the GObject Introspection bindings for HarfBuzz --with-graphite2 \ --with-gobject=yes \ %{nil} -%make_build +make %{?_smp_mflags} %install %make_install From dc55e28d5790937cb02784532c8d9456e5bf31ca51622d311d7536df2bc76682 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Mar 2018 12:33:20 +0000 Subject: [PATCH 2/5] - Fix build on Leap 42.3: don't use make_build. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=149 --- harfbuzz.changes | 2 +- harfbuzz.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index 923ddd9..7af2b65 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Mar 9 11:51:15 UTC 2018 - astieger@suse.com -- fix build on Leap 42.3 (make_build) +- Fix build on Leap 42.3: don't use make_build. ------------------------------------------------------------------- Wed Feb 28 16:33:22 UTC 2018 - dimstar@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index 95e088e..1e99acb 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -22,7 +22,7 @@ Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities -Url: https://www.freedesktop.org/wiki/Software/HarfBuzz +URL: https://www.freedesktop.org/wiki/Software/HarfBuzz Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: gcc-c++ From 3ba70a463305bd8243b3a7eafa23d0430a8525352a11ee3a21fc2e8ec10ee484 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Mar 2018 10:40:20 +0000 Subject: [PATCH 3/5] Accepting request 585422 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/585422 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=150 --- harfbuzz.changes | 6 ++++++ harfbuzz.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/harfbuzz.changes b/harfbuzz.changes index 7af2b65..47d0e5b 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 11 03:40:33 UTC 2018 - luc14n0@linuxmail.org + +- Fix broken libharbuzz-gobject.so symlink by requiring Harfbuzz's + Gobject library for the devel package. + ------------------------------------------------------------------- Fri Mar 9 11:51:15 UTC 2018 - astieger@suse.com diff --git a/harfbuzz.spec b/harfbuzz.spec index 1e99acb..dd79566 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -76,6 +76,7 @@ Summary: An OpenType text shaping engine -- Development Files Group: Development/Libraries/C and C++ Requires: libharfbuzz-icu0 = %{version} Requires: libharfbuzz0 = %{version} +Requires: libharfbuzz-gobject0 = %{version} Requires: pkgconfig(freetype2) >= 12.0.6 %description devel From 36f865a5488e6a7ab52f66eeab2aa54d06ba5a1956233846d37a284d17f3fa13 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Mar 2018 08:16:45 +0000 Subject: [PATCH 4/5] Accepting request 585857 from GNOME:Next - Add missing GI bindings requirement for the devel package. OBS-URL: https://build.opensuse.org/request/show/585857 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=151 --- harfbuzz.changes | 1 + harfbuzz.spec | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index 47d0e5b..682e892 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -3,6 +3,7 @@ Sun Mar 11 03:40:33 UTC 2018 - luc14n0@linuxmail.org - Fix broken libharbuzz-gobject.so symlink by requiring Harfbuzz's Gobject library for the devel package. +- Add missing GI bindings requirement for the devel package. ------------------------------------------------------------------- Fri Mar 9 11:51:15 UTC 2018 - astieger@suse.com diff --git a/harfbuzz.spec b/harfbuzz.spec index dd79566..f2c09ad 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -64,6 +64,14 @@ Group: System/Libraries HarfBuzz is an OpenType text shaping engine. This package contains the GObject library. +%package -n typelib-1_0-HarfBuzz-0_0 +Summary: An OpenType text shaping engine - Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-HarfBuzz-0_0 +HarfBuzz is an OpenType text shaping engine. +This package provides the GObject Introspection bindings for HarfBuzz. + %package tools Summary: An OpenType text shaping engine -- Tools Group: Productivity/Text/Utilities @@ -77,20 +85,13 @@ Group: Development/Libraries/C and C++ Requires: libharfbuzz-icu0 = %{version} Requires: libharfbuzz0 = %{version} Requires: libharfbuzz-gobject0 = %{version} +Requires: typelib-1_0-HarfBuzz-0_0 = %{version} Requires: pkgconfig(freetype2) >= 12.0.6 %description devel HarfBuzz is an OpenType text shaping engine. This package contains the development files. -%package -n typelib-1_0-HarfBuzz-0_0 -Summary: An OpenType text shaping engine - Introspection bindings -Group: System/Libraries - -%description -n typelib-1_0-HarfBuzz-0_0 -HarfBuzz is an OpenType text shaping engine. -This package provides the GObject Introspection bindings for HarfBuzz - %prep %autosetup @@ -128,6 +129,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n libharfbuzz-gobject0 %{_libdir}/libharfbuzz-gobject.so.0* +%files -n typelib-1_0-HarfBuzz-0_0 +%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib + %files tools %{_bindir}/hb-ot-shape-closure %{_bindir}/hb-shape @@ -144,7 +148,4 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/pkgconfig/harfbuzz-gobject.pc %{_datadir}/gir-1.0/HarfBuzz-0.0.gir -%files -n typelib-1_0-HarfBuzz-0_0 -%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib - %changelog From d9c738c7bc0d56ce200734992f7a5a05f79581deb2ff3f1128a1e5f4b139bfdd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Mar 2018 08:52:42 +0000 Subject: [PATCH 5/5] Accepting request 586259 from home:jengelh:branches:GNOME:Factory - Update summaries. OBS-URL: https://build.opensuse.org/request/show/586259 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=152 --- harfbuzz.changes | 5 +++++ harfbuzz.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index 682e892..e88076f 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 13 08:36:14 UTC 2018 - jengelh@inai.de + +- Update summaries. + ------------------------------------------------------------------- Sun Mar 11 03:40:33 UTC 2018 - luc14n0@linuxmail.org diff --git a/harfbuzz.spec b/harfbuzz.spec index f2c09ad..1ee282c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -22,7 +22,7 @@ Release: 0 Summary: An OpenType text shaping engine License: MIT Group: Productivity/Text/Utilities -URL: https://www.freedesktop.org/wiki/Software/HarfBuzz +Url: https://www.freedesktop.org/wiki/Software/HarfBuzz Source: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: gcc-c++ @@ -49,7 +49,7 @@ Group: System/Libraries HarfBuzz is an OpenType text shaping engine. %package -n libharfbuzz-icu0 -Summary: An OpenType text shaping engine - ICU library +Summary: ICU integration into the HarfBuzz OpenType text shaping engine Group: System/Libraries %description -n libharfbuzz-icu0 @@ -57,7 +57,7 @@ HarfBuzz is an OpenType text shaping engine. This package contains the ICU library. %package -n libharfbuzz-gobject0 -Summary: An OpenType text shaping engine - GObject library +Summary: GObject wrapper around the HarfBuzz OpenType text shaping engine Group: System/Libraries %description -n libharfbuzz-gobject0 @@ -65,7 +65,7 @@ HarfBuzz is an OpenType text shaping engine. This package contains the GObject library. %package -n typelib-1_0-HarfBuzz-0_0 -Summary: An OpenType text shaping engine - Introspection bindings +Summary: Introspection bindings for the HarfBuzz/GObject library Group: System/Libraries %description -n typelib-1_0-HarfBuzz-0_0 @@ -73,18 +73,18 @@ HarfBuzz is an OpenType text shaping engine. This package provides the GObject Introspection bindings for HarfBuzz. %package tools -Summary: An OpenType text shaping engine -- Tools +Summary: Tools from the HarfBuzz text shaping software Group: Productivity/Text/Utilities %description tools HarfBuzz is an OpenType text shaping engine. %package devel -Summary: An OpenType text shaping engine -- Development Files +Summary: Development files for the HarfBuzz OpenType text shaping engine Group: Development/Libraries/C and C++ +Requires: libharfbuzz-gobject0 = %{version} Requires: libharfbuzz-icu0 = %{version} Requires: libharfbuzz0 = %{version} -Requires: libharfbuzz-gobject0 = %{version} Requires: typelib-1_0-HarfBuzz-0_0 = %{version} Requires: pkgconfig(freetype2) >= 12.0.6