Hello community,

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

Package is "gdlmm"

Wed Mar 14 19:38:54 2018 rev:15 rq:585838 version:3.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes      2016-05-05 
12:09:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2018-03-14 
19:39:08.440982966 +0100
@@ -1,0 +2,10 @@
+Sat Mar 10 00:09:23 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:25:58 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gdlmm.spec ++++++
--- /var/tmp/diff_new_pack.9I5qev/_old  2018-03-14 19:39:09.200955971 +0100
+++ /var/tmp/diff_new_pack.9I5qev/_new  2018-03-14 19:39:09.212955545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdlmm
 #
-# Copyright (c) 2015 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
@@ -20,16 +20,16 @@
 Version:        3.7.3
 Release:        0
 Summary:        C++ interface for gdl
-License:        LGPL-2.1+
-Group:          System/Libraries
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
 Url:            http://git.gnome.org/gdlmm/
 Source0:        
http://download.gnome.org/sources/gdlmm/3.7/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  pkgconfig(gdl-3.0) >= 3.7
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.16
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 gdlmm provides a C++ interface to the gdl library.
@@ -42,7 +42,7 @@
 gdlmm provides a C++ interface to the gdl library.
 
 %package devel
-Summary:        C++ interface for gdl -- Development Files
+Summary:        Development files for the C++ interface of gdl
 Group:          Development/Libraries/C and C++
 Requires:       libgdlmm-3_0-2 = %{version}
 
@@ -59,22 +59,17 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgdlmm-3_0-2 -p /sbin/ldconfig
-
 %postun -n libgdlmm-3_0-2 -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libgdlmm-3_0-2
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libgdlmm-3.0.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/gdlmm-3.0/
 %{_libdir}/gdlmm-3.0/
 %{_libdir}/libgdlmm-3.0.so


Reply via email to