Accepting request 501769 from GNOME:Factory

Revert

OBS-URL: https://build.opensuse.org/request/show/501769
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=56
This commit is contained in:
Bjørn Lie
2017-06-07 13:58:26 +00:00
committed by Git OBS Bridge
parent 8eb9c4ed93
commit 5eceb07961
4 changed files with 6 additions and 24 deletions

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

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

View File

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

View File

@@ -1,21 +1,3 @@
-------------------------------------------------------------------
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) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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.3
Version: 2.41.1
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.54) >= 2.53.1.1
BuildRequires: pkgconfig(glibmm-2.52) >= 2.48.0
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build