Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tinyxml2 for openSUSE:Factory 
checked in at 2025-03-17 22:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.tinyxml2.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyxml2"

Mon Mar 17 22:15:00 2025 rev:11 rq:1253473 version:11.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyxml2/tinyxml2.changes        2025-03-10 
17:57:36.683227658 +0100
+++ /work/SRC/openSUSE:Factory/.tinyxml2.new.19136/tinyxml2.changes     
2025-03-17 22:15:02.488083389 +0100
@@ -1,0 +2,7 @@
+Sun Mar 16 09:10:55 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Update to release 11
+  * Bump version to address ABI incompatibility between 10.0
+    and 10.1 both producing the same SONAME.
+
+-------------------------------------------------------------------

Old:
----
  10.1.0.tar.gz

New:
----
  11.0.0.tar.gz

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

Other differences:
------------------
++++++ tinyxml2.spec ++++++
--- /var/tmp/diff_new_pack.vu0lrT/_old  2025-03-17 22:15:03.224114197 +0100
+++ /var/tmp/diff_new_pack.vu0lrT/_new  2025-03-17 22:15:03.224114197 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define so_version 10
+%define so_version 11
 %define lib_package lib%{name}-%{so_version}
 Name:           tinyxml2
-Version:        10.1.0
+Version:        11.0.0
 Release:        0
 Summary:        Basic XML parser in C++
 License:        Zlib
@@ -28,7 +28,7 @@
 Source:         
https://github.com/leethomason/tinyxml2/archive/%{version}.tar.gz
 BuildRequires:  cmake >= 3.15
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 
 %description
 TinyXML is a feature-bounded XML parser in C++ that can be integrated
@@ -73,8 +73,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 # /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}%{_prefix}/lib/cmake/tinyxml2 
%{buildroot}/%{_libdir}/cmake/tinyxml2
+       mkdir -pv %{buildroot}/%{_libdir}/cmake/%{name}
+       mv -v %{buildroot}%{_prefix}/lib/cmake/tinyxml2 
%{buildroot}/%{_libdir}/cmake/tinyxml2
 fi
 
 %check

++++++ 10.1.0.tar.gz -> 11.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinyxml2-10.1.0/CMakeLists.txt 
new/tinyxml2-11.0.0/CMakeLists.txt
--- old/tinyxml2-10.1.0/CMakeLists.txt  2025-03-08 19:45:16.000000000 +0100
+++ new/tinyxml2-11.0.0/CMakeLists.txt  2025-03-15 22:45:48.000000000 +0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.15)
-project(tinyxml2 VERSION 10.1.0)
+project(tinyxml2 VERSION 11.0.0)
 
 include(CTest)
 option(tinyxml2_BUILD_TESTING "Build tests for tinyxml2" "${BUILD_TESTING}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinyxml2-10.1.0/dox new/tinyxml2-11.0.0/dox
--- old/tinyxml2-10.1.0/dox     2025-03-08 19:45:16.000000000 +0100
+++ new/tinyxml2-11.0.0/dox     2025-03-15 22:45:48.000000000 +0100
@@ -38,7 +38,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER = 10.1.0
+PROJECT_NUMBER = 11.0.0
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinyxml2-10.1.0/meson.build 
new/tinyxml2-11.0.0/meson.build
--- old/tinyxml2-10.1.0/meson.build     2025-03-08 19:45:16.000000000 +0100
+++ new/tinyxml2-11.0.0/meson.build     2025-03-15 22:45:48.000000000 +0100
@@ -22,7 +22,7 @@
 project(
     'tinyxml2',
     ['cpp'],
-    version : '10.1.0',
+    version : '11.0.0',
     meson_version : '>= 0.49.0',
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tinyxml2-10.1.0/tinyxml2.h 
new/tinyxml2-11.0.0/tinyxml2.h
--- old/tinyxml2-10.1.0/tinyxml2.h      2025-03-08 19:45:16.000000000 +0100
+++ new/tinyxml2-11.0.0/tinyxml2.h      2025-03-15 22:45:48.000000000 +0100
@@ -96,12 +96,12 @@
 /* Versioning, past 1.0.14:
        http://semver.org/
 */
-static const int TIXML2_MAJOR_VERSION = 10;
-static const int TIXML2_MINOR_VERSION = 1;
+static const int TIXML2_MAJOR_VERSION = 11;
+static const int TIXML2_MINOR_VERSION = 0;
 static const int TIXML2_PATCH_VERSION = 0;
 
-#define TINYXML2_MAJOR_VERSION 10
-#define TINYXML2_MINOR_VERSION 1
+#define TINYXML2_MAJOR_VERSION 11
+#define TINYXML2_MINOR_VERSION 0
 #define TINYXML2_PATCH_VERSION 0
 
 // A fixed element depth limit is problematic. There needs to be a

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.vu0lrT/_old  2025-03-17 22:15:03.428122736 +0100
+++ /var/tmp/diff_new_pack.vu0lrT/_new  2025-03-17 22:15:03.432122903 +0100
@@ -1,5 +1,5 @@
-mtime: 1741467956
-commit: 063857e54b8326bba35124139c20a93624fdd5433b64e90f3d9eb2a57a0301ee
+mtime: 1742116363
+commit: 95c20e8a6563945a4255e1eec60036541a1831beaaa4a4ad6c8433b0199c53f5
 url: https://src.opensuse.org/jengelh/tinyxml2
 revision: master
 

++++++ build.specials.obscpio ++++++

Reply via email to