Accepting request 795244 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795099 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=4
This commit is contained in:
commit
eafc78c70a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56
|
|
||||||
size 853064
|
|
3
pangomm-2.42.1.tar.xz
Normal file
3
pangomm-2.42.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f
|
||||||
|
size 882508
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 15:08:18 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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
|
Mon Dec 3 19:14:11 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pangomm1_4
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define so_ver -1_4-1
|
%define so_ver -1_4-1
|
||||||
%define _name pangomm
|
%define _name pangomm
|
||||||
Name: pangomm1_4
|
Name: pangomm1_4
|
||||||
Version: 2.42.0
|
Version: 2.42.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -34,7 +34,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
||||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0
|
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0
|
||||||
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
BuildRequires: pkgconfig(pangocairo) >= 1.41.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pangomm provides a C++ interface to the pango library.
|
pangomm provides a C++ interface to the pango library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user