From f6f739762231e8761bf780ba445132760ad0b92eb7875414a983e7fe20aed304 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Apr 2020 22:53:51 +0000 Subject: [PATCH] Accepting request 795099 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795099 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=8 --- pangomm-2.42.0.tar.xz | 3 --- pangomm-2.42.1.tar.xz | 3 +++ pangomm1_4.changes | 17 +++++++++++++++++ pangomm1_4.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 pangomm-2.42.0.tar.xz create mode 100644 pangomm-2.42.1.tar.xz diff --git a/pangomm-2.42.0.tar.xz b/pangomm-2.42.0.tar.xz deleted file mode 100644 index edb4ce0..0000000 --- a/pangomm-2.42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56 -size 853064 diff --git a/pangomm-2.42.1.tar.xz b/pangomm-2.42.1.tar.xz new file mode 100644 index 0000000..eb706d3 --- /dev/null +++ b/pangomm-2.42.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f +size 882508 diff --git a/pangomm1_4.changes b/pangomm1_4.changes index 2fa33d8..1703e2e 100644 --- a/pangomm1_4.changes +++ b/pangomm1_4.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 21 15:08:18 UTC 2020 - Bjørn Lie + +- Update to version 2.42.1: + + Coverage: Ignore deprecations of pango functions (so it can be + used with the latest versions of pango). + + Layout::get_lines(): Fix ownership of the GSList. + + pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC. + + Build: + - tools/gen_scripts: Update for non-source-dir builds. + - Add support for building pangomm with Meson. + - meson.build: Check if .git is a directory or file. + - NMake Makefiles: Allow builds from a GIT checkout. + - The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg is + necessary in order to use glibmm 2.64.0 or later, combined + with maintainer-mode in pangomm. + ------------------------------------------------------------------- Mon Dec 3 19:14:11 UTC 2018 - bjorn.lie@gmail.com diff --git a/pangomm1_4.spec b/pangomm1_4.spec index dca9cb9..ca51263 100644 --- a/pangomm1_4.spec +++ b/pangomm1_4.spec @@ -1,7 +1,7 @@ # # spec file for package pangomm1_4 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define so_ver -1_4-1 %define _name pangomm Name: pangomm1_4 -Version: 2.42.0 +Version: 2.42.1 Release: 0 Summary: C++ interface for pango License: GPL-2.0-or-later AND LGPL-2.0-or-later @@ -34,7 +34,7 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2 BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0 -BuildRequires: pkgconfig(pangocairo) >= 1.38.0 +BuildRequires: pkgconfig(pangocairo) >= 1.41.0 %description pangomm provides a C++ interface to the pango library.