Hello community, here is the log from the commit of package gtkmm2 for openSUSE:Factory checked in at 2018-03-08 10:45:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkmm2 (Old) and /work/SRC/openSUSE:Factory/.gtkmm2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkmm2" Thu Mar 8 10:45:16 2018 rev:62 rq:582771 version:2.24.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gtkmm2/gtkmm2.changes 2016-12-07 11:12:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtkmm2.new/gtkmm2.changes 2018-03-08 10:45:19.211644904 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:32:39 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkmm2.spec ++++++ --- /var/tmp/diff_new_pack.0N2EZR/_old 2018-03-08 10:45:19.915619558 +0100 +++ /var/tmp/diff_new_pack.0N2EZR/_new 2018-03-08 10:45:19.915619558 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtkmm2 # -# Copyright (c) 2016 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,25 +16,25 @@ # -Name: gtkmm2 %define _name gtkmm +Name: gtkmm2 Version: 2.24.5 Release: 0 Summary: C++ Interface for GTK2 (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/ Source: http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: pkgconfig(atkmm-1.6) >= 2.22.2 BuildRequires: pkgconfig(cairomm-1.0) BuildRequires: pkgconfig(giomm-2.4) >= 2.27.93 BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.0 BuildRequires: pkgconfig(pangomm-1.4) >= 2.27.1 BuildRequires: pkgconfig(sigc++-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps @@ -81,20 +81,18 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot} %post -n libgtkmm-2_4-1 -p /sbin/ldconfig - %postun -n libgtkmm-2_4-1 -p /sbin/ldconfig %files -n libgtkmm-2_4-1 -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files devel -%defattr (-, root, root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc
