Hello community,

here is the log from the commit of package libxml++ for openSUSE:Factory 
checked in at 2018-03-09 10:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxml++ (Old)
 and      /work/SRC/openSUSE:Factory/.libxml++.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxml++"

Fri Mar  9 10:40:50 2018 rev:43 rq:582870 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxml++/libxml++.changes        2016-11-17 
12:24:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxml++.new/libxml++.changes   2018-03-09 
10:40:52.387045112 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:49 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxml++.spec ++++++
--- /var/tmp/diff_new_pack.3FT0rP/_old  2018-03-09 10:40:53.067020625 +0100
+++ /var/tmp/diff_new_pack.3FT0rP/_new  2018-03-09 10:40:53.071020481 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxml++
 #
-# 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
@@ -20,16 +20,16 @@
 Version:        3.0.1
 Release:        0
 Summary:        C++ Interface for XML Files
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://sourceforge.net/projects/libxmlplusplus/
+URL:            http://sourceforge.net/projects/libxmlplusplus/
 Source:         
http://download.gnome.org/sources/libxml++/3.0/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glibmm-2.4) >= 2.32.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.7
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libXML++ provides a C++ interface for XML files. It presently uses
@@ -63,21 +63,19 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
 %post -n libxml++-3_0-1 -p /sbin/ldconfig
-
 %postun -n libxml++-3_0-1 -p /sbin/ldconfig
 
 %files -n libxml++-3_0-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}/libxml++-3.0
 %dir %{_libdir}/libxml++-3.0
 %dir %{_libdir}/libxml++-3.0/include


Reply via email to