Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pugixml for openSUSE:Factory checked 
in at 2022-02-18 23:03:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pugixml (Old)
 and      /work/SRC/openSUSE:Factory/.pugixml.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pugixml"

Fri Feb 18 23:03:00 2022 rev:12 rq:955804 version:1.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pugixml/pugixml.changes  2022-02-10 
23:13:06.908366201 +0100
+++ /work/SRC/openSUSE:Factory/.pugixml.new.1958/pugixml.changes        
2022-02-18 23:03:35.681409788 +0100
@@ -1,0 +2,7 @@
+Thu Feb 17 21:28:34 UTC 2022 - Antoine Belvire <antoine.belv...@opensuse.org>
+
+- Update to version 1.12.1:
+  * Update PUGIXML_VERSION macro to 1.12.
+- Run test suite on build.
+
+-------------------------------------------------------------------

Old:
----
  pugixml-1.12.tar.gz

New:
----
  pugixml-1.12.1.tar.gz

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

Other differences:
------------------
++++++ pugixml.spec ++++++
--- /var/tmp/diff_new_pack.EleezA/_old  2022-02-18 23:03:36.413409731 +0100
+++ /var/tmp/diff_new_pack.EleezA/_new  2022-02-18 23:03:37.009409685 +0100
@@ -18,13 +18,13 @@
 
 %define _libname libpugixml1
 Name:           pugixml
-Version:        1.12
+Version:        1.12.1
 Release:        0
 Summary:        Light-weight C++ XML Processing Library
 License:        MIT
 Group:          System/Libraries
 URL:            https://pugixml.org/
-Source0:        
https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/zeux/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
 Patch1:         pugixml-config.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -68,7 +68,7 @@
 %autosetup -p1
 
 %build
-%cmake
+%cmake -DPUGIXML_BUILD_TESTS=ON
 %make_build
 
 %install
@@ -77,6 +77,13 @@
 %post -n %{_libname} -p /sbin/ldconfig
 %postun -n %{_libname} -p /sbin/ldconfig
 
+%check
+%if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300
+# Tweak path to find libpugixml.so.1 for Leap 15.3 and older
+export LD_LIBRARY_PATH="$PWD/build"
+%endif
+%ctest
+
 %files devel
 %doc readme.txt docs/*
 %{_includedir}/*.hpp

++++++ pugixml-1.12.tar.gz -> pugixml-1.12.1.tar.gz ++++++
++++ 23315 lines of diff (skipped)

Reply via email to