Accepting request 443942 from GNOME:Next

Update to 2.41.1 - getting moving on GTK4 front

OBS-URL: https://build.opensuse.org/request/show/443942
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2016-12-06 11:50:43 +00:00 committed by Git OBS Bridge
parent ad397d57df
commit 042f130596
5 changed files with 26 additions and 12 deletions

View File

@ -1 +1 @@
libpangomm-1_4-1 libpangomm-2_42-1

View File

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

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

@ -3,6 +3,20 @@ Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de
- Rectify RPM groups and replace old macros. - Rectify RPM groups and replace old macros.
-------------------------------------------------------------------
Fri Dec 2 12:37:09 UTC 2016 - dimstar@opensuse.org
- Update to version 2.41.1:
+ Require C++14.
+ Use glibmm-2.52 instead of glibmm-2.4.
+ Use cairomm-1.16 instad of cairomm-1.0.
- Updated BuildRequires, following upstreams changes:
+ Remove: pkgconfig(glibmm-2.4), pkgconfig(cairomm-1.0).
+ Add: pkgconfig(glibmm-2.52), pkgconfig(cairomm-1.16).
- Change so_ver to 2.42-1, resulting in the library package to be
renamed from libpangomm-1_4-1 to libpangomm=2_42-1 (also adjust
baselibs.conf).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 19 21:39:28 UTC 2016 - zaitor@opensuse.org Fri Aug 19 21:39:28 UTC 2016 - zaitor@opensuse.org

View File

@ -17,21 +17,21 @@
# Update baselibs.conf when changing this # Update baselibs.conf when changing this
%define so_ver -1_4-1 %define so_ver -2_42-1
Name: pangomm Name: pangomm
Version: 2.40.1 Version: 2.41.1
Release: 0 Release: 0
Summary: C++ interface for pango Summary: C++ interface for pango
License: GPL-2.0+ and LGPL-2.0+ License: GPL-2.0+ and LGPL-2.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: http://www.gtkmm.org Url: http://www.gtkmm.org
Source: http://download.gnome.org/sources/pangomm/2.40/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/pangomm/2.41/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2 BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0 BuildRequires: pkgconfig(glibmm-2.52) >= 2.48.0
BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) >= 1.38.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -86,12 +86,12 @@ rm %{buildroot}%{_libdir}/*.la
%{_includedir}/* %{_includedir}/*
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-1.4 %{_libdir}/pangomm-2.42
%files doc %files doc
%defattr (-, root, root) %defattr (-, root, root)
%{_datadir}/devhelp/books/pangomm-1.4/ %{_datadir}/devhelp/books/pangomm-2.42/
%{_datadir}/doc/pangomm-1.4/ %{_datadir}/doc/pangomm-2.42/
# Avoid BuildRequires on devhelp # Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp %dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books %dir %{_datadir}/devhelp/books