diff --git a/pangomm-2.46.2.tar.xz b/pangomm-2.46.2.tar.xz deleted file mode 100644 index 871d9bf..0000000 --- a/pangomm-2.46.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57442ab4dc043877bfe3839915731ab2d693fc6634a71614422fb530c9eaa6f4 -size 674892 diff --git a/pangomm-2.46.3.tar.xz b/pangomm-2.46.3.tar.xz new file mode 100644 index 0000000..f4c0db7 --- /dev/null +++ b/pangomm-2.46.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410fe04d471a608f3f0273d3a17d840241d911ed0ff2c758a9859c66c6f24379 +size 674428 diff --git a/pangomm1_4.changes b/pangomm1_4.changes index 4a3eac0..96fa0f8 100644 --- a/pangomm1_4.changes +++ b/pangomm1_4.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 21 15:02:55 UTC 2022 - Bjørn Lie + +- Update to version 2.46.3: + + Context::get_font_map(): Fix reference count. + + Build: + - Require Meson >= 0.55.0 + - Meson build: + . Specify 'check' option in run_command(). Will be necessary + with future versions of Meson. + . Check if Perl is required for building documentation. + . Avoid unnecessary configuration warnings. + . Re-organize warning-related compiler flags for MSVC. + ------------------------------------------------------------------- Mon Dec 13 15:43:10 UTC 2021 - Dominique Leuenberger diff --git a/pangomm1_4.spec b/pangomm1_4.spec index 9d32c36..bae8fcc 100644 --- a/pangomm1_4.spec +++ b/pangomm1_4.spec @@ -1,7 +1,7 @@ # # spec file for package pangomm1_4 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define _name pangomm Name: pangomm1_4 -Version: 2.46.2 +Version: 2.46.3 Release: 0 Summary: C++ interface for pango License: GPL-2.0-or-later AND LGPL-2.0-or-later @@ -35,7 +35,7 @@ BuildRequires: c++_compiler BuildRequires: doxygen BuildRequires: fdupes BuildRequires: graphviz -BuildRequires: meson +BuildRequires: meson >= 0.55.0 BuildRequires: pkgconfig BuildRequires: xsltproc BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2 @@ -79,7 +79,7 @@ chmod -x NEWS %files -n libpangomm%{so_ver} %license COPYING -%doc AUTHORS NEWS README +%doc AUTHORS NEWS README.md %{_libdir}/*.so.* %files devel