diff --git a/pangomm-2.42.2.tar.xz b/pangomm-2.42.2.tar.xz deleted file mode 100644 index f72cfeb..0000000 --- a/pangomm-2.42.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b24c92624ae1275ccb57758175d35f7c39ad3342d8c0b4ba60f0d9849d2d08a -size 656760 diff --git a/pangomm-2.46.0.tar.xz b/pangomm-2.46.0.tar.xz new file mode 100644 index 0000000..38a662a --- /dev/null +++ b/pangomm-2.46.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3787d04d6198b606f3efa357b3b452a7140e2a7dee56f9f9ce516d7d5fcec1b +size 672008 diff --git a/pangomm1_4.changes b/pangomm1_4.changes index 44b9013..68adf1c 100644 --- a/pangomm1_4.changes +++ b/pangomm1_4.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 27 13:58:48 UTC 2021 - Bjørn Lie + +- Update to version 2.46.0: + + Attribute: Add Overline and ShowFlags enums and some create*() + methods. + + Font, FontFace, FontFamily, FontMetrics: Add new methods. + + LayoutIter: Fix get_run(). + + LayoutRun: + - Fix a memory leak in split(). + - Make most methods public. + + GlyphString, Item: Wrap pango_shape_with_flags(). + + Layout: + - Add set/get_line_spacing(). + - Add get_const_line() and get_const_lines(). + + Coverage: Deprecate create(bytes, n_bytes), max(), to_bytes(). + + Build: Requires pango >= 1.45.1 because of Overline. + ------------------------------------------------------------------- Fri Dec 18 19:00:24 UTC 2020 - Bjørn Lie diff --git a/pangomm1_4.spec b/pangomm1_4.spec index b5f754b..93acef5 100644 --- a/pangomm1_4.spec +++ b/pangomm1_4.spec @@ -1,7 +1,7 @@ # # spec file for package pangomm1_4 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,13 @@ %define _name pangomm Name: pangomm1_4 -Version: 2.42.2 +Version: 2.46.0 Release: 0 Summary: C++ interface for pango License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: http://www.gtkmm.org -Source0: https://download.gnome.org/sources/pangomm/2.42/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pangomm/2.46/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: c++_compiler @@ -39,7 +39,7 @@ BuildRequires: pkgconfig BuildRequires: xsltproc BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2 BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0 -BuildRequires: pkgconfig(pangocairo) >= 1.41.0 +BuildRequires: pkgconfig(pangocairo) >= 1.45.1 %description pangomm provides a C++ interface to the pango library.