commit orthanc-dicomweb for openSUSE:Leap:15.2

2020-06-02 Thread root
Hello community,

here is the log from the commit of package orthanc-dicomweb for 
openSUSE:Leap:15.2 checked in at 2020-06-02 22:26:11

Comparing /work/SRC/openSUSE:Leap:15.2/orthanc-dicomweb (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.orthanc-dicomweb.new.3606 (New)


Package is "orthanc-dicomweb"

Tue Jun  2 22:26:11 2020 rev:3 rq:810646 version:1.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/orthanc-dicomweb/orthanc-dicomweb.changes  
2020-04-14 14:21:53.537315293 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.orthanc-dicomweb.new.3606/orthanc-dicomweb.changes
2020-06-02 22:26:14.907021139 +0200
@@ -1,0 +2,8 @@
+Wed May 27 14:35:56 UTC 2020 - Axel Braun 
+
+- version 1.2
+* requires orthanc 1.7
+* Removed dependency on GDCM
+* "QidoCaseSensitive" defaults to "CaseSensitivePN" of Orthanc configuration 
(instead of "true")
+
+---

Old:

  OrthancDicomWeb-1.1.tar.gz

New:

  OrthancDicomWeb-1.2.tar.gz
  _service



Other differences:
--
++ orthanc-dicomweb.spec ++
--- /var/tmp/diff_new_pack.R8g4yH/_old  2020-06-02 22:26:15.391022654 +0200
+++ /var/tmp/diff_new_pack.R8g4yH/_new  2020-06-02 22:26:15.395022666 +0200
@@ -21,7 +21,7 @@
 Summary:WebViewer plugin for Orthanc
 License:AGPL-3.0-or-later
 Group:  Productivity/Graphics/Viewers
-Version:1.1
+Version:1.2
 Release:0
 URL:https://orthanc-server.com
 Source0:
https://www.orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/OrthancDicomWeb-%{version}.tar.gz
@@ -39,8 +39,6 @@
 BuildRequires:  cmake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gdcm-devel
-BuildRequires:  gdcm-libgdcm3_0
 BuildRequires:  googletest-devel
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libboost_date_time-devel >= 1.66

++ OrthancDicomWeb-1.1.tar.gz -> OrthancDicomWeb-1.2.tar.gz ++
 24241 lines of diff (skipped)

++ _service ++

  







commit orthanc-dicomweb for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package orthanc-dicomweb for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:21:43

Comparing /work/SRC/openSUSE:Leap:15.2/orthanc-dicomweb (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.orthanc-dicomweb.new.3248 (New)


Package is "orthanc-dicomweb"

Tue Apr 14 14:21:43 2020 rev:2 rq:793569 version:1.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/orthanc-dicomweb/orthanc-dicomweb.changes  
2020-01-15 15:37:37.939036328 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.orthanc-dicomweb.new.3248/orthanc-dicomweb.changes
2020-04-14 14:21:53.537315293 +0200
@@ -1,0 +2,27 @@
+Thu Mar  5 08:47:21 UTC 2020 - Axel Braun 
+
+- Version 1.1
+
+* Support of "window", "viewport" and "quality" parameters in "Retrieve 
Rendered Transaction"
+* Support of "/studies/.../rendered" and "/studies/.../series/.../rendered"
+* QIDO-RS: Allow to query against a list of multiple values separated by commas
+* WADO-RS "Retrieve Metadata": Configuration options "StudiesMetadata"
+  and "SeriesMetadata", whose value can be "Full" (read all DICOM
+  instances from the storage area), "MainDicomTags" (only report the
+  main DICOM tags from the Orthanc database), or "Extrapolate" (main
+  DICOM tags + user-specified tags extrapolated from a few random instances)
+* QIDO-RS: Optimization for large studies/series
+* QIDO-RS: Fix returned attributes if Study/Series Instance UIDs are not 
filtered
+* Fix handling of the "Forwarded" HTTP header
+* Fix support for client certificate authentication
+* Accept multiple MIME types in Accept header for WADO-RS "Retrieve Metadata"
+  https://groups.google.com/d/msg/orthanc-users/P3B6J9abZpE/syn5dnW2AwAJ
+* Added explicit "Accept" header to avoid uncompressing DICOM files by Google 
cloud,
+  can be turned off by setting "HasWadoRsUniversalTransferSyntax" to "false" 
(for
+  instance if contacting a remote Orthanc plugin with DICOMweb version <= 1.0)
+  https://groups.google.com/d/msg/orthanc-users/w1Ekrsc6-U8/T2a_DoQ5CwAJ
+* Fix issue #162 ("DICOMweb metadata resource reads all instances")
+* Fix issue #164 ("JPEG YBR_422 generates a 500 in the DicomWeb plugin")
+* Upgrade to GDCM 3.0.4 in static builds
+
+---

Old:

  OrthancDicomWeb-1.0.tar.gz

New:

  OrthancDicomWeb-1.1.tar.gz



Other differences:
--
++ orthanc-dicomweb.spec ++
--- /var/tmp/diff_new_pack.YrIKKp/_old  2020-04-14 14:21:53.997315636 +0200
+++ /var/tmp/diff_new_pack.YrIKKp/_new  2020-04-14 14:21:53.997315636 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package orthanc-dicomweb
 #
-# Copyright (c) 2019 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Dr. Axel Braun
+# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2019-2020 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-dicomweb
 Summary:WebViewer plugin for Orthanc
 License:AGPL-3.0-or-later
 Group:  Productivity/Graphics/Viewers
-Version:1.0
+Version:1.1
 Release:0
-Url:https://orthanc-server.com
+URL:https://orthanc-server.com
 Source0:
https://www.orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/OrthancDicomWeb-%{version}.tar.gz
 Source1:cornerstone.css
 Source2:cornerstone.min.js
@@ -57,7 +58,7 @@
 
 Requires:   orthanc
 
-BuildRoot:  OrthancDicomWeb-%{version}-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 WebViewer plugin for Orthanc

++ OrthancDicomWeb-1.0.tar.gz -> OrthancDicomWeb-1.1.tar.gz ++
 4190 lines of diff (skipped)