Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qore-pgsql-module for
openSUSE:Factory checked in at 2022-06-16 18:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-pgsql-module (Old)
and /work/SRC/openSUSE:Factory/.qore-pgsql-module.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-pgsql-module"
Thu Jun 16 18:19:39 2022 rev:7 rq:980942 version:3.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-pgsql-module/qore-pgsql-module.changes
2021-11-23 22:12:42.094455026 +0100
+++
/work/SRC/openSUSE:Factory/.qore-pgsql-module.new.1548/qore-pgsql-module.changes
2022-06-16 18:19:50.640048552 +0200
@@ -1,0 +2,13 @@
+Sun Jun 5 11:46:47 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 3.2.0
+ * added support for the XML, JSON, and JSONB types
+
+-------------------------------------------------------------------
+Sun Jun 5 00:56:39 UTC 2022 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 3.1.1
+ * Fixed a bug handling server disconnections and automatic
+ reconnections
+
+-------------------------------------------------------------------
Old:
----
module-pgsql-release-1.0.10.tar.gz
New:
----
module-pgsql-3.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-pgsql-module.spec ++++++
--- /var/tmp/diff_new_pack.GLrdce/_old 2022-06-16 18:19:51.068049160 +0200
+++ /var/tmp/diff_new_pack.GLrdce/_new 2022-06-16 18:19:51.076049172 +0200
@@ -1,7 +1,7 @@
#
# spec file for package qore-pgsql-module
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,16 @@
#
-%define qore_version 1.0.10
%define module_api %(qore --latest-module-api 2>/dev/null)
-%define src_name module-pgsql-release-%{qore_version}
+%define src_name module-pgsql-%{version}
Name: qore-pgsql-module
-Version: 3.1.0+qore%{qore_version}
+Version: 3.2.0
Release: 0
Summary: PostgreSQL DBI module for Qore
-License: LGPL-2.0+ or GPL-2.0+ or MIT
+License: GPL-2.0-or-later OR LGPL-2.0-or-later OR MIT
Group: Development/Languages/Other
-Url: http://qore.org
-Source:
https://github.com/qorelanguage/module-pgsql/archive/refs/tags/release-%{qore_version}.tar.gz#/%{src_name}.tar.gz
+URL: http://qore.org
+Source:
https://github.com/qorelanguage/module-pgsql/archive/refs/tags/v%{version}.tar.gz#/%{src_name}.tar.gz
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes
@@ -39,7 +38,7 @@
BuildRequires: postgresql-devel
%endif
BuildRequires: qore
-BuildRequires: qore-devel >= %{qore_version}
+BuildRequires: qore-devel >= 1.0.0
Requires: qore-module(abi)%{?_isa} = %{module_api}
%description
@@ -61,7 +60,7 @@
%build
%cmake -Denable-scu=OFF
-%make_build docs
+%cmake_build docs
%install
%cmake_install
@@ -73,6 +72,6 @@
%{_libdir}/qore-modules
%files doc
-%doc %{__builddir}/html
+%doc %{__builddir}/docs/pgsql/html
%changelog
++++++ module-pgsql-release-1.0.10.tar.gz -> module-pgsql-3.2.0.tar.gz ++++++
++++ 2145 lines of diff (skipped)