[orthanc/f20: 5/5] Orthanc 0.7.6

Sebastien Jodogne sjodogne at fedoraproject.org
Thu Jun 12 14:23:55 UTC 2014


commit 9f75528375c0d8964c0df44d63c8638da659b286
Author: Jodogne <jodogne at localhost.localdomain>
Date:   Thu Jun 12 16:14:02 2014 +0200

    Orthanc 0.7.6

 .gitignore                                         |    1 +
 ...-0.7.5-lib64.patch => orthanc-0.7.6-lib64.patch |   10 +++++-----
 orthanc.spec                                       |   12 +++++++++---
 sources                                            |    2 +-
 4 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6401736..a48d4fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Orthanc-0.7.2.tar.gz
 /Orthanc-0.7.3.tar.gz
 /Orthanc-0.7.5.tar.gz
+/Orthanc-0.7.6.tar.gz
diff --git a/orthanc-0.7.5-lib64.patch b/orthanc-0.7.6-lib64.patch
similarity index 72%
rename from orthanc-0.7.5-lib64.patch
rename to orthanc-0.7.6-lib64.patch
index a04fbcd..efb6fc4 100644
--- a/orthanc-0.7.5-lib64.patch
+++ b/orthanc-0.7.6-lib64.patch
@@ -1,10 +1,9 @@
---- CMakeLists.txt.orig	2014-05-09 17:17:21.324826548 +0200
-+++ CMakeLists.txt	2014-05-09 17:19:53.536822703 +0200
-@@ -386,12 +386,17 @@
-     VERSION ${ORTHANC_CLIENT_VERSION} 
+--- CMakeLists.txt.orig	2014-06-12 15:29:48.882783046 +0200
++++ CMakeLists.txt	2014-06-12 15:31:14.858780873 +0200
+@@ -430,11 +430,18 @@
      SOVERSION ${ORTHANC_CLIENT_VERSION})
  
--
+ 
 -  install(
 -    TARGETS OrthancClient
 -    RUNTIME DESTINATION lib    # Destination for Windows
@@ -21,6 +20,7 @@
 +      LIBRARY DESTINATION lib64
 +      )
 +  endif()
++
  
    install(
      FILES ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h 
diff --git a/orthanc.spec b/orthanc.spec
index 8bf4fff..3b9bfbf 100644
--- a/orthanc.spec
+++ b/orthanc.spec
@@ -1,9 +1,9 @@
 %define orthancclientversion 0.7
-%define orthancversion 0.7.5
+%define orthancversion 0.7.6
 
 Name:		orthanc
 Version:	%{orthancversion}
-Release:	3%{?dist}
+Release:	1%{?dist}
 Summary:	RESTful DICOM server for healthcare and medical research
 
 License:	GPLv3 with exceptions
@@ -35,8 +35,10 @@ BuildRequires:	lua-devel >= 5.1.0
 BuildRequires:	doxygen
 BuildRequires:	systemd
 
+%if 0%{?fedora} >= 21
 # The dependency over gflags is only necessary for rawhide
-BuildRequires:	gflags-devel
+BuildRequires: gflags-devel
+%endif
 
 # The following line is required to add the "orthanc" user and group
 Requires(pre):	shadow-utils
@@ -116,6 +118,7 @@ cp -p %SOURCE3 orthancclient.README
 %cmake	-DSTATIC_BUILD:BOOL=OFF \
 	-DSTANDALONE_BUILD:BOOL=ON \
 	-DCMAKE_BUILD_TYPE=Release \
+	-DDCMTK_LIBRARIES=CharLS \
 	-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF \
 	.
 
@@ -207,6 +210,9 @@ exit 0
 
 
 %changelog
+* Thu Jun 12 2014 Sebastien Jodogne <s.jodogne at gmail.com> 0.7.6-1
+- New upstream version
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e8603b6..77731a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8498ef158be1d5259860ead786c9dcfd  Orthanc-0.7.5.tar.gz
+41f4e0491376d1be3fd8c00fafb305a8  Orthanc-0.7.6.tar.gz


More information about the scm-commits mailing list