diff --git a/OrthancPostgreSQL-10.0.tar.gz b/OrthancPostgreSQL-10.0.tar.gz new file mode 100644 index 0000000..5d283e4 --- /dev/null +++ b/OrthancPostgreSQL-10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c6dd8055bb4aa6055be86a5beedb96cfa974103343f5dc26d219d3d28065b8 +size 869242 diff --git a/OrthancPostgreSQL-7.2.tar.gz b/OrthancPostgreSQL-7.2.tar.gz deleted file mode 100644 index cbaeb70..0000000 --- a/OrthancPostgreSQL-7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de20ddff1e6cdeeb0ea0de626f7eec27638e94e775595faba460613c00830841 -size 632439 diff --git a/orthanc-postgresql.changes b/orthanc-postgresql.changes index 9d8f0bf..9325d8c 100644 --- a/orthanc-postgresql.changes +++ b/orthanc-postgresql.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Dec 4 11:11:24 UTC 2025 - Axel Braun + +- version 10.0 + * update mainly providing new Reserve and Acknowledge primitives + for Queues in plugins + +------------------------------------------------------------------- +Wed Sep 10 09:30:34 UTC 2025 - Axel Braun + +- remove libboost_system-devel for TW (removed in boost 1.89) + +------------------------------------------------------------------- +Mon Aug 18 14:13:05 UTC 2025 - Axel Braun + +- version 9.0 + * DB-scheme rev. 6 - check Orthanc book + +------------------------------------------------------------------- +Fri Jun 20 18:26:56 UTC 2025 - Axel Braun + +- version 8.0 + * no changelog provided + * New DB scheme + ------------------------------------------------------------------- Thu Feb 27 18:10:57 UTC 2025 - Axel Braun diff --git a/orthanc-postgresql.spec b/orthanc-postgresql.spec index 182988c..6101c28 100644 --- a/orthanc-postgresql.spec +++ b/orthanc-postgresql.spec @@ -1,7 +1,7 @@ # # spec file for package orthanc-postgresql # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2019-2025 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -21,7 +21,7 @@ Name: orthanc-postgresql Summary: Database plugin for Orthanc License: AGPL-3.0-or-later Group: Productivity/Databases/Tools -Version: 7.2 +Version: 10.0 Release: 0 URL: https://orthanc-server.com Source0: https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancPostgreSQL-%{version}.tar.gz @@ -42,7 +42,9 @@ BuildRequires: libboost_filesystem-devel >= 1.66 BuildRequires: libboost_iostreams-devel >= 1.66 BuildRequires: libboost_locale-devel >= 1.66 BuildRequires: libboost_regex-devel >= 1.66 +%if 0%{?suse_version} <= 1600 BuildRequires: libboost_system-devel >= 1.66 +%endif BuildRequires: libboost_thread-devel >= 1.66 BuildRequires: openssl-devel BuildRequires: orthanc-devel