Hello community,
here is the log from the commit of package orthanc-postgresql for
openSUSE:Leap:15.2 checked in at 2020-03-17 04:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/orthanc-postgresql (Old)
and /work/SRC/openSUSE:Leap:15.2/.orthanc-postgresql.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-postgresql"
Tue Mar 17 04:15:48 2020 rev:2 rq:785742 version:3.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/orthanc-postgresql/orthanc-postgresql.changes
2020-01-15 15:37:38.219036525 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.orthanc-postgresql.new.3160/orthanc-postgresql.changes
2020-03-17 04:16:15.708998167 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 02:26:01 UTC 2020 - Max Lin <[email protected]>
+
+- For Leap version >= 15.2, postgresql-server-devel need to be used
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ orthanc-postgresql.spec ++++++
--- /var/tmp/diff_new_pack.q243Kh/_old 2020-03-17 04:16:16.236998473 +0100
+++ /var/tmp/diff_new_pack.q243Kh/_new 2020-03-17 04:16:16.248998481 +0100
@@ -1,7 +1,7 @@
#
# spec file for package orthanc-postgresql
#
-# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -13,23 +13,24 @@
# 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/
#
+
Name: orthanc-postgresql
Summary: Database plugin for Orthanc
License: AGPL-3.0-or-later
Group: Productivity/Databases/Tools
Version: 3.2
Release: 0
-Url: https://orthanc-server.com
+URL: https://orthanc-server.com
Source0:
https://www.orthanc-server.com/downloads/get.php?path=/plugin-postgresql/OrthancPostgreSQL-%{version}.tar.gz
Source1: orthanc-postgresql-readme.SUSE
Source2: postgresql.json
Patch0: psql114.patch
-BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: e2fsprogs-devel
+BuildRequires: gcc-c++
BuildRequires: googletest-devel
BuildRequires: jsoncpp-devel
BuildRequires: libboost_date_time-devel >= 1.66
@@ -42,8 +43,8 @@
BuildRequires: orthanc-devel
BuildRequires: orthanc-source
BuildRequires: postgresql-devel
-#Tumbleweed
-%if 0%{?suse_version} >= 1550
+#Tumbleweed and Leap >= 15.2
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
BuildRequires: postgresql-server-devel
%endif
BuildRequires: unzip
@@ -53,7 +54,7 @@
Requires: orthanc
Requires: postgresql-server
-BuildRoot: OrthancPostgreSQL-%{version}-build
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
PostgreSQL Database plugin for Orthanc, replaces SQLite database