Accepting request 522768 from GNOME:Factory

- Update package summaries.
  Avoid running fdupes across hardlink boundaries. (forwarded request 522746 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/522768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=36
This commit is contained in:
2017-09-13 19:45:15 +00:00
committed by Git OBS Bridge
4 changed files with 45 additions and 9 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,39 @@
-------------------------------------------------------------------
Sat Sep 9 08:58:18 UTC 2017 - jengelh@inai.de
- Update package summaries.
Avoid running fdupes across hardlink boundaries.
-------------------------------------------------------------------
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
@@ -46,7 +46,7 @@ Group: System/Libraries
pangomm provides a C++ interface to the pango library.
%package devel
Summary: C++ interface for pango -- Development Files
Summary: Development files for pangomm, a C++ API for Pango
Group: Development/Libraries/C and C++
Requires: libpangomm%{so_ver} = %{version}
@@ -54,7 +54,7 @@ Requires: libpangomm%{so_ver} = %{version}
pangomm provides a C++ interface to the pango library.
%package doc
Summary: C++ interface for pango -- Developer Documentation
Summary: Developer documentation for pangomm, a C++ interface for Pango
Group: Documentation/HTML
%description doc
@@ -70,7 +70,7 @@ make %{?_smp_mflags}
%install
%make_install
rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot}
%fdupes %{buildroot}/%{_prefix}
%post -n libpangomm%{so_ver} -p /sbin/ldconfig