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 2021-08-01 21:51:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-xml-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-xml-module.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-xml-module"

Sun Aug  1 21:51:38 2021 rev:6 rq:908931 version:1.5.0+qore0.9.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-xml-module/qore-xml-module.changes  
2020-12-21 10:26:51.252213673 +0100
+++ 
/work/SRC/openSUSE:Factory/.qore-xml-module.new.1899/qore-xml-module.changes    
    2021-08-01 21:51:43.587229779 +0200
@@ -1,0 +2,18 @@
+Sat Jun 12 12:39:04 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 1.5.0 for qore 0.9.5
+  * Added support for new ConnectionProvider APIs
+  * Added support for the FileLocationHandler module when
+    retrieving WSDLs
+  * Added support for connection serialization
+  * Added data provider API support
+  * Added feature: Object serialization
+  * Use new HTTPClient APIs to ensure that socket events are
+    raised correctly
+  * Fixed SOAP response msg to currespond to the type
+  * Fixed a bug where serialization errors were not thrown with
+    unserializable data types
+  * Fixed a bug parsing empty string values with xmlns attributes
+  * Fixed WSDL serialization
+
+-------------------------------------------------------------------

Old:
----
  qore-xml-module-1.4.1.tar.bz2

New:
----
  module-xml-release-0.9.15.tar.gz

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

Other differences:
------------------
++++++ qore-xml-module.spec ++++++
--- /var/tmp/diff_new_pack.qXT1Um/_old  2021-08-01 21:51:44.027229262 +0200
+++ /var/tmp/diff_new_pack.qXT1Um/_new  2021-08-01 21:51:44.031229257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-xml-module
 #
-# 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
@@ -16,25 +16,28 @@
 #
 
 
+%define qore_version 0.9.15
 %define module_api %(qore --latest-module-api 2>/dev/null)
-
+%define src_name     module-xml-release-%{qore_version}
 Name:           qore-xml-module
-Version:        1.4.1
+Version:        1.5.0+qore%{qore_version}
 Release:        0
 Summary:        XML module for Qore
 License:        LGPL-2.1-or-later OR GPL-2.0-or-later OR MIT
 Group:          Development/Languages/Other
 URL:            https://qore.org
-Source:         
https://github.com/qorelanguage/module-xml/releases/download/v1.4.1/qore-xml-module-1.4.1.tar.bz2
+Source:         
https://github.com/qorelanguage/module-xml/archive/refs/tags/release-%{qore_version}.tar.gz#/%{src_name}.tar.gz
+BuildRequires:  cmake
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz
 BuildRequires:  libxml2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  qore
-BuildRequires:  qore-devel >= 0.8.3
+BuildRequires:  qore-devel >= 0.9
 Requires:       %{_bindir}/env
-Requires:       qore-module-api-%{module_api}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       qore-module(abi)%{?_isa} = %{module_api}
 
 %description
 This package contains the xml module for the Qore Programming Language.
@@ -49,26 +52,18 @@
 This package contains the HTML documentation and example programs for the Qore
 xml module.
 
-%files doc
-%defattr(-,root,root,-)
-%doc docs/xml docs/XmlRpcHandler test examples
-
 %prep
-%setup -q
+%setup -q -n %{src_name}
 
 %build
-%ifarch x86_64 ppc64 ppc64le s390x
-c64=--enable-64bit
-%endif
-CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure 
RPM_OPT_FLAGS="%{optflags}" --prefix=/usr --disable-debug $c64
-make %{?_smp_mflags}
-find test -type f|xargs chmod 644
-find docs -type f|xargs chmod 644
+%cmake
+%cmake_build
+make %{?_smp_mflags} docs
 
 %install
-mkdir -p %{buildroot}%{_datadir}/doc/qore-xml-module
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-%fdupes -s docs
+%cmake_install
+%fdupes -s %{__builddir}/html
+ls -ahlp %__builddir/html
 
 %files
 %license COPYING.LGPL COPYING.MIT
@@ -77,4 +72,7 @@
 %{_datadir}/qore-modules
 %{_libdir}/qore-modules
 
+%files doc
+%doc %{__builddir}/html examples
+
 %changelog

Reply via email to