Hello community,

here is the log from the commit of package atkmm for openSUSE:Factory checked 
in at 2018-03-14 19:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atkmm (Old)
 and      /work/SRC/openSUSE:Factory/.atkmm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atkmm"

Wed Mar 14 19:36:26 2018 rev:25 rq:584662 version:2.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/atkmm/atkmm.changes      2017-09-13 
21:39:29.636875610 +0200
+++ /work/SRC/openSUSE:Factory/.atkmm.new/atkmm.changes 2018-03-14 
19:36:28.426666564 +0100
@@ -1,0 +2,23 @@
+Wed Feb 28 16:23:02 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sat Feb 24 22:44:16 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.27.1:
+  + Change ABI to atkmm-2.28.
+- Update '+' in GPL/LGPL License tags to '-or-later' and add GPL
+  version 2 and 3 to the preamble to comply with the copyrights.
+- Update packages descriptions to show more explictly subpackages'
+  content.
+- Drop unneeded standard BuildRoot tag declaration: RPM already
+  handles this itself.
+- Point fdupes to the data directory under the build root instead
+  of the build root directly, which is a practice that must be
+  avoided.
+- Rename shared library subpackage name to libatkmm-2_28-1 to
+  follow upstream change.
+- Recommends the documentation subpackage.
+
+-------------------------------------------------------------------

Old:
----
  atkmm-2.25.4.tar.xz

New:
----
  atkmm-2.27.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ atkmm.spec ++++++
--- /var/tmp/diff_new_pack.aa5t9D/_old  2018-03-14 19:36:29.606624655 +0100
+++ /var/tmp/diff_new_pack.aa5t9D/_new  2018-03-14 19:36:29.610624512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package atkmm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,47 +16,56 @@
 #
 
 
+%define base_ver 2.28
+# Update baselibs.conf when changing the version here
+%define libname  lib%{name}-2_28-1
 Name:           atkmm
-Version:        2.25.4
+Version:        2.27.1
 Release:        0
 Summary:        C++ Binding for the ATK library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-only
 Group:          Development/Libraries/C and C++
-Url:            http://www.gtkmm.org/
-Source:         
http://download.gnome.org/sources/atkmm/2.25/%{name}-%{version}.tar.xz
+URL:            https://www.gtkmm.org/
+Source:         
http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(atk) >= 1.18
 BuildRequires:  pkgconfig(glibmm-2.56) >= 2.53.1.1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     %{name}-doc = %{version}
 
 %description
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
-%package -n libatkmm-2_26-1
-Summary:        C++ Binding for the ATK library
-License:        LGPL-2.1+
+%package -n %{libname}
+Summary:        C++ Binding for the ATK library -- Shared Library
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
-%description -n libatkmm-2_26-1
+%description -n %{libname}
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
+This package provides the ATK library's C++'s bindings shared library.
+
 %package devel
-Summary:        C++ Binding for the ATK library
-License:        LGPL-2.1+
+Summary:        C++ Binding for the ATK library -- Development Files
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libatkmm-2_26-1 = %{version}
+Requires:       %{libname} >= %{version}
 
 %description devel
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
+This package provides all the necessary files for development with ATK
+library's C++ bindings.
+
 %package doc
-Summary:        C++ Binding for the ATK library
-License:        GPL-2.0+ and LGPL-2.1+
+Summary:        C++ Binding for the ATK library -- Documentation
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Documentation/HTML
 Requires:       glibmm2-doc
 BuildArch:      noarch
@@ -65,6 +74,9 @@
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
+This package provides the documentation files for the ATK library's
+C++ bindings.
+
 %prep
 %setup -q
 
@@ -73,33 +85,32 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-%fdupes %{buildroot}
-
-%post -n libatkmm-2_26-1 -p /sbin/ldconfig
+%fdupes %{buildroot}%{_datadir}
 
-%postun -n libatkmm-2_26-1 -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libatkmm-2_26-1
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/libatkmm-2.26.so.*
+%files -n %{libname}
+%license COPYING
+%doc NEWS
+%{_libdir}/libatkmm-%{base_ver}.so.*
 
 %files devel
-%defattr (-, root, root)
-%{_includedir}/atkmm-2.26/
-%{_libdir}/libatkmm-2.26.so
-%{_libdir}/pkgconfig/atkmm-2.26.pc
-%dir %{_libdir}/atkmm-2.26
-%{_libdir}/atkmm-2.26/include/
-%dir %{_libdir}/atkmm-2.26/proc
-%{_libdir}/atkmm-2.26/proc/m4/
+%{_includedir}/atkmm-%{base_ver}/
+%{_libdir}/libatkmm-%{base_ver}.so
+%{_libdir}/pkgconfig/atkmm-%{base_ver}.pc
+%{_libdir}/atkmm-%{base_ver}/include/
+%dir %{_libdir}/atkmm-%{base_ver}
+%dir %{_libdir}/atkmm-%{base_ver}/proc
+%{_libdir}/atkmm-%{base_ver}/proc/m4/
 
 %files doc
-%defattr (-, root, root)
-%{_datadir}/devhelp/books/atkmm-2.26/
-%{_datadir}/doc/atkmm-2.26/
+%license COPYING.tools
+%doc AUTHORS ChangeLog README
+%{_datadir}/devhelp/books/atkmm-%{base_ver}/
+%{_datadir}/doc/atkmm-%{base_ver}/
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++++++ atkmm-2.25.4.tar.xz -> atkmm-2.27.1.tar.xz ++++++
++++ 54888 lines of diff (skipped)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.aa5t9D/_old  2018-03-14 19:36:30.490593258 +0100
+++ /var/tmp/diff_new_pack.aa5t9D/_new  2018-03-14 19:36:30.494593116 +0100
@@ -1,4 +1,4 @@
-libatkmm-2_26-1
+libatkmm-2_28-1
 atkmm-devel
        requires -atkmm-<targettype>
-       requires "libatkmm-2_26-1-<targettype> = <version>"
+       requires "libatkmm-2_28-1-<targettype> = <version>"


Reply via email to