Accepting request 291443 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291443
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=40
This commit is contained in:
2015-03-19 14:31:20 +00:00
committed by Git OBS Bridge
parent 6a00b35c63
commit 45a8c5de39
4 changed files with 18 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.35.1.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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,18 @@
%define so_ver -1_4-1
Name: pangomm
Version: 2.34.0
Version: 2.35.1
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.35/%{name}-%{version}.tar.xz
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