Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8c2d0d3904 | |||
| 3f9c95a07d | |||
| 5fe5121691 | |||
| 68f34b9b51 | |||
| 5b226d7ff5 | |||
| ab6429fde3 | |||
| 828ff4b99e | |||
| 92d699db4f | |||
| a8bb7da695 | |||
| cb2d933353 | |||
| ea7ac4993e | |||
| f48caa82c7 | |||
| 10d9f0a179 | |||
| 8e4ef0c138 |
3
Orthanc-1.12.10.tar.gz
Normal file
3
Orthanc-1.12.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d6934d123182fb2186cd54ef7f203be06b544afb03df67b0c64ad68d6c9286
|
||||
size 2192892
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e2e6c27284e2893eaf09f99484c579921dabab51ab6aa91eead96234406ec03
|
||||
size 2127987
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 22:05:51 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- switch to lua 5.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 11:04:46 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- patch out boost component system from framework
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 4 10:20:57 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 1.12.10
|
||||
* boost.patch removed - included in source
|
||||
' long changelog - see NEWS for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 08:19:18 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- apply boost patch to source tree
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 14:34:39 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Stop trying to pull libboost_system-devel in all orthanc packages.
|
||||
* Patch boost.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 19:42:25 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- remove libboost_system-devel for TW (removed in boost 1.89)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 10:11:18 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 1.12.9
|
||||
* long changelog - see NEWS for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 15 05:05:36 UTC 2025 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
||||
17
orthanc.spec
17
orthanc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package orthanc
|
||||
#
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: orthanc
|
||||
Version: 1.12.8
|
||||
Version: 1.12.10
|
||||
Release: 0
|
||||
Summary: RESTful DICOM server for healthcare and medical research
|
||||
License: GPL-3.0-or-later
|
||||
@@ -37,6 +37,7 @@ Source10: https://orthanc.uclouvain.be/downloads/third-party-downloads/dic
|
||||
Source11: https://orthanc.uclouvain.be/downloads/third-party-downloads/dicom-web/axios-0.19.0.tar.gz
|
||||
Source12: https://orthanc.uclouvain.be/downloads/third-party-downloads/jquery-3.4.1.min.js
|
||||
Source13: https://orthanc.uclouvain.be/downloads/third-party-downloads/dicom-web/vuejs-2.6.10.tar.gz
|
||||
##%Patch0: boost.patch
|
||||
|
||||
BuildRequires: civetweb-devel
|
||||
BuildRequires: cmake >= 2.8.0
|
||||
@@ -57,7 +58,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: protobuf-devel
|
||||
#Workaround for boo#1180359
|
||||
@@ -77,7 +80,7 @@ BuildRequires: unzip
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(lua5.1)
|
||||
BuildRequires: pkgconfig(lua5.4)
|
||||
|
||||
Requires: dcmtk
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
@@ -191,6 +194,14 @@ mkdir -p -m 755 %{buildroot}/usr/src/%{name}
|
||||
# Copy sources
|
||||
tar --strip-components 1 -xzf %{S:0} -C %{buildroot}/usr/src/%{name}/
|
||||
|
||||
#Apply boost patch to the source tree, this is needed by plugins
|
||||
## patch -d %{buildroot}/usr/src/%{name}/OrthancFramework -p2 < %{P:0}
|
||||
|
||||
%if 0%{?suse_version} >= 1600
|
||||
# BOOST komponente system raus patchen
|
||||
sed -i '/list(APPEND ORTHANC_BOOST_COMPONENTS/ s/ system//g' %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/BoostConfiguration.cmake
|
||||
%endif
|
||||
|
||||
#Apply dcmtk patch
|
||||
## patch %{buildroot}/usr/src/%{name}/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake < %{P:0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user