From 37a68b80cb32e39f6836b18edc18ee39fc88a3f62c9a9e7a881d5d0946631692 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Feb 2021 12:16:55 +0000 Subject: [PATCH] Accepting request 871176 from GNOME:Next - Update to version 1.48.2: + Fix memory leaks reported by asan + Avoid overflow in pango_attr_list_update + Add a valgrind suppression file + Make tests more robust + Fix pango_font_describe for Emoji fonts OBS-URL: https://build.opensuse.org/request/show/871176 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=215 --- _service | 2 +- pango-1.48.1.obscpio | 3 --- pango-1.48.2.obscpio | 3 +++ pango.changes | 10 ++++++++++ pango.obsinfo | 6 +++--- pango.spec | 2 +- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 pango-1.48.1.obscpio create mode 100644 pango-1.48.2.obscpio diff --git a/_service b/_service index 5055e48..39d62fa 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.gnome.org/GNOME/pango.git git - refs/tags/1.48.1 + refs/tags/1.48.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/pango-1.48.1.obscpio b/pango-1.48.1.obscpio deleted file mode 100644 index f2b5bd7..0000000 --- a/pango-1.48.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd836b886a150221ebf96c614df006ee4b0ceda03c4dcddd0b3b3f57eea2e999 -size 3195916 diff --git a/pango-1.48.2.obscpio b/pango-1.48.2.obscpio new file mode 100644 index 0000000..6b9c410 --- /dev/null +++ b/pango-1.48.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab1808c7aac01693dd38c85a2b9cdfca9ad6b12915657bdaec2f0d2354cc849 +size 3200524 diff --git a/pango.changes b/pango.changes index a9b7cb7..76d9a68 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 11 10:57:51 UTC 2021 - Bjørn Lie + +- Update to version 1.48.2: + + Fix memory leaks reported by asan + + Avoid overflow in pango_attr_list_update + + Add a valgrind suppression file + + Make tests more robust + + Fix pango_font_describe for Emoji fonts + ------------------------------------------------------------------- Fri Jan 22 13:02:56 UTC 2021 - Bjørn Lie diff --git a/pango.obsinfo b/pango.obsinfo index 7ae1462..64d88ef 100644 --- a/pango.obsinfo +++ b/pango.obsinfo @@ -1,5 +1,5 @@ name: pango -version: 1.48.1 -mtime: 1611270322 -commit: 65577fee8e8e7e01cabab72552f64f668270e640 +version: 1.48.2 +mtime: 1613005434 +commit: a152a56f4ff0784533f4a3cc93b782c653e764c6 diff --git a/pango.spec b/pango.spec index 587b211..6133333 100644 --- a/pango.spec +++ b/pango.spec @@ -17,7 +17,7 @@ Name: pango -Version: 1.48.1 +Version: 1.48.2 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1-or-later