Hello community, here is the log from the commit of package orthanc-postgresql for openSUSE:Factory checked in at 2020-03-16 10:19:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc-postgresql (Old) and /work/SRC/openSUSE:Factory/.orthanc-postgresql.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-postgresql" Mon Mar 16 10:19:21 2020 rev:2 rq:785220 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc-postgresql/orthanc-postgresql.changes 2019-12-04 14:19:18.938384297 +0100 +++ /work/SRC/openSUSE:Factory/.orthanc-postgresql.new.3160/orthanc-postgresql.changes 2020-03-16 10:20:17.967635164 +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.xwxR4p/_old 2020-03-16 10:20:18.855635526 +0100 +++ /var/tmp/diff_new_pack.xwxR4p/_new 2020-03-16 10:20:18.859635527 +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
