Hello community,
here is the log from the commit of package qore-xml-module for openSUSE:Factory
checked in at 2020-08-17 12:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-xml-module (Old)
and /work/SRC/openSUSE:Factory/.qore-xml-module.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-xml-module"
Mon Aug 17 12:06:13 2020 rev:4 rq:827174 version:1.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-xml-module/qore-xml-module.changes
2015-08-31 22:59:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.qore-xml-module.new.3399/qore-xml-module.changes
2020-08-17 12:06:58.634747658 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 21:04:57 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 1.4.1:
+ * huge list of changes, see
https://docs.qore.org/modules/xml/1.4.1/xml/html/#xml141
+
+-------------------------------------------------------------------
Old:
----
qore-xml-module-1.2.tar.bz2
New:
----
qore-xml-module-1.4.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-xml-module.spec ++++++
--- /var/tmp/diff_new_pack.RZGNgo/_old 2020-08-17 12:07:00.246748557 +0200
+++ /var/tmp/diff_new_pack.RZGNgo/_new 2020-08-17 12:07:00.250748558 +0200
@@ -1,7 +1,7 @@
#
# spec file for package qore-xml-module
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define module_api %(qore --latest-module-api 2>/dev/null)
-%define module_dir %{_libdir}/qore-modules
Name: qore-xml-module
-Version: 1.2
+Version: 1.4.1
Release: 0
Summary: XML module for Qore
-License: LGPL-2.1+ or GPL-2.0+ or MIT
+License: LGPL-2.1-or-later OR GPL-2.0-or-later OR MIT
Group: Development/Languages/Other
-Url: http://qore.org
-Source:
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.bz2
+URL: https://qore.org
+Source:
https://github.com/qorelanguage/module-xml/releases/download/v1.4.1/qore-xml-module-1.4.1.tar.bz2
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libxml2-devel
@@ -67,14 +66,15 @@
find docs -type f|xargs chmod 644
%install
-mkdir -p %{buildroot}/%{module_dir}
mkdir -p %{buildroot}%{_datadir}/doc/qore-xml-module
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%fdupes -s docs
%files
-%defattr(-,root,root,-)
-%{module_dir}
-%doc COPYING.LGPL COPYING.MIT README RELEASE-NOTES ChangeLog AUTHORS
+%license COPYING.LGPL COPYING.MIT
+%doc README RELEASE-NOTES
+%{_bindir}/soaputil
+%{_datadir}/qore-modules
+%{_libdir}/qore-modules
%changelog
++++++ qore-xml-module-1.2.tar.bz2 -> qore-xml-module-1.4.1.tar.bz2 ++++++
++++ 138655 lines of diff (skipped)