From eb4ba3dc78fd3f240a1e82a8f54ec4b7b01f08164b1f75d9ff8b20dcbe0881c1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Jun 2024 09:33:12 +0000 Subject: [PATCH] Accepting request 1179614 from GNOME:Next - Update to version 1.54.0: + Build fixes. + Memory leak fixes. + Drop the install-tests build option. + Add build-examples and build-tests build options. + Require meson 0.63. + Add pango_item_get_char_offset. + Update to Unicode 15.1. + Fix wrong use of GWeakRef, leading to crashes. - Drop -Dinstall-tests meson parameter: no longer supported. OBS-URL: https://build.opensuse.org/request/show/1179614 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=260 --- _service | 2 +- pango-1.52.2.obscpio | 3 --- pango-1.54.0.obscpio | 3 +++ pango.changes | 14 ++++++++++++++ pango.obsinfo | 6 +++--- pango.spec | 5 ++--- 6 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 pango-1.52.2.obscpio create mode 100644 pango-1.54.0.obscpio diff --git a/_service b/_service index b8b8aff..2996864 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - 1.52.2 + 1.54.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.52.2.obscpio b/pango-1.52.2.obscpio deleted file mode 100644 index d6824d6..0000000 --- a/pango-1.52.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2207a518305f00e665ba6ded7ceee3cb72428642e59f03850beda856c0a27d9 -size 7109645 diff --git a/pango-1.54.0.obscpio b/pango-1.54.0.obscpio new file mode 100644 index 0000000..ee6a99d --- /dev/null +++ b/pango-1.54.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b710848ce3128b29e4e8bea52e0aa672ac2700910bd35ad97d906c69c8c326 +size 7114765 diff --git a/pango.changes b/pango.changes index 73bde8f..126a6cf 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 10 06:50:37 UTC 2024 - Dominique Leuenberger + +- Update to version 1.54.0: + + Build fixes. + + Memory leak fixes. + + Drop the install-tests build option. + + Add build-examples and build-tests build options. + + Require meson 0.63. + + Add pango_item_get_char_offset. + + Update to Unicode 15.1. + + Fix wrong use of GWeakRef, leading to crashes. +- Drop -Dinstall-tests meson parameter: no longer supported. + ------------------------------------------------------------------- Thu Apr 4 08:04:25 UTC 2024 - Dominique Leuenberger diff --git a/pango.obsinfo b/pango.obsinfo index c7afef4..7955036 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,4 +1,4 @@ name: pango -version: 1.52.2 -mtime: 1711879106 -commit: 7fe0a98f6180069732aa819fb5f1f2fa4f5d10f1 +version: 1.54.0 +mtime: 1717956509 +commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230 diff --git a/pango.spec b/pango.spec index 0693825..25caca0 100644 --- a/pango.spec +++ b/pango.spec @@ -17,7 +17,7 @@ Name: pango -Version: 1.52.2 +Version: 1.54.0 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1-or-later @@ -29,7 +29,7 @@ Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: help2man -BuildRequires: meson >= 0.55.3 +BuildRequires: meson >= 0.63.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(cairo) >= 1.12.10 BuildRequires: pkgconfig(fontconfig) >= 2.13 @@ -124,7 +124,6 @@ to develop applications that require these. %build %meson \ -Dintrospection=enabled \ - -Dinstall-tests=false \ %{nil} %meson_build