Hello community, here is the log from the commit of package atkmm for openSUSE:Leap:15.2 checked in at 2020-03-15 07:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/atkmm (Old) and /work/SRC/openSUSE:Leap:15.2/.atkmm.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atkmm" Sun Mar 15 07:13:54 2020 rev:18 rq:785176 version:2.29.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/atkmm/atkmm.changes 2020-01-15 14:47:39.325307695 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.atkmm.new.3160/atkmm.changes 2020-03-15 07:14:56.229084194 +0100 @@ -1,0 +2,26 @@ +Mon Sep 9 18:36:22 UTC 2019 - Bjørn Lie <[email protected]> + +- Add atkmm-use-glibmm-262.patch: Forward port to use new glibmm2. + Following this, add libtool and mm-common BuildRequires and pass + autogen.sh as the patch touches the buildsystem. Also replace + pkgconfig(glibmm-2.60) with pkgconfig(glibmm-2.62) BuildRequires. + +------------------------------------------------------------------- +Mon Dec 3 18:21:44 UTC 2018 - [email protected] + +- Update to version 2.29.1: + + Build: + - Require C++17. + - Replace the Visual Studio project files with MSVC NMake + project files. + - Use glibmm-2.60 instead of glibmm-2.56. + - Change the ABI to atkmm-2.30. +- Replace pkgconfig(glibmm-2.58) with pkgconfig(glibmm-2.60) + BuildRequires. +- Drop pkgconfig(glibmm-2.60): Fixed upstream. Following this, also + drop libtool and mm-common as well as autogen.sh call, no longer + needed. +- Bump soname following upstream changes. +- Drop atkmm-glibmm-bump.patch: Fixed upstream. + +------------------------------------------------------------------- Old: ---- atkmm-2.27.1.tar.xz atkmm-glibmm-bump.patch New: ---- atkmm-2.29.1.tar.xz atkmm-use-glibmm-262.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atkmm.spec ++++++ --- /var/tmp/diff_new_pack.laP6EK/_old 2020-03-15 07:14:56.621084399 +0100 +++ /var/tmp/diff_new_pack.laP6EK/_new 2020-03-15 07:14:56.621084399 +0100 @@ -1,7 +1,7 @@ # # spec file for package atkmm # -# 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,31 +12,33 @@ # 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.28 +%define base_ver 2.30 # Update baselibs.conf when changing the version here -%define libname lib%{name}-2_28-1 +%define libname lib%{name}-2_30-1 + Name: atkmm -Version: 2.27.1 +Version: 2.29.1 Release: 0 Summary: C++ Binding for the ATK library 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/ -Source: http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/2.29/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM atkmm-glibmm-bump.patch [email protected] -- Fix build with new glibmm2 -Patch0: atkmm-glibmm-bump.patch +# PATCH-FIX-UPSTREAM atkmm-use-glibmm-262.patch -- Forward port to use new glibmm2 +Patch0: atkmm-use-glibmm-262.patch + BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: mm-common BuildRequires: pkgconfig BuildRequires: pkgconfig(atk) >= 1.18 -BuildRequires: pkgconfig(glibmm-2.58) >= 2.53.1.1 +BuildRequires: pkgconfig(glibmm-2.62) Recommends: %{name}-doc = %{version} %description @@ -82,14 +84,14 @@ C++ bindings. %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 ++++++ atkmm-2.27.1.tar.xz -> atkmm-2.29.1.tar.xz ++++++ ++++ 39919 lines of diff (skipped) ++++++ atkmm-use-glibmm-262.patch ++++++ >From 3bef761f5f1fddc88df49841bdd0467738d95998 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt <[email protected]> Date: Tue, 19 Mar 2019 14:55:45 +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 +- codegen/Makefile.am | 2 +- configure.ac | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MSVC_NMake/config-msvc.mak b/MSVC_NMake/config-msvc.mak index 62d2a22..a75a73a 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 !if "$(CFG)" == "debug" || "$(CFG)" == "Debug" diff --git a/codegen/Makefile.am b/codegen/Makefile.am index 4c2815f..2c20d2c 100644 --- a/codegen/Makefile.am +++ b/codegen/Makefile.am @@ -30,7 +30,7 @@ dist_noinst_SCRIPTS = generate_defs_and_docs.sh noinst_PROGRAMS = extradefs/generate_extra_defs extradefs_generate_extra_defs_SOURCES = extradefs/generate_extra_defs_atk.cc -extradefs_generate_extra_defs_LDADD = $(ATKMM_LIBS) -lglibmm_generate_extra_defs-2.60 +extradefs_generate_extra_defs_LDADD = $(ATKMM_LIBS) -lglibmm_generate_extra_defs-2.62 extradefs_generate_extra_defs_LDFLAGS = -no-undefined -avoid-version AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(ATKMM_CFLAGS) diff --git a/configure.ac b/configure.ac index 289505c..2452c50 100644 --- a/configure.ac +++ b/configure.ac @@ -51,18 +51,18 @@ MM_AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) AC_DISABLE_STATIC LT_INIT([win32-dll]) -AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.60 >= 2.59.1']) +AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.62 >= 2.61.1']) PKG_CHECK_MODULES([ATKMM], [$ATKMM_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]) AC_LANG([C++]) MM_ARG_ENABLE_WARNINGS([ATKMM_WXXFLAGS], -- 2.22.0 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.laP6EK/_old 2020-03-15 07:14:56.993084595 +0100 +++ /var/tmp/diff_new_pack.laP6EK/_new 2020-03-15 07:14:56.997084596 +0100 @@ -1,4 +1,4 @@ -libatkmm-2_28-1 +libatkmm-2_30-1 atkmm-devel requires -atkmm-<targettype> - requires "libatkmm-2_28-1-<targettype> = <version>" + requires "libatkmm-2_30-1-<targettype> = <version>"
