Accepting request 617435 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/617435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/harfbuzz?expand=0&rev=66
This commit is contained in:
commit
4a2b20f340
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b
|
|
||||||
size 2586909
|
|
3
harfbuzz-1.8.1.tar.bz2
Normal file
3
harfbuzz-1.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbed6392ddb085e45e6090a9f389f72926d0e355f4b0a2ef51d35cf21686df45
|
||||||
|
size 3804867
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 16 03:46:42 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 1.8.1:
|
||||||
|
+ Add correctness bug in hb_set_t operations, introduced in
|
||||||
|
1.7.7.
|
||||||
|
- Changes from version 1.8.0:
|
||||||
|
+ Update to Unicode 11.0.0.
|
||||||
|
- Changes from version 1.7.7:
|
||||||
|
+ All HarfBuzz objects are significantly smaller in size now.
|
||||||
|
+ Sinhala: Position repha on top of post-consonant, not base.
|
||||||
|
+ Significant libharfbuzz-subset changes. API subject to change.
|
||||||
|
+ New API in libharfbuzz: hb_blob_create_from_file() and
|
||||||
|
hb_face_count().
|
||||||
|
- Add missing post(un) ldconfig scriptlets for libharfbuzz-subset
|
||||||
|
shared library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 13 10:34:46 UTC 2018 - bjorn.lie@gmail.com
|
Tue Mar 13 10:34:46 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -17,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: harfbuzz
|
Name: harfbuzz
|
||||||
Version: 1.7.6
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OpenType text shaping engine
|
Summary: An OpenType text shaping engine
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
URL: https://www.freedesktop.org/wiki/Software/HarfBuzz
|
||||||
Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
|
Source0: http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
BuildRequires: pkgconfig(cairo) >= 1.8.0
|
||||||
@ -87,16 +86,17 @@ Group: Productivity/Text/Utilities
|
|||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
HarfBuzz is an OpenType text shaping engine.
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
|
This package provides a set of tools for HarfBuzz.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the HarfBuzz OpenType text shaping engine
|
Summary: Development files for the HarfBuzz OpenType text shaping engine
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libharfbuzz0 = %{version}
|
|
||||||
Requires: libharfbuzz-gobject0 = %{version}
|
Requires: libharfbuzz-gobject0 = %{version}
|
||||||
Requires: libharfbuzz-icu0 = %{version}
|
Requires: libharfbuzz-icu0 = %{version}
|
||||||
Requires: libharfbuzz-subset0 = %{version}
|
Requires: libharfbuzz-subset0 = %{version}
|
||||||
Requires: pkgconfig(freetype2) >= 12.0.6
|
Requires: libharfbuzz0 = %{version}
|
||||||
Requires: typelib-1_0-HarfBuzz-0_0 = %{version}
|
Requires: typelib-1_0-HarfBuzz-0_0 = %{version}
|
||||||
|
Requires: pkgconfig(freetype2) >= 12.0.6
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
HarfBuzz is an OpenType text shaping engine.
|
HarfBuzz is an OpenType text shaping engine.
|
||||||
@ -130,6 +130,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%post -n libharfbuzz-gobject0 -p /sbin/ldconfig
|
%post -n libharfbuzz-gobject0 -p /sbin/ldconfig
|
||||||
%postun -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
|
||||||
|
|
||||||
%files -n libharfbuzz0
|
%files -n libharfbuzz0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user