Hello community,

here is the log from the commit of package tinyxml2 for openSUSE:Factory 
checked in at 2020-05-16 22:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.tinyxml2.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyxml2"

Sat May 16 22:25:25 2020 rev:4 rq:805745 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyxml2/tinyxml2.changes        2018-01-10 
23:34:03.663139886 +0100
+++ /work/SRC/openSUSE:Factory/.tinyxml2.new.2738/tinyxml2.changes      
2020-05-16 22:25:42.445195927 +0200
@@ -1,0 +2,6 @@
+Thu May  7 08:08:04 UTC 2020 - pgaj...@suse.com
+
+- %{_libexecdir} is now /usr/libexec, so do not use it where
+  /usr/lib is intended
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tinyxml2.spec ++++++
--- /var/tmp/diff_new_pack.nhOJ3Q/_old  2020-05-16 22:25:44.673200499 +0200
+++ /var/tmp/diff_new_pack.nhOJ3Q/_new  2020-05-16 22:25:44.677200507 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyxml2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:        Basic XML parser in C++
 License:        Zlib
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/leethomason/tinyxml2
+URL:            https://github.com/leethomason/tinyxml2
 Source:         
https://github.com/leethomason/tinyxml2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -53,7 +53,7 @@
 
 %package        devel
 Summary:        Development files for libtinyxml2
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{lib_package} = %{version}
 
@@ -74,7 +74,7 @@
 # /usr/lib/cmake is not owned by cmake; avoid any further conflicts
 if [ ! -d "%{buildroot}/%{_libdir}/cmake/%{name}" ]; then
 mkdir -p %{buildroot}/%{_libdir}/cmake/%{name}
-mv %{buildroot}%{_libexecdir}/cmake/tinyxml2 
%{buildroot}/%{_libdir}/cmake/%{name}
+mv %{buildroot}/usr/lib/cmake/tinyxml2 %{buildroot}/%{_libdir}/cmake/tinyxml2
 fi
 
 %check


Reply via email to