Accepting request 867210 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/867210
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2021-01-27 16:15:36 +00:00 committed by Git OBS Bridge
parent 7b6b5964c9
commit 4e2f176c84
4 changed files with 25 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b24c92624ae1275ccb57758175d35f7c39ad3342d8c0b4ba60f0d9849d2d08a
size 656760

3
pangomm-2.46.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3787d04d6198b606f3efa357b3b452a7140e2a7dee56f9f9ce516d7d5fcec1b
size 672008

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 27 13:58:48 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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.