From 3f3bcca391b21316776a5e43d35bee7c5b179a12b9e16700ab7a27b46df90ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 12 Nov 2024 12:17:19 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main pango revision 8f095c4f4c98f889eb6a07029036b4f9 --- _service | 2 +- pango-1.50.14.obscpio | 3 --- pango-1.54.0.obscpio | 3 +++ pango.changes | 59 +++++++++++++++++++++++++++++++++++++++++++ pango.obsinfo | 6 ++--- pango.spec | 9 ++++--- 6 files changed, 71 insertions(+), 11 deletions(-) delete mode 100644 pango-1.50.14.obscpio create mode 100644 pango-1.54.0.obscpio diff --git a/_service b/_service index 76d4cd0..2996864 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - refs/tags/1.50.14 + 1.54.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.50.14.obscpio b/pango-1.50.14.obscpio deleted file mode 100644 index 85a9d40..0000000 --- a/pango-1.50.14.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3d8df5f2297cffba3f633cd77200c524eab6b2b8ddbd2eba05d408a9b1d4ad0 -size 6920717 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 008f59f..126a6cf 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +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 + +- Update to version 1.52.2: + + coretext: Implement reload_font. + + coretext: Use Menlo instead of Courier for monospace. + + win32: Avoid a double free. + + Update to Unicode 15.1. + + Simplify hexbox drawing. +- Changes from version 1.52.1: + + Fix hexbox drawing. + +------------------------------------------------------------------- +Sun Mar 31 22:30:53 UTC 2024 - Michael Pujos + +- added GraphicsMagick package as Recommends. The invocation of + pango-view with the ft2 backend requires the gm command found in + that package + +------------------------------------------------------------------- +Mon Feb 26 09:38:41 UTC 2024 - Dominique Leuenberger + +- Update to version 1.52.0: + + Add pango_font_map_reload_font. + + Improve formatting of font sizes. + +------------------------------------------------------------------- +Mon Feb 12 15:57:17 UTC 2024 - Dominique Leuenberger + +- Update to version 1.51.2: + + Use single fontconfig thread. + + Fix problems with spaces at line ends. + + Allow custom fonts on Windows. + + pango-viewer: Fix hint-metrics options. + + Pangofont: Add properties. + +------------------------------------------------------------------- +Sat Aug 12 15:34:47 UTC 2023 - Bjørn Lie + +- Update to version 1.51.1: + + itemize: Improve script itemization + + build: Check for cairo DWrite dependency + + win32: Fix various issues and crashes + + layout: Add a missing switch case + ------------------------------------------------------------------- Thu Mar 2 17:19:14 UTC 2023 - Bjørn Lie diff --git a/pango.obsinfo b/pango.obsinfo index 9e4c3f9..7955036 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,4 +1,4 @@ name: pango -version: 1.50.14 -mtime: 1677763195 -commit: 25c27f452294f84044d5cc9f23b637193c7b4421 +version: 1.54.0 +mtime: 1717956509 +commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230 diff --git a/pango.spec b/pango.spec index b4f261b..25caca0 100644 --- a/pango.spec +++ b/pango.spec @@ -1,7 +1,7 @@ # # spec file for package pango # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.50.14 +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 @@ -86,6 +86,8 @@ This package provides the GObject Introspection bindings for Pango. %package tools Summary: Tools for pango, a library for text layout and rendering Group: System/Libraries +# for the 'gm' command used by 'pango-view --backend=ft2' +Recommends: GraphicsMagick %description tools Pango is a library for layout and rendering of text, with an emphasis @@ -122,7 +124,6 @@ to develop applications that require these. %build %meson \ -Dintrospection=enabled \ - -Dinstall-tests=false \ %{nil} %meson_build