Accepting request 519372 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519372
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=57
This commit is contained in:
2017-08-31 07:42:22 +00:00
committed by Git OBS Bridge
parent 5eceb07961
commit 29559e19ba
4 changed files with 36 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Aug 25 23:59:43 UTC 2017 - zaitor@opensuse.org
- Update to version 2.41.4:
+ Build: Use glibmm-2.56 instead of glibmm-2.54. We have changed
the ABI name in glibmm.
+ Build: Fontset: Remove GLIBMM_EXCEPTIONS_ENABLED.
+ AttrString: Let _MEMBER_GET convert from const char*
(bgo#783360).
+ Weight enum: Make this implicitly convertible to int
(bgo#86864).
-------------------------------------------------------------------
Sat May 20 20:10:11 UTC 2017 - zaitor@opensuse.org
- Update to version 2.41.3:
+ Use C++11 enum classes instead of old-style enums, and put many
enums inside relevant class declarations:
. Coverage: Change CoverageLevel to Coverage::Level.
. Renderer: Change RendererPart to Renderer::Part.
+ Build: Windows: Visual Studio builds: Update glibmm ABI
version.
- Changes from version 2.41.2:
+ Build: Use glibmm-2.54 instead of glibmm-2.52.
+ Visual Studio: Require Visual Studio 2017.
+ Replace uses of Glib::ArrayHandle<>, Glib::ListHandle, and
Glib::SListHandle in the API with std::vector.
- Replace pkgconfig(glibmm-2.52) with pkgconfig(glibmm-2.54)
BuildRequires following upstream changes.
-------------------------------------------------------------------
Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package pangomm
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 so_ver -2_42-1
Name: pangomm
Version: 2.41.1
Version: 2.41.4
Release: 0
Summary: C++ interface for pango
License: GPL-2.0+ and LGPL-2.0+
@@ -31,7 +31,7 @@ Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2
BuildRequires: pkgconfig(glibmm-2.52) >= 2.48.0
BuildRequires: pkgconfig(glibmm-2.56)
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build