mrceresa pushed to orthanc (f21). "Merge branch 'master' into f21 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 13:59:12 UTC 2015


>From e141bea839599bfd13bf2158caa28bae4d66b64e Mon Sep 17 00:00:00 2001
From: Petr Machata <pmachata at redhat.com>
Date: Mon, 26 Jan 2015 20:32:24 +0100
Subject: Rebuild for boost 1.57.0


diff --git a/orthanc.spec b/orthanc.spec
index 20e1782..683ee3b 100644
--- a/orthanc.spec
+++ b/orthanc.spec
@@ -3,7 +3,7 @@
 
 Name:		orthanc
 Version:	%{orthancversion}
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	RESTful DICOM server for healthcare and medical research
 
 License:	GPLv3 with exceptions
@@ -212,6 +212,9 @@ exit 0
 
 
 %changelog
+* Mon Jan 26 2015 Petr Machata <pmachata at redhat.com> - 0.8.5-3
+- Rebuild for boost 1.57.0
+
 
 * Tue Dec 16 2014 Mario Ceresa <mrceresa at gmail.com> 0.8.5-2
 - Rebuild for dcmtk update
-- 
cgit v0.10.2


>From 4735327ed099d6c3e4f2baaaccfc9443a0f01a85 Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mario.ceresa at upf.edu>
Date: Wed, 8 Apr 2015 15:00:01 +0200
Subject: Updated to 0.8.6


diff --git a/orthanc.spec b/orthanc.spec
index 683ee3b..13fa665 100644
--- a/orthanc.spec
+++ b/orthanc.spec
@@ -1,9 +1,10 @@
 %define orthancclientversion 0.8
-%define orthancversion 0.8.5
+%define orthancversion 0.8.6
+
 
 Name:		orthanc
 Version:	%{orthancversion}
-Release:	3%{?dist}
+Release:	1%{?dist}
 Summary:	RESTful DICOM server for healthcare and medical research
 
 License:	GPLv3 with exceptions
@@ -212,6 +213,9 @@ exit 0
 
 
 %changelog
+* Wed Apr 8 2015 Mario Ceresa <mrceresa at gmail.com> 0.8.6-1
+- New upstrean version
+
 * Mon Jan 26 2015 Petr Machata <pmachata at redhat.com> - 0.8.5-3
 - Rebuild for boost 1.57.0
 
-- 
cgit v0.10.2


>From 98b5b43dbeecebf996efad495121baf4e38d2ce7 Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mario.ceresa at upf.edu>
Date: Wed, 8 Apr 2015 15:11:08 +0200
Subject: Renamed patch


diff --git a/orthanc-0.8.6-lib64.patch b/orthanc-0.8.6-lib64.patch
new file mode 100644
index 0000000..e45c7ae
--- /dev/null
+++ b/orthanc-0.8.6-lib64.patch
@@ -0,0 +1,26 @@
+--- CMakeLists.txt.orig	2014-11-04 16:59:38.348645437 +0100
++++ CMakeLists.txt	2014-11-04 17:00:50.064643626 +0100
+@@ -470,11 +470,18 @@
+     SOVERSION ${ORTHANC_CLIENT_VERSION})
+ 
+ 
+-  install(
+-    TARGETS OrthancClient
+-    RUNTIME DESTINATION lib    # Destination for Windows
+-    LIBRARY DESTINATION lib    # Destination for Linux
+-    )
++  if (${CMAKE_SIZEOF_VOID_P} EQUAL 4)
++    install(
++      TARGETS OrthancClient
++      LIBRARY DESTINATION lib
++      )
++  else()
++    install(
++      TARGETS OrthancClient
++      LIBRARY DESTINATION lib64
++      )
++  endif()
++
+ 
+   install(
+     FILES
-- 
cgit v0.10.2


>From 38e7c6e7fe3ccfbbbe3b52b23d84e19c2309dcb0 Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mario.ceresa at upf.edu>
Date: Wed, 8 Apr 2015 15:16:05 +0200
Subject: Uploaded source of 0.8.6


diff --git a/.gitignore b/.gitignore
index 6f80e60..e9a6081 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /Orthanc-0.8.0.tar.gz
 /Orthanc-0.8.3.tar.gz
 /Orthanc-0.8.5.tar.gz
+/Orthanc-0.8.6.tar.gz
diff --git a/sources b/sources
index de5210f..e9f868f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-295c42f9bbe7f22deb54e45a644a73d2  Orthanc-0.8.5.tar.gz
+a4827457071c3f9d330d3d8ad9770edc  Orthanc-0.8.6.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/orthanc.git/commit/?h=f21&id=9b232b06792752c97782663a353ce7222b91b450


More information about the scm-commits mailing list