Accepting request 293044 from GNOME:Factory

Update to 2.36.0 (forwarded request 292873 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/293044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2015-03-30 17:28:47 +00:00 committed by Git OBS Bridge
commit 5111376ce8
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:0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41
size 516028

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 24 19:14:32 UTC 2015 - dimstar@opensuse.org
- Update to version 2.36.0:
+ No changes compared to 2.35.1.
-------------------------------------------------------------------
Wed Feb 4 13:51:38 UTC 2015 - dimstar@opensuse.org
- Update to version 2.35.1:
+ Context: Add get_serial().
+ FontMap: Add get_serial().
+ Layout: Add get_character_count() and get_serial().
+ Documentatoin: Update appearance to match recent glibmm and
gtkmm.
+ Win32 MSVC 2008/2010 Build: Many updates and corrections.
-------------------------------------------------------------------
Mon Apr 29 11:22:04 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package pangomm
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,18 +20,19 @@
%define so_ver -1_4-1
Name: pangomm
Version: 2.34.0
Version: 2.36.0
Release: 0
Summary: C++ interface for pango
License: GPL-2.0+ and LGPL-2.0+
Group: Development/Libraries/C and C++
Url: http://www.gtkmm.org
Source: http://download.gnome.org/sources/pangomm/2.34/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pangomm/2.36/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
BuildRequires: pkgconfig(glibmm-2.4) >= 2.36.0
BuildRequires: pkgconfig(pangocairo) >= 1.23.0
BuildRequires: pkgconfig(pangocairo) >= 1.34.2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description