Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package atkmm for openSUSE:Factory checked in at 2022-08-22 12:15:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atkmm (Old) and /work/SRC/openSUSE:Factory/.atkmm.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atkmm" Mon Aug 22 12:15:52 2022 rev:33 rq:998592 version:2.36.2 Changes: -------- --- /work/SRC/openSUSE:Factory/atkmm/atkmm.changes 2021-06-28 15:34:04.583218870 +0200 +++ /work/SRC/openSUSE:Factory/.atkmm.new.2083/atkmm.changes 2022-08-22 12:15:53.767141549 +0200 @@ -1,0 +2,16 @@ +Thu Aug 11 07:46:04 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 2.36.2: + + Support building with Visual Studio 2022. + + Meson build: + - Specify 'check' option in run_command(). Will be necessary + with future versions of Meson. + - Perl is not required by new versions of mm-common. + - Avoid unnecessary configuration warnings. + - Require meson >= 0.55.0. + + Require atk >= 2.33.3. Not a new requirement, but previously + it was not specified in configure.ac and meson.build. +- Use ldconfig_scriptlets macro for post(un) handling. +- Remove erroneous executable bit from NEWS. + +------------------------------------------------------------------- Old: ---- atkmm-2.36.1.tar.xz New: ---- atkmm-2.36.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atkmm.spec ++++++ --- /var/tmp/diff_new_pack.Fj4hBe/_old 2022-08-22 12:15:54.383142831 +0200 +++ /var/tmp/diff_new_pack.Fj4hBe/_new 2022-08-22 12:15:54.391142848 +0200 @@ -1,7 +1,7 @@ # # spec file for package atkmm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,10 @@ %define libname lib%{name}-2_36-1 Name: atkmm -Version: 2.36.1 +Version: 2.36.2 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 +License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-only Group: Development/Libraries/C and C++ URL: https://www.gtkmm.org/ Source0: https://download.gnome.org/sources/%{name}/%{base_ver}/%{name}-%{version}.tar.xz @@ -34,10 +34,10 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: graphviz -BuildRequires: meson +BuildRequires: meson >= 0.55.0 BuildRequires: pkgconfig BuildRequires: xsltproc -BuildRequires: pkgconfig(atk) >= 1.18 +BuildRequires: pkgconfig(atk) >= 2.33.3 BuildRequires: pkgconfig(glibmm-2.68) Recommends: %{name}-doc = %{version} @@ -87,6 +87,8 @@ %autosetup -p1 %build +# NEWS should not be executable +chmod -x NEWS %meson \ -Dbuild-documentation=true \ %{nil} @@ -96,8 +98,7 @@ %meson_install %fdupes %{buildroot}%{_datadir} -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files -n %{libname} %license COPYING @@ -115,7 +116,7 @@ %files doc %license COPYING.tools -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog README.md %{_datadir}/devhelp/books/atkmm-%{base_ver}/ %{_datadir}/doc/atkmm-%{base_ver}/ # Avoid BuildRequires on devhelp ++++++ atkmm-2.36.1.tar.xz -> atkmm-2.36.2.tar.xz ++++++ ++++ 46959 lines of diff (skipped)