Hello community, here is the log from the commit of package orthanc-webviewer for openSUSE:Leap:15.2 checked in at 2020-04-23 18:16:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/orthanc-webviewer (Old) and /work/SRC/openSUSE:Leap:15.2/.orthanc-webviewer.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-webviewer" Thu Apr 23 18:16:57 2020 rev:2 rq:796336 version:2.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/orthanc-webviewer/orthanc-webviewer.changes 2020-01-15 15:37:39.587037480 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.orthanc-webviewer.new.2738/orthanc-webviewer.changes 2020-04-23 18:16:58.706541636 +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.EjLxqW/_old 2020-04-23 18:16:59.402542969 +0200 +++ /var/tmp/diff_new_pack.EjLxqW/_new 2020-04-23 18:16:59.406542977 +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.EjLxqW/_old 2020-04-23 18:16:59.562543276 +0200 +++ /var/tmp/diff_new_pack.EjLxqW/_new 2020-04-23 18:16:59.562543276 +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.EjLxqW/_old 2020-04-23 18:16:59.622543391 +0200 +++ /var/tmp/diff_new_pack.EjLxqW/_new 2020-04-23 18:16:59.622543391 +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
