Hello community, here is the log from the commit of package gtkmm3 for openSUSE:Factory checked in at 2018-03-08 10:45:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkmm3 (Old) and /work/SRC/openSUSE:Factory/.gtkmm3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkmm3" Thu Mar 8 10:45:21 2018 rev:42 rq:582774 version:3.22.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes 2017-09-15 21:06:35.215452458 +0200 +++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes 2018-03-08 10:45:23.043506941 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:32:43 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkmm3.spec ++++++ --- /var/tmp/diff_new_pack.QJmv3n/_old 2018-03-08 10:45:24.059470362 +0100 +++ /var/tmp/diff_new_pack.QJmv3n/_new 2018-03-08 10:45:24.063470218 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtkmm3 # -# 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 @@ -18,20 +18,20 @@ # Update baselibs.conf when changing this %define so_ver -3_0-1 - -Name: gtkmm3 %define _name gtkmm +Name: gtkmm3 Version: 3.22.2 Release: 0 Summary: C++ Interface for GTK3 (a GUI Library for X) -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://www.gtkmm.org/ +URL: http://www.gtkmm.org/ Source0: http://download.gnome.org/sources/gtkmm/3.22/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: xsltproc BuildRequires: pkgconfig(atkmm-1.6) >= 2.24.1 BuildRequires: pkgconfig(cairomm-1.0) >= 1.12.0 @@ -40,7 +40,6 @@ BuildRequires: pkgconfig(giomm-2.4) >= 2.49.1 BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.6 BuildRequires: pkgconfig(pangomm-1.4) >= 2.38.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps @@ -50,7 +49,7 @@ %package -n libgtkmm%{so_ver} Summary: C++ Interface for GTK3 (a GUI library for X) -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n libgtkmm%{so_ver} @@ -61,7 +60,7 @@ %package devel Summary: C++ Interface for GTK3 (a GUI library for X) -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME Requires: libgtkmm%{so_ver} = %{version} @@ -73,7 +72,7 @@ %package doc Summary: C++ Interface for GTK3 (a GUI Library for X) -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Documentation/HTML Requires: glibmm2-doc BuildArch: noarch @@ -93,21 +92,19 @@ %install %make_install -rm %buildroot/%{_libdir}/*.la -%fdupes %buildroot +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot} %post -n libgtkmm%{so_ver} -p /sbin/ldconfig - %postun -n libgtkmm%{so_ver} -p /sbin/ldconfig %files -n libgtkmm%{so_ver} -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/libgdkmm-3.0.so.* %{_libdir}/libgtkmm-3.0.so.* %files devel -%defattr (-, root, root) %{_includedir}/gdkmm-3.0/ %{_includedir}/gtkmm-3.0/ %{_libdir}/*.so @@ -117,7 +114,6 @@ %{_libdir}/gtkmm-3.0/ %files doc -%defattr (-, root, root) %{_datadir}/devhelp/books/gtkmm-3.0/ %{_datadir}/doc/gtkmm-3.0/ # Avoid BuildRequires on devhelp
