Hello community,

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

Package is "pangomm"

Wed Mar 14 19:38:16 2018 rev:37 rq:585451 version:2.41.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/pangomm/pangomm.changes  2017-09-13 
21:45:17.783893473 +0200
+++ /work/SRC/openSUSE:Factory/.pangomm.new/pangomm.changes     2018-03-14 
19:38:19.858708616 +0100
@@ -1,0 +2,21 @@
+Wed Feb 28 16:38:19 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Sat Feb 24 22:55:06 UTC 2018 - [email protected]
+
+- Update to version 2.41.5:
+  + No visible changes.
+- Update '+' in GPL/LGPL License tags to '-or-later', add GPL
+  version 3 and change LGPL version to 2.1 in the preamble's
+  License tag. And add GPL/LGPL License tags to all subpackages to
+  comply with the copyrights.
+- 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.
+- Recommend the documentation subpackage.
+
+-------------------------------------------------------------------

Old:
----
  pangomm-2.41.4.tar.xz

New:
----
  pangomm-2.41.5.tar.xz

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

Other differences:
------------------
++++++ pangomm.spec ++++++
--- /var/tmp/diff_new_pack.lgoV6i/_old  2018-03-14 19:38:21.138663152 +0100
+++ /var/tmp/diff_new_pack.lgoV6i/_new  2018-03-14 19:38:21.150662726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pangomm
 #
-# 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,52 +16,56 @@
 #
 
 
-# Update baselibs.conf when changing this
-%define so_ver -2_42-1
-
+%define base_ver 2.42
+# Update baselibs.conf when changing the version here
+%define libname  lib%{name}-2_42-1
 Name:           pangomm
-Version:        2.41.4
+Version:        2.41.5
 Release:        0
 Summary:        C++ interface for pango
-License:        GPL-2.0+ and LGPL-2.0+
+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/pangomm/2.41/%{name}-%{version}.tar.xz
+URL:            https://www.gtkmm.org
+Source:         
http://download.gnome.org/sources/%{name}/2.41/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairomm-1.16) >= 1.2.2
-BuildRequires:  pkgconfig(glibmm-2.56)
+BuildRequires:  pkgconfig(glibmm-2.56) >= 2.55.1
 BuildRequires:  pkgconfig(pangocairo) >= 1.38.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     %{name}-doc = %{version}
 
 %description
 pangomm provides a C++ interface to the pango library.
 
-%package -n libpangomm%{so_ver}
-Summary:        C++ interface for pango
+%package -n %{libname}
+Summary:        C++ interface for Pango
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
-%description -n libpangomm%{so_ver}
+%description -n %{libname}
 pangomm provides a C++ interface to the pango library.
 
 %package devel
 Summary:        Development files for pangomm, a C++ API for Pango
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Requires:       libpangomm%{so_ver} = %{version}
+Requires:       %{libname} >= %{version}
 
 %description devel
 pangomm provides a C++ interface to the pango library.
 
 %package doc
 Summary:        Developer documentation for pangomm, a C++ interface for Pango
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Documentation/HTML
 
 %description doc
 pangomm provides a C++ interface to the pango library.
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure --disable-static
@@ -69,29 +73,28 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}/%{_prefix}
 
-%post -n libpangomm%{so_ver} -p /sbin/ldconfig
-
-%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n libpangomm%{so_ver}
-%defattr (-, root, root)
-%doc AUTHORS NEWS README
-%{_libdir}/*.so.*
+%files -n %{libname}
+%license COPYING
+%doc NEWS
+%{_libdir}/libpangomm-%{base_ver}.so.*
 
 %files devel
-%defattr (-, root, root)
-%{_includedir}/*
-%{_libdir}/*.so
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/pangomm-2.42
+%license COPYING.tools
+%{_includedir}/pangomm-%{base_ver}/
+%{_libdir}/libpangomm-%{base_ver}.so
+%{_libdir}/pkgconfig/pangomm-%{base_ver}.pc
+%{_libdir}/pangomm-%{base_ver}
 
 %files doc
-%defattr (-, root, root)
-%{_datadir}/devhelp/books/pangomm-2.42/
-%{_datadir}/doc/pangomm-2.42/
+%doc AUTHORS README
+%{_datadir}/devhelp/books/pangomm-%{base_ver}/
+%{_datadir}/doc/pangomm-%{base_ver}/
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++++++ pangomm-2.41.4.tar.xz -> pangomm-2.41.5.tar.xz ++++++
++++ 67993 lines of diff (skipped)


Reply via email to