Hello community,

here is the log from the commit of package orthanc-postgresql for 
openSUSE:Factory checked in at 2020-12-16 11:01:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-postgresql (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-postgresql.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-postgresql"

Wed Dec 16 11:01:00 2020 rev:4 rq:856026 version:3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-postgresql/orthanc-postgresql.changes    
2020-11-12 22:38:42.486098973 +0100
+++ 
/work/SRC/openSUSE:Factory/.orthanc-postgresql.new.2328/orthanc-postgresql.changes
  2020-12-16 11:01:00.591600680 +0100
@@ -1,0 +2,10 @@
+Mon Dec 14 17:34:32 UTC 2020 - Axel Braun <axel.br...@gmx.de>
+
+- Version 3.3
+* Added an advisory lock to avoid race conditions during database setup
+* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
+  the retries when connecting to the DB at startup
+* Support of dynamic linking against the system-wide Orthanc framework library
+* build aginst orthanc-framework removed 
+
+-------------------------------------------------------------------

Old:
----
  OrthancPostgreSQL-3.2.tar.gz

New:
----
  OrthancPostgreSQL-3.3.tar.gz

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

Other differences:
------------------
++++++ orthanc-postgresql.spec ++++++
--- /var/tmp/diff_new_pack.nFpxY1/_old  2020-12-16 11:01:01.295601372 +0100
+++ /var/tmp/diff_new_pack.nFpxY1/_new  2020-12-16 11:01:01.295601372 +0100
@@ -2,7 +2,7 @@
 # spec file for package orthanc-postgresql
 #
 # Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019 Dr. Axel Braun
+# Copyright (c) 2019-2020 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:        Database plugin for Orthanc
 License:        AGPL-3.0-or-later
 Group:          Productivity/Databases/Tools
-Version:        3.2
+Version:        3.3
 Release:        0
 URL:            https://orthanc-server.com
 Source0:        
https://www.orthanc-server.com/downloads/get.php?path=/plugin-postgresql/OrthancPostgreSQL-%{version}.tar.gz
@@ -36,16 +36,17 @@
 BuildRequires:  libboost_atomic-devel >= 1.66
 BuildRequires:  libboost_date_time-devel >= 1.66
 BuildRequires:  libboost_filesystem-devel >= 1.66
+BuildRequires:  libboost_iostreams-devel >= 1.66
 BuildRequires:  libboost_locale-devel >= 1.66
 BuildRequires:  libboost_regex-devel >= 1.66
 BuildRequires:  libboost_system-devel >= 1.66
 BuildRequires:  libboost_thread-devel >= 1.66
 BuildRequires:  openssl-devel
-BuildRequires:  orthanc-framework-devel
-BuildRequires:  orthanc-framework-source
+BuildRequires:  orthanc-devel
+BuildRequires:  orthanc-source
 BuildRequires:  postgresql-devel
-#Tumbleweed and Leap >= 15.2
-%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
+#TW/Leap 15.2
+%if 0%{?sle_version} > 150100 || 0%{?suse_version} > 1500 
 BuildRequires:  postgresql-server-devel
 %endif
 BuildRequires:  unzip
@@ -61,6 +62,7 @@
 PostgreSQL Database plugin for Orthanc, replaces SQLite database
 
 %prep
+
 %setup -q -n OrthancPostgreSQL-%{version}
 %patch0 -p2
 
@@ -71,7 +73,7 @@
        -DUSE_SYSTEM_GOOGLE_TEST=ON \
        -DUSE_SYSTEM_ORTHANC_SDK=ON \
        -DORTHANC_FRAMEWORK_SOURCE=path \
-       -DORTHANC_FRAMEWORK_ROOT=/usr/src/orthanc/ \
+       -DORTHANC_FRAMEWORK_ROOT=/usr/src/orthanc/OrthancFramework/Sources \
        -DBoost_NO_BOOST_CMAKE=ON \
        -DLIB_INSTALL_DIR=%{_libdir}/share/orthanc/plugins/
 

++++++ OrthancPostgreSQL-3.2.tar.gz -> OrthancPostgreSQL-3.3.tar.gz ++++++
++++ 11252 lines of diff (skipped)

++++++ psql114.patch ++++++
--- /var/tmp/diff_new_pack.nFpxY1/_old  2020-12-16 11:01:01.507601580 +0100
+++ /var/tmp/diff_new_pack.nFpxY1/_new  2020-12-16 11:01:01.507601580 +0100
@@ -1,11 +1,11 @@
 diff -U 3 -drN 
a/OrthancPostgreSQL-3.2/Resources/CMake/PostgreSQLConfiguration.cmake 
b/OrthancPostgreSQL-3.2/Resources/CMake/PostgreSQLConfiguration.cmake
 --- a/OrthancPostgreSQL-3.2/Resources/CMake/PostgreSQLConfiguration.cmake      
2019-03-01 12:51:37.000000000 +0100
 +++ b/OrthancPostgreSQL-3.2/Resources/CMake/PostgreSQLConfiguration.cmake      
2019-08-12 19:22:46.626931606 +0200
-@@ -378,7 +378,7 @@
+@@ -441,7 +441,7 @@
  
  else()
    set(PostgreSQL_ADDITIONAL_VERSIONS
--    "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" 
"8.1" "8.0")
+-    "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" 
"8.2" "8.1" "8.0")
 +    "13" "12.2" "12.1" "12" "11.5" "11.4" "11" "10" "9.6" "9.5" "9.4" "9.3" 
"9.2" "9.1" "9.0")
    if (NOT WIN32)
      foreach (suffix ${PostgreSQL_ADDITIONAL_VERSIONS})
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to