Accepting request 1126237 from GNOME:Next
- Update to version 8.3.0: OBS-URL: https://build.opensuse.org/request/show/1126237 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=248
This commit is contained in:
parent
35b12b654d
commit
f1a1e7e049
@ -1,4 +1,5 @@
|
||||
libharfbuzz0
|
||||
libharfbuzz-icu0
|
||||
libharfbuzz-cairo0
|
||||
libharfbuzz-gobject0
|
||||
libharfbuzz-icu0
|
||||
libharfbuzz-subset0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e433ad85fbdf57f680be29479b3f964577379aaf319f557eb76569f0ecbc90f3
|
||||
size 18905228
|
3
harfbuzz-8.3.0.tar.xz
Normal file
3
harfbuzz-8.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:109501eaeb8bde3eadb25fab4164e993fbace29c3d775bcaa1c1e58e2f15f847
|
||||
size 19002808
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 16:50:08 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 8.3.0:
|
||||
+ Improve memory barrier to fix potential segfaults
|
||||
+ Various subsetting and instancing fixes.
|
||||
+ Rename “hb-subset” option “--instance” to “--variations” to
|
||||
match the other tools, old option kept as an alias
|
||||
- -devel: fix no-library-dependency-on libharbuzz-cairo0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 09:05:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: harfbuzz
|
||||
Version: 8.2.2
|
||||
Version: 8.3.0
|
||||
Release: 0
|
||||
Summary: An OpenType text shaping engine
|
||||
License: MIT
|
||||
@ -92,6 +92,7 @@ This package provides a set of tools for HarfBuzz.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the HarfBuzz OpenType text shaping engine
|
||||
Requires: libharfbuzz-cairo0 = %{version}
|
||||
Requires: libharfbuzz-gobject0 = %{version}
|
||||
Requires: libharfbuzz-icu0 = %{version}
|
||||
Requires: libharfbuzz-subset0 = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user