Hello community, here is the log from the commit of package pangomm for openSUSE:Leap:15.2 checked in at 2020-03-15 07:13:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/pangomm (Old) and /work/SRC/openSUSE:Leap:15.2/.pangomm.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pangomm" Sun Mar 15 07:13:55 2020 rev:27 rq:785177 version:2.43.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/pangomm/pangomm.changes 2020-01-15 15:38:55.207090338 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.pangomm.new.3160/pangomm.changes 2020-03-15 07:14:57.545084884 +0100 @@ -1,0 +2,31 @@ +Mon Sep 9 19:09:42 UTC 2019 - Bjørn Lie <[email protected]> + +- Add pangomm-use-glibmm-262.patch: Forward port to use + glibmm-2.62. Following this, add libtool and mm-common + BuildRequires and pass autogen.sh, as patch touches buildsystem. +- Replace pkgconfig(glibmm-2.60) with pkgconfig(glibmm-2.62) and + gcc-c++ with the generic c++_compiler BuildRequires. +- Modernize spec. + +------------------------------------------------------------------- +Mon Dec 3 18:44:49 UTC 2018 - [email protected] + +- Update to version 2.43.1: + + Attribute: Add several create_attr_*() methods. + + FontDescription: Add set/get_variations(). + + Build: + - Require C++17. + - Replace the Visual Studio project files with MSVC NMake + project files. + - Use glibmm-2.60 instead of glibmm-2.56. + - Require pango >= 1.41.0 because of + FontDescription::set/get_variations(). + - Change the ABI to pangomm-2.44. +- Bump soname following upstream changes. +- Replace pkgconfig(glibmm-2.58) with pkgconfig(glibmm-2.60) + BuildRequires. +- Drop pangomm-glibmm-fix.patch: Fixed upstream. Following this, + also drop libtool and mm-common BuildRequires and autogen.sh + call, no longer needed. + +------------------------------------------------------------------- Old: ---- pangomm-2.41.5.tar.xz pangomm-glibmm-fix.patch New: ---- pangomm-2.43.1.tar.xz pangomm-use-glibmm-262.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pangomm.spec ++++++ --- /var/tmp/diff_new_pack.aFtlhd/_old 2020-03-15 07:14:58.153085203 +0100 +++ /var/tmp/diff_new_pack.aFtlhd/_new 2020-03-15 07:14:58.157085205 +0100 @@ -1,7 +1,7 @@ # # spec file for package pangomm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,32 +12,34 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define base_ver 2.42 +%define base_ver 2.44 # Update baselibs.conf when changing the version here -%define libname lib%{name}-2_42-1 +%define libname lib%{name}-2_44-1 + Name: pangomm -Version: 2.41.5 +Version: 2.43.1 Release: 0 Summary: C++ interface for pango License: LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://www.gtkmm.org -Source0: http://download.gnome.org/sources/%{name}/2.41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.43/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM pangomm-glibmm-fix.patch [email protected] -- Fix build with new glibmm -Patch0: pangomm-glibmm-fix.patch +# PATCH-FIX-UPSTREAM pangomm-use-glibmm-262.patch -- Forward port to use glibmm-2.62 +Patch0: pangomm-use-glibmm-262.patch + +BuildRequires: c++_compiler BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: mm-common BuildRequires: pkgconfig BuildRequires: pkgconfig(cairomm-1.16) >= 1.2.2 -BuildRequires: pkgconfig(glibmm-2.58) >= 2.55.1 -BuildRequires: pkgconfig(pangocairo) >= 1.38.0 +BuildRequires: pkgconfig(glibmm-2.62) +BuildRequires: pkgconfig(pangocairo) >= 1.31.0 Recommends: %{name}-doc = %{version} %description @@ -67,16 +69,17 @@ %description doc pangomm provides a C++ interface to the pango library. +This package contains the developer documentation. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build NOCONFIGURE=1 ./autogen.sh -export CXXFLAGS="-std=c++17 %{optflags}" -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static \ + %{nil} +%make_build %install %make_install ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.aFtlhd/_old 2020-03-15 07:14:58.173085214 +0100 +++ /var/tmp/diff_new_pack.aFtlhd/_new 2020-03-15 07:14:58.173085214 +0100 @@ -1 +1 @@ -libpangomm-2_42-1 +libpangomm-2_44-1 ++++++ pangomm-2.41.5.tar.xz -> pangomm-2.43.1.tar.xz ++++++ ++++ 41420 lines of diff (skipped) ++++++ pangomm-use-glibmm-262.patch ++++++ >From 36a3b20a89f3fbed5fa38254883a12ba9486451b Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt <[email protected]> Date: Tue, 19 Mar 2019 14:59:39 +0100 Subject: [PATCH] Use glibmm-2.62 instead of glibmm-2.60 We have changed the ABI name in glibmm. --- MSVC_NMake/config-msvc.mak | 2 +- configure.ac | 6 +++--- tools/Makefile.am | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MSVC_NMake/config-msvc.mak b/MSVC_NMake/config-msvc.mak index df30385..4dee48e 100644 --- a/MSVC_NMake/config-msvc.mak +++ b/MSVC_NMake/config-msvc.mak @@ -13,7 +13,7 @@ GLIB_API_VERSION = 2.0 LIBSIGC_MAJOR_VERSION = 3 LIBSIGC_MINOR_VERSION = 0 GLIBMM_MAJOR_VERSION = 2 -GLIBMM_MINOR_VERSION = 60 +GLIBMM_MINOR_VERSION = 62 CAIROMM_MAJOR_VERSION = 1 CAIROMM_MINOR_VERSION = 16 diff --git a/configure.ac b/configure.ac index 9a1cf50..9ae804a 100644 --- a/configure.ac +++ b/configure.ac @@ -49,17 +49,17 @@ MM_AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) AC_DISABLE_STATIC LT_INIT([win32-dll]) -AC_SUBST([PANGOMM_MODULES], ['glibmm-2.60 >= 2.59.1 cairomm-1.16 >= 1.15.1 pangocairo >= 1.41.0']) +AC_SUBST([PANGOMM_MODULES], ['glibmm-2.62 >= 2.61.1 cairomm-1.16 >= 1.15.1 pangocairo >= 1.41.0']) PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_MODULES]) MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0]) -MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.60]) +MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.62]) MM_ARG_DISABLE_DEPRECATED_API MM_ARG_ENABLE_DOCUMENTATION MM_ARG_WITH_TAGFILE_DOC([libstdc++.tag], [mm-common-libstdc++]) MM_ARG_WITH_TAGFILE_DOC([libsigc++-3.0.tag], [sigc++-3.0]) -MM_ARG_WITH_TAGFILE_DOC([glibmm-2.60.tag], [glibmm-2.60]) +MM_ARG_WITH_TAGFILE_DOC([glibmm-2.62.tag], [glibmm-2.62]) MM_ARG_WITH_TAGFILE_DOC([cairomm-1.16.tag], [cairomm-1.16]) AC_LANG([C++]) diff --git a/tools/Makefile.am b/tools/Makefile.am index 3282371..f6fbe7b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -30,7 +30,7 @@ dist_noinst_DATA = README noinst_PROGRAMS = extra_defs_gen/generate_extra_defs extra_defs_gen_generate_extra_defs_SOURCES = extra_defs_gen/generate_defs_pango.cc -extra_defs_gen_generate_extra_defs_LDADD = $(PANGOMM_LIBS) -lglibmm_generate_extra_defs-2.60 +extra_defs_gen_generate_extra_defs_LDADD = $(PANGOMM_LIBS) -lglibmm_generate_extra_defs-2.62 extra_defs_gen_generate_extra_defs_LDFLAGS = -no-undefined -avoid-version AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(PANGOMM_CFLAGS) -- 2.22.0
