diff --git a/_service b/_service index 2996864..604e6d2 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - 1.54.0 + 1.56.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.54.0.obscpio b/pango-1.54.0.obscpio deleted file mode 100644 index ee6a99d..0000000 --- a/pango-1.54.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6b710848ce3128b29e4e8bea52e0aa672ac2700910bd35ad97d906c69c8c326 -size 7114765 diff --git a/pango-1.56.0.obscpio b/pango-1.56.0.obscpio new file mode 100644 index 0000000..9c234eb --- /dev/null +++ b/pango-1.56.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae688bcac8a132c6be17b468588052df16b6ca89a7f40ecd5c4d9b5825aacc7 +size 10195469 diff --git a/pango.changes b/pango.changes index 126a6cf..271aff6 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Jan 9 19:36:08 UTC 2025 - Bjørn Lie + +- Update to version 1.56.0: + + Support setting font features in font descriptions + + serialization: + - Document the tab array format + - Accept attributes without range + + layout: Fix measuring ellipsis runs with shapes + + build: + - Require C11 + - Require GLib 2.80 + - Require cairo 1.18 +- Replace gcc-c++ with generic c++_compiler BuildRequires. +- Drop help2man BuildRequires, upstream ported manpages for tools + to rst2man/rst2html, and defaults to not build it. Follow + upstream and do not build the man or html documentation for + tools. + +------------------------------------------------------------------- +Sat Dec 28 09:09:28 UTC 2024 - Bjørn Lie + +- Update to version 1.55.0 (Unstable): + + Support Unicode 16 + + Add pango_font_map_add_font_file + + fontconfig: Reject patterns without FC_FILE + + coretext: + - Actually use .AppleSystemUIFont + - Keep track of variations + + build: + - Require harfbuzz 8.4.0 + - Require fontconfig 2.15 + - Require meson 1.2.0 + ------------------------------------------------------------------- Mon Jun 10 06:50:37 UTC 2024 - Dominique Leuenberger diff --git a/pango.obsinfo b/pango.obsinfo index 7955036..6a5ee83 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,4 +1,4 @@ name: pango -version: 1.54.0 -mtime: 1717956509 -commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230 +version: 1.56.0 +mtime: 1736449454 +commit: 941aeab7a30c2b99e96e8b9fd449d65688b63db8 diff --git a/pango.spec b/pango.spec index 25caca0..23af8a9 100644 --- a/pango.spec +++ b/pango.spec @@ -1,7 +1,7 @@ # # spec file for package pango # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: pango -Version: 1.54.0 +Version: 1.56.0 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1-or-later @@ -27,18 +27,17 @@ Source0: %{name}-%{version}.tar.xz Source2: macros.pango Source99: baselibs.conf -BuildRequires: gcc-c++ -BuildRequires: help2man -BuildRequires: meson >= 0.63.0 +BuildRequires: c++_compiler +BuildRequires: meson >= 1.2.0 BuildRequires: pkgconfig -BuildRequires: pkgconfig(cairo) >= 1.12.10 -BuildRequires: pkgconfig(fontconfig) >= 2.13 +BuildRequires: pkgconfig(cairo) >= 1.18 +BuildRequires: pkgconfig(fontconfig) >= 2.15 BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(fribidi) >= 1.0.6 -BuildRequires: pkgconfig(glib-2.0) >= 2.62 -BuildRequires: pkgconfig(gobject-2.0) >= 2.59.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.80 +BuildRequires: pkgconfig(gobject-2.0) >= 2.80 BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(harfbuzz) >= 2.6 +BuildRequires: pkgconfig(harfbuzz) >= 8.4 BuildRequires: pkgconfig(libthai) >= 0.1.9 BuildRequires: pkgconfig(xft) >= 2.0.0 BuildRequires: pkgconfig(xrender) @@ -156,7 +155,6 @@ cp %{SOURCE2} %{buildroot}%_rpmmacrodir %{_bindir}/pango-list %{_bindir}/pango-segmentation %{_bindir}/pango-view -%{_mandir}/man1/pango-view.1%{ext_man} %files devel %doc CODING_STYLE.md THANKS