Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package orthanc for openSUSE:Factory checked in at 2024-09-30 15:42:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc (Old) and /work/SRC/openSUSE:Factory/.orthanc.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc" Mon Sep 30 15:42:07 2024 rev:37 rq:1204717 version:1.12.4 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes 2024-09-29 18:16:34.892388534 +0200 +++ /work/SRC/openSUSE:Factory/.orthanc.new.29891/orthanc.changes 2024-09-30 15:42:25.214068563 +0200 @@ -1,0 +2,5 @@ +Mon Sep 30 08:43:53 UTC 2024 - Axel Braun <[email protected]> + +- sha.patch added to fix Leap build + +------------------------------------------------------------------- New: ---- sha.patch BETA DEBUG BEGIN: New: - sha.patch added to fix Leap build BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc.spec ++++++ --- /var/tmp/diff_new_pack.gYoCJr/_old 2024-09-30 15:42:26.302113892 +0200 +++ /var/tmp/diff_new_pack.gYoCJr/_new 2024-09-30 15:42:26.306114059 +0200 @@ -41,6 +41,7 @@ Patch0: dcmtk.diff Patch1: toolbox.patch Patch2: boost.patch +Patch3: sha.patch BuildRequires: civetweb-devel BuildRequires: cmake >= 2.8.0 ++++++ sha.patch ++++++ # HG changeset patch # User Alain Mazy <[email protected]> # Date 1727274964 -7200 # Node ID 122fd5f97d394bbbe46e11b65a7a1294ccf61985 # Parent 2b429588de28773d4aa062b3eb78c64663d7cbd2 fix diff -r 2b429588de28 -r 122fd5f97d39 OrthancFramework/Sources/Toolbox.cpp --- a/OrthancFramework/Sources/Toolbox.cpp Wed Sep 25 16:27:07 2024 +0200 +++ b/OrthancFramework/Sources/Toolbox.cpp Wed Sep 25 16:36:04 2024 +0200 @@ -837,7 +837,7 @@ assert(sizeof(unsigned int) == 4 && sizeof(digest) == (160 / 8)); assert(sizeof(boost::uuids::detail::sha1::digest_type) == 20); - sha1.get_digest(digest)); + sha1.get_digest(digest); result.resize(8 * 5 + 4); sprintf(&result[0], "%08x-%08x-%08x-%08x-%08x",
