Accepting request 743887 from home:AndreasStieger:branches:GNOME:Factory

harfbuzz 2.6.3

OBS-URL: https://build.opensuse.org/request/show/743887
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=168
This commit is contained in:
Bjørn Lie 2019-10-30 15:40:14 +00:00 committed by Git OBS Bridge
parent 9654bef92e
commit 2b40dbbe35
6 changed files with 19 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b4c6a72f7f2b05d54f6c3112b3ebee5131c199fe4de4cf9bbbf71a56666f624
size 5769792

View File

@ -1,8 +0,0 @@
-----BEGIN PGP MESSAGE-----
owGbwMvMwCQ4/x3L08vBgqKMa6qSZDISi9KSSquqdI30zPSM9EoSi/QqqvSKMxKN
TM1iJ0W7GSeZJJslmhulmacZJRmYppiapJklGxsaGiUZpyalppoaGhsmG1papqWa
pKSaJKdZJiUlpZkbJpqaAUGamZGJggJWG7g63FgYBJkY2FiZQLYwcHEKwJxlWMUw
Pzt3goPqG9W2wMjMg+eqb900SJzEwrBgSYpletzh/j0uT2P9FxV8XX69Vq8ZAA==
=HeKE
-----END PGP MESSAGE-----

3
harfbuzz-2.6.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0b3e68e5fcb332ac7c2f0ce3455b33ff244ed2c5271d31f2f7d4b0d8c34e958
size 5811320

View File

@ -0,0 +1,8 @@
-----BEGIN PGP MESSAGE-----
owGbwMvMwCQ4/x3L08vBgqKMa6qSZDISi9KSSquqdI30zPSM9UoSi/QqqvSKMxKN
TM1itycvTDJIMk41s0g1TUtOMjY2Skw2TzZKM0hONTYxNQUKpKUZmZikphglmxqZ
G6YYG6YZpZmnmCQZpFgkG5ukWppaKChgtYGrw42FQZCJgY2VCWQLAxenAMxZ16sY
5uebVU72m+SuGiwjKeIkqzbxa46SGsN85+0L2qZ9MecM9+1lyPr3ZvZeky3/AQ==
=t+Ln
-----END PGP MESSAGE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 29 17:49:28 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 2.6.3:
+ Misc small fixes, mostly to build-related issues
+ New API: hb_font_get_nominal_glyphs()
-------------------------------------------------------------------
Sun Oct 6 19:27:44 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,11 +17,10 @@
Name: harfbuzz
Version: 2.6.2
Version: 2.6.3
Release: 0
Summary: An OpenType text shaping engine
License: MIT
Group: Productivity/Text/Utilities
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz
Source1: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz.sha256.asc
@ -47,14 +46,12 @@ HarfBuzz is an OpenType text shaping engine.
%package -n libharfbuzz0
Summary: An OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz0
HarfBuzz is an OpenType text shaping engine.
%package -n libharfbuzz-icu0
Summary: ICU integration into the HarfBuzz OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz-icu0
HarfBuzz is an OpenType text shaping engine.
@ -62,7 +59,6 @@ This package contains the ICU library.
%package -n libharfbuzz-gobject0
Summary: GObject wrapper around the HarfBuzz OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz-gobject0
HarfBuzz is an OpenType text shaping engine.
@ -70,7 +66,6 @@ This package contains the GObject library.
%package -n libharfbuzz-subset0
Summary: An OpenType text shaping engine
Group: System/Libraries
%description -n libharfbuzz-subset0
HarfBuzz is an OpenType text shaping engine.
@ -78,7 +73,6 @@ This package contains the subset library
%package -n typelib-1_0-HarfBuzz-0_0
Summary: Introspection bindings for the HarfBuzz/GObject library
Group: System/Libraries
%description -n typelib-1_0-HarfBuzz-0_0
HarfBuzz is an OpenType text shaping engine.
@ -86,7 +80,6 @@ This package provides the GObject Introspection bindings for HarfBuzz.
%package tools
Summary: Tools from the HarfBuzz text shaping software
Group: Productivity/Text/Utilities
%description tools
HarfBuzz is an OpenType text shaping engine.
@ -94,7 +87,6 @@ This package provides a set of tools for HarfBuzz.
%package devel
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: libharfbuzz-subset0 = %{version}
@ -130,13 +122,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
%post -n libharfbuzz0 -p /sbin/ldconfig
%postun -n libharfbuzz0 -p /sbin/ldconfig
%post -n libharfbuzz-icu0 -p /sbin/ldconfig
%postun -n libharfbuzz-icu0 -p /sbin/ldconfig
%post -n libharfbuzz-gobject0 -p /sbin/ldconfig
%postun -n libharfbuzz-gobject0 -p /sbin/ldconfig
%post -n libharfbuzz-subset0 -p /sbin/ldconfig
%postun -n libharfbuzz-subset0 -p /sbin/ldconfig