Hello community, here is the log from the commit of package orthanc for openSUSE:Factory checked in at 2019-12-17 13:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc (Old) and /work/SRC/openSUSE:Factory/.orthanc.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc" Tue Dec 17 13:30:37 2019 rev:2 rq:757498 version:1.5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes 2019-12-04 14:19:55.354414995 +0100 +++ /work/SRC/openSUSE:Factory/.orthanc.new.4691/orthanc.changes 2019-12-17 13:30:43.543397352 +0100 @@ -1,0 +2,5 @@ +Tue Dec 17 09:02:21 UTC 2019 - Axel Braun <[email protected]> + +- for i586, one test disabled (fail due to rounding issues) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc.spec ++++++ --- /var/tmp/diff_new_pack.RXhzST/_old 2019-12-17 13:30:44.359397065 +0100 +++ /var/tmp/diff_new_pack.RXhzST/_new 2019-12-17 13:30:44.367397062 +0100 @@ -1,7 +1,7 @@ # # spec file for package orthanc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -16,12 +16,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: orthanc Version: 1.5.8 Release: 0 Summary: RESTful DICOM server for healthcare and medical research -Group: Productivity/Graphics/Visualization/Other License: GPL-3.0-or-later +Group: Productivity/Graphics/Visualization/Other URL: http://www.orthanc-server.com/ Source0: http://www.orthanc-server.com/downloads/get.php?path=/orthanc/Orthanc-%{version}.tar.gz Source1: orthanc.service @@ -54,13 +55,13 @@ BuildRequires: libwrap0 BuildRequires: libxml2-devel BuildRequires: openssl-devel -BuildRequires: pkgconfig(icu-uc) -BuildRequires: pkgconfig(lua5.1) BuildRequires: pugixml-devel BuildRequires: sqlite3-devel -BuildRequires: pkgconfig(systemd) BuildRequires: tcpd-devel BuildRequires: unzip +BuildRequires: pkgconfig(icu-uc) +BuildRequires: pkgconfig(lua5.1) +BuildRequires: pkgconfig(systemd) Requires: dcmtk Requires(pre): /usr/sbin/groupadd @@ -106,7 +107,7 @@ Group: Development/Sources %description source -This package includes the source files for Orthanc +This package includes the source files for Orthanc. Use it in conjunction with the -devel package %prep %setup -q -n Orthanc-%{version} @@ -131,8 +132,12 @@ help2man ./Orthanc -N -n "Lightweight, RESTful DICOM server for healthcare and medical research" > %{name}.1 %check -# but only with architecture "aarch64" -build/UnitTests --gtest_filter=-PngWriter.ColorPattern +# we disable one test for i586 +%ifarch != ix86 +build/UnitTests +%else +build/UnitTests --gtest_filter=-ImageProcessing.Convolution +%endif %install # install: make some dirs...
