Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qore-xml-module for openSUSE:Factory checked in at 2025-05-13 20:07:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qore-xml-module (Old) and /work/SRC/openSUSE:Factory/.qore-xml-module.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-xml-module" Tue May 13 20:07:19 2025 rev:12 rq:1277175 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qore-xml-module/qore-xml-module.changes 2024-05-28 17:28:57.976332483 +0200 +++ /work/SRC/openSUSE:Factory/.qore-xml-module.new.30101/qore-xml-module.changes 2025-05-13 20:07:21.223585278 +0200 @@ -1,0 +2,15 @@ +Tue May 13 11:38:40 UTC 2025 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Tag COPYING files as %license instead of %doc + +------------------------------------------------------------------- +Tue May 13 10:12:03 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Update to version 2.0.0 with compatibility to qore 2.1.1 + * support for the application catalog in Qore 2+ + * fixed serializing data with SQL NULL values + * fixed I/O callback handling (ex: XSD callbacks) +- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes + minimum version warnings (boo#1241902) + +------------------------------------------------------------------- Old: ---- qore-xml-module-1.8.1.tar.bz2 New: ---- qore-xml-module-2.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-xml-module.spec ++++++ --- /var/tmp/diff_new_pack.VhcfHh/_old 2025-05-13 20:07:21.883613045 +0200 +++ /var/tmp/diff_new_pack.VhcfHh/_new 2025-05-13 20:07:21.883613045 +0200 @@ -1,7 +1,7 @@ # # spec file for package qore-xml-module # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%global mod_ver 1.8.1 +%global mod_ver 2.0.0 %{?_datarootdir: %global mydatarootdir %_datarootdir} %{!?_datarootdir: %global mydatarootdir /usr/share} @@ -65,14 +65,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: /usr/bin/env Requires: qore-module(abi)%{?_isa} = %{module_api} -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libxml2-devel BuildRequires: openssl-devel -BuildRequires: qore >= 1.12.4 -BuildRequires: qore-devel >= 1.12.4 +BuildRequires: qore >= 2.0 +BuildRequires: qore-devel >= 2.0 +BuildRequires: (qore-stdlib if qore >= 2.0) + %if 0%{?suse_version} || 0%{?sles_version} BuildRequires: timezone %else @@ -101,9 +103,12 @@ %doc docs/xml docs/XmlRpcHandler docs/SalesforceSoapClient docs/SaxDataProvider docs/SoapClient docs/SoapDataProvider docs/SoapHandler docs/WSDL docs/XmlRpcConnection test examples %prep -%setup -q +%autosetup -p1 %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 export CXXFLAGS="%{?optflags}" cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_SKIP_RPATH=1 -DCMAKE_SKIP_INSTALL_RPATH=1 -DCMAKE_SKIP_BUILD_RPATH=1 -DCMAKE_PREFIX_PATH=${_prefix}/lib64/cmake/Qore . make %{?_smp_mflags} @@ -121,5 +126,6 @@ %{user_module_dir} %{_bindir}/soaputil %{_bindir}/webdav-server -%doc COPYING.LGPL COPYING.MIT README RELEASE-NOTES AUTHORS +%license COPYING.LGPL COPYING.MIT +%doc README RELEASE-NOTES AUTHORS ++++++ qore-xml-module-1.8.1.tar.bz2 -> qore-xml-module-2.0.0.tar.bz2 ++++++ ++++ 178102 lines of diff (skipped)