From a73621af07f61940fd5b51d27490efed913e1fc3dc80a1b9c83d9420248e2585 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 May 2024 10:26:51 +0000 Subject: [PATCH] Accepting request 1175735 from GNOME:Next - Update to version 2.46.4: + Coverage: Don't use deprecated pango_coverage_ref/unref() + Documentation: - Doxyfile.in: Don't hide undocumented classes - Remove AUTHORS, HACKING, README.SUN; add general info to README.md. + Meson build: - Detect if we build from a git subtree - Don't copy files with configure_file() - Fix the evaluation of is_git_build on Windows - Don't fail if warning_level=everything - Enable check section: run meson test (no tests defined as of now). OBS-URL: https://build.opensuse.org/request/show/1175735 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=23 --- pangomm-2.46.3.tar.xz | 3 --- pangomm-2.46.4.tar.xz | 3 +++ pangomm1_4.changes | 17 +++++++++++++++++ pangomm1_4.spec | 9 ++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 pangomm-2.46.3.tar.xz create mode 100644 pangomm-2.46.4.tar.xz diff --git a/pangomm-2.46.3.tar.xz b/pangomm-2.46.3.tar.xz deleted file mode 100644 index f4c0db7..0000000 --- a/pangomm-2.46.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:410fe04d471a608f3f0273d3a17d840241d911ed0ff2c758a9859c66c6f24379 -size 674428 diff --git a/pangomm-2.46.4.tar.xz b/pangomm-2.46.4.tar.xz new file mode 100644 index 0000000..d482416 --- /dev/null +++ b/pangomm-2.46.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92016661526424de4b9377f1512f59781f41fb16c9c0267d6133ba1cd68db22 +size 695088 diff --git a/pangomm1_4.changes b/pangomm1_4.changes index 44af719..85f1b03 100644 --- a/pangomm1_4.changes +++ b/pangomm1_4.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 22 09:58:50 UTC 2024 - Dominique Leuenberger + +- Update to version 2.46.4: + + Coverage: Don't use deprecated pango_coverage_ref/unref() + + Documentation: + - Doxyfile.in: Don't hide undocumented classes + - Remove AUTHORS, HACKING, README.SUN; add general info to + README.md. + + Meson build: + - Detect if we build from a git subtree + - Don't copy files with configure_file() + - Fix the evaluation of is_git_build on Windows + - Don't fail if warning_level=everything +- Enable check section: run meson test (no tests defined as of + now). + ------------------------------------------------------------------- Mon Dec 19 08:43:21 UTC 2022 - Dominique Leuenberger diff --git a/pangomm1_4.spec b/pangomm1_4.spec index bfe7de2..0ce5d7b 100644 --- a/pangomm1_4.spec +++ b/pangomm1_4.spec @@ -1,7 +1,7 @@ # # spec file for package pangomm1_4 # -# Copyright (c) 2022 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 @@ -20,7 +20,7 @@ %define _name pangomm Name: pangomm1_4 -Version: 2.46.3 +Version: 2.46.4 Release: 0 Summary: C++ interface for pango License: GPL-2.0-or-later AND LGPL-2.0-or-later @@ -72,12 +72,15 @@ chmod -x NEWS %meson_install %fdupes %{buildroot}/%{prefix} +%check +%meson_test + %post -n libpangomm%{so_ver} -p /sbin/ldconfig %postun -n libpangomm%{so_ver} -p /sbin/ldconfig %files -n libpangomm%{so_ver} %license COPYING -%doc AUTHORS NEWS README.md +%doc NEWS README.md %{_libdir}/*.so.* %files devel