Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tinyxml2 for openSUSE:Factory 
checked in at 2021-06-05 23:30:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.tinyxml2.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyxml2"

Sat Jun  5 23:30:53 2021 rev:6 rq:896648 version:8.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyxml2/tinyxml2.changes        2020-08-20 
22:26:33.907917797 +0200
+++ /work/SRC/openSUSE:Factory/.tinyxml2.new.1898/tinyxml2.changes      
2021-06-05 23:31:18.468414565 +0200
@@ -1,0 +2,9 @@
+Tue May 25 20:51:54 UTC 2021 - Andreas Stieger <[email protected]>
+
+- update to 8.1.0:
+  * Add support for files larger than ~2GB
+  * Updates to hex value partsing
+  * XMLPrinter: Fix indentation of first line when called with
+    !compactMode
+
+-------------------------------------------------------------------

Old:
----
  tinyxml2-8.0.0.tar.gz

New:
----
  tinyxml2-8.1.0.tar.gz

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

Other differences:
------------------
++++++ tinyxml2.spec ++++++
--- /var/tmp/diff_new_pack.HHgp5F/_old  2021-06-05 23:31:18.944415393 +0200
+++ /var/tmp/diff_new_pack.HHgp5F/_new  2021-06-05 23:31:18.948415400 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyxml2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
 %define so_version 8
 %define lib_package lib%{name}-%{so_version}
 Name:           tinyxml2
-Version:        8.0.0
+Version:        8.1.0
 Release:        0
 Summary:        Basic XML parser in C++
 License:        Zlib
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/leethomason/tinyxml2
 Source:         
https://github.com/leethomason/tinyxml2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.15
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 
@@ -66,7 +66,7 @@
 
 %build
 %cmake
-make %{?_smp_mflags}
+%make_build
 
 %install
 %cmake_install
@@ -74,22 +74,22 @@
 # /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}/usr/lib/cmake/tinyxml2 %{buildroot}/%{_libdir}/cmake/tinyxml2
+mv %{buildroot}%{_prefix}/lib/cmake/tinyxml2 
%{buildroot}/%{_libdir}/cmake/tinyxml2
 fi
 
 %check
-make %{?_smp_mflags} test
+%make_build test
 
 %post -n %{lib_package} -p /sbin/ldconfig
 %postun -n %{lib_package} -p /sbin/ldconfig
 
 %files -n %{lib_package}
-%defattr(-,root,root)
+%license LICENSE.txt
 %doc readme.md
 %{_libdir}/libtinyxml2.so.%{so_version}*
 
 %files devel
-%defattr(-,root,root)
+%license LICENSE.txt
 %{_includedir}/tinyxml2.h
 %{_libdir}/libtinyxml2.so
 %{_libdir}/pkgconfig/tinyxml2.pc

++++++ tinyxml2-8.0.0.tar.gz -> tinyxml2-8.1.0.tar.gz ++++++
++++ 17384 lines of diff (skipped)

Reply via email to