Accepting request 1145015 from graphics

- version 1.12.3
  * dcmtk.diff added to fix TW build issue
  * add user/group orthanc
  * Performance of databases:
    - At startup, if using a database plugin, displays the latency to access the DB.
    - Added support for new DB primitives to enable the "READ COMMITTED"
      transaction mode in the PostgreSQL plugin.
  * API version upgraded to 23
  * Added a 'KeepLabels' option in /modify routes (default = false)
  * Upgraded dependencies for static builds:
    - boost 1.84.0
    - curl 8.5.0
    - dcmtk 3.6.8
    - jsoncpp 1.9.5
    - libjpeg 9f
    - libpng 1.6.40
    - openssl 3.1.4
    - pugixml 1.14
    - zlib 1.3.1

OBS-URL: https://build.opensuse.org/request/show/1145015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc?expand=0&rev=29
This commit is contained in:
Ana Guerrero 2024-02-08 18:02:22 +00:00 committed by Git OBS Bridge
commit e8c64fe40f
5 changed files with 45 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bd15c539314e63c626a94ef803c2f1f2b830b875149d055319b4380bbb8b596
size 2007463

3
Orthanc-1.12.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64b7ed7506a60e52f52121efb14961485b710fd092ab73d6c550fa25a01f516b
size 2043176

11
dcmtk.diff Normal file
View File

@ -0,0 +1,11 @@
diff -U 3 -dHrN -- a/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake b/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake
--- a/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake 2024-01-31 12:33:17.000000000 +0100
+++ b/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake 2024-02-07 18:49:46.121815912 +0100
@@ -302,6 +302,7 @@
/usr/share/libdcmtk18
/usr/share/libdcmtk19
/usr/share/libdcmtk20
+ /usr/share/dcmtk-3.6.8
/usr/local/share/dcmtk
/usr/local/share/dcmtk-3.6.8
)

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Feb 2 11:54:18 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- version 1.12.3
* dcmtk.diff added to fix TW build issue
* add user/group orthanc
* Performance of databases:
- At startup, if using a database plugin, displays the latency to access the DB.
- Added support for new DB primitives to enable the "READ COMMITTED"
transaction mode in the PostgreSQL plugin.
* API version upgraded to 23
* Added a 'KeepLabels' option in /modify routes (default = false)
* Upgraded dependencies for static builds:
- boost 1.84.0
- curl 8.5.0
- dcmtk 3.6.8
- jsoncpp 1.9.5
- libjpeg 9f
- libpng 1.6.40
- openssl 3.1.4
- pugixml 1.14
- zlib 1.3.1
-------------------------------------------------------------------
Thu Dec 21 09:13:15 UTC 2023 - Axel Braun <axel.braun@gmx.de>

View File

@ -1,8 +1,8 @@
#
# spec file for package orthanc
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019-2023 Dr. Axel Braun
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019-2024 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: orthanc
Version: 1.12.2
Version: 1.12.3
Release: 0
Summary: RESTful DICOM server for healthcare and medical research
License: GPL-3.0-or-later
@ -38,7 +38,7 @@ Source11: https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/axios-0.
Source12: https://orthanc.osimis.io/ThirdPartyDownloads/jquery-3.4.1.min.js
Source13: https://orthanc.osimis.io/ThirdPartyDownloads/dicom-web/vuejs-2.6.10.tar.gz
## Patch0: libboost.diff
Patch0: dcmtk.diff
BuildRequires: civetweb-devel
BuildRequires: cmake >= 2.8.0
BuildRequires: curl-devel
@ -80,6 +80,9 @@ Requires: dcmtk
Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
Provides: group(orthanc)
Provides: user(orthanc)
%{?systemd_ordering}
%description
@ -125,7 +128,7 @@ This package includes the source files for Orthanc. Use it in conjunction with t
%prep
%setup -q -n Orthanc-%{version}
## %autopatch -p1
%autopatch -p1
cp %{S:1} %{S:2} .