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-11-23 22:10:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-xml-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-xml-module.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-xml-module"

Tue Nov 23 22:10:29 2021 rev:7 rq:931996 version:1.5.1+qore1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-xml-module/qore-xml-module.changes  
2021-08-01 21:51:43.587229779 +0200
+++ 
/work/SRC/openSUSE:Factory/.qore-xml-module.new.1895/qore-xml-module.changes    
    2021-11-23 22:12:43.534450263 +0100
@@ -1,0 +2,10 @@
+Sun Oct 31 13:55:01 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 1.5.1 for Qore 1.0.10
+  * Added initial WebDAV module support in the xml module
+  * Fixed errors handling missing message descriptions
+  * Fixed a bug serializing xml comments
+  * Fixed a type error handling messages in listeners without a
+    hostname key in the socket info hash of the connection context hash
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ qore-xml-module.spec ++++++
--- /var/tmp/diff_new_pack.Vqi5KR/_old  2021-11-23 22:12:44.054448543 +0100
+++ /var/tmp/diff_new_pack.Vqi5KR/_new  2021-11-23 22:12:44.058448529 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define qore_version 0.9.15
+%define qore_version 1.0.10
 %define module_api   %(qore --latest-module-api 2>/dev/null)
 %define src_name     module-xml-release-%{qore_version}
 Name:           qore-xml-module
-Version:        1.5.0+qore%{qore_version}
+Version:        1.5.1+qore%{qore_version}
 Release:        0
 Summary:        XML module for Qore
 License:        LGPL-2.1-or-later OR GPL-2.0-or-later OR MIT
@@ -35,8 +35,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  qore
-BuildRequires:  qore-devel >= 0.9
-Requires:       %{_bindir}/env
+BuildRequires:  qore-devel >= %{qore_version}
 Requires:       qore-module(abi)%{?_isa} = %{module_api}
 
 %description
@@ -52,27 +51,40 @@
 This package contains the HTML documentation and example programs for the Qore
 xml module.
 
+%package tools
+Summary:        User tools writen in Qore Programming Language
+License:        GPL-2.0-or-later OR LGPL-2.0-or-later OR MIT
+Group:          Development/Tools/Other
+Requires:       %{name} = %{version}-%{release}
+
+%description tools
+This package contains the webdav server and soap utils.
+
 %prep
 %setup -q -n %{src_name}
 
 %build
 %cmake
-%cmake_build
-make %{?_smp_mflags} docs
+%make_build docs
 
 %install
 %cmake_install
 %fdupes -s %{__builddir}/html
-ls -ahlp %__builddir/html
+# Fix scripts
+find examples -name "*.q" -exec sed -i '1 s/env qore/qore/' \{\} +
+for f in "%{buildroot}%{_bindir}/"{soaputil,webdav-server}; do sed -i '1 s/env 
qore/qore/' "$f"; done
 
 %files
 %license COPYING.LGPL COPYING.MIT
-%doc README RELEASE-NOTES
-%{_bindir}/soaputil
 %{_datadir}/qore-modules
 %{_libdir}/qore-modules
 
 %files doc
 %doc %{__builddir}/html examples
 
+%files tools
+%doc README RELEASE-NOTES
+%{_bindir}/webdav-server
+%{_bindir}/soaputil
+
 %changelog

++++++ module-xml-release-0.9.15.tar.gz -> module-xml-release-1.0.10.tar.gz 
++++++
++++ 6121 lines of diff (skipped)

Reply via email to