Hello community,
here is the log from the commit of package orthanc-webviewer for
openSUSE:Factory checked in at 2020-04-22 20:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-webviewer (Old)
and /work/SRC/openSUSE:Factory/.orthanc-webviewer.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-webviewer"
Wed Apr 22 20:50:55 2020 rev:2 rq:795517 version:2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-webviewer/orthanc-webviewer.changes
2019-12-04 14:21:11.230478958 +0100
+++
/work/SRC/openSUSE:Factory/.orthanc-webviewer.new.2738/orthanc-webviewer.changes
2020-04-22 20:51:06.163170271 +0200
@@ -1,0 +2,5 @@
+Sun Apr 19 08:59:58 UTC 2020 - Axel Braun <[email protected]>
+
+- webjierwer.json & README adapted
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ orthanc-webviewer.spec ++++++
--- /var/tmp/diff_new_pack.9fBNCT/_old 2020-04-22 20:51:08.739175314 +0200
+++ /var/tmp/diff_new_pack.9fBNCT/_new 2020-04-22 20:51:08.743175322 +0200
@@ -1,7 +1,7 @@
#
# spec file for package orthanc-webviewer
#
-# 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,16 +13,17 @@
# 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-webviewer
Summary: Web Viewer plugin for Orthanc
License: AGPL-3.0-or-later
Group: Productivity/Graphics/Viewers
Version: 2.5
Release: 0
-Url: https://orthanc-server.com
+URL: https://orthanc-server.com
Source0:
https://www.orthanc-server.com/downloads/get.php?path=/plugin-webviewer/OrthancWebViewer-%{version}.tar.gz
Source1: cornerstone-0.11.0.zip
Source2: jquery-ui-1.11.3.zip
@@ -34,9 +35,9 @@
Source12: webviewer.json
Patch0: cachemngr.diff
BuildRequires: cmake
+BuildRequires: gcc-c++
BuildRequires: gdcm-devel
BuildRequires: gdcm-libgdcm3_0
-BuildRequires: gcc-c++
BuildRequires: googletest-devel
BuildRequires: jsoncpp-devel
BuildRequires: libboost_date_time-devel >= 1.66
@@ -53,7 +54,7 @@
Requires: orthanc
-BuildRoot: OrthancWebViewer-%{version}-build
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Webviewer plugin for Orthanc
++++++ orthanc-webviewer-readme.SUSE ++++++
--- /var/tmp/diff_new_pack.9fBNCT/_old 2020-04-22 20:51:08.847175525 +0200
+++ /var/tmp/diff_new_pack.9fBNCT/_new 2020-04-22 20:51:08.847175525 +0200
@@ -10,14 +10,6 @@
You may use /usr/share/doc/packages/orthanc/webviewer.json as template and
copy it to /etc/orthanc.
You need to restart the Orthanc-Server to enable the configuration.
-Note: If you have multiple plugins installed, make sure you have the line
-
-"Plugins" : [
- "/usr/share/orthanc/plugins/"
- ],
-
-only ONCE in all .json files!
-
Check out http://book.orthanc-server.com/plugins/dicomweb.html for additional
information!
Have fun
++++++ webviewer.json ++++++
--- /var/tmp/diff_new_pack.9fBNCT/_old 2020-04-22 20:51:08.891175612 +0200
+++ /var/tmp/diff_new_pack.9fBNCT/_new 2020-04-22 20:51:08.895175619 +0200
@@ -3,11 +3,8 @@
* Configuration of the Webviewer plugin
* Axel Braun <[email protected]>
**/
- "Plugins" : [
- "/usr/share/orthanc/plugins/"
- ],
"WebViewer" : {
- "CachePath" : "WebViewerCache",
+ "CachePath" : "/var/lib/orthanc/OrthancStorage/WebViewerCache",
"CacheSize" : 10,
"Threads" : 4,
"EnableGdcm" : true