[nifti2dicom/f18] nifti2dicom 0.4.6-1

Daniel Vrátil dvratil at fedoraproject.org
Thu Jun 6 15:50:07 UTC 2013


commit 8c0ccb3d2599b9422dc19f3e9708fcd751ae3820
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jun 6 17:48:27 2013 +0200

    nifti2dicom 0.4.6-1

 .gitignore                              |    1 +
 nifti2dicom-fix-itk-cmake-linking.patch |   32 -------------------------------
 nifti2dicom.spec                        |   16 +++++---------
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b02cac8..874a729 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nifti2dicom-0.4.5.tar.gz
+/nifti2dicom-0.4.6.tar.gz
diff --git a/nifti2dicom.spec b/nifti2dicom.spec
index f2d9424..6909895 100644
--- a/nifti2dicom.spec
+++ b/nifti2dicom.spec
@@ -1,17 +1,12 @@
 Name:           nifti2dicom
-Version:        0.4.5
-Release:        4%{?dist}
+Version:        0.4.6
+Release:        1%{?dist}
 Summary:        Converts 3D medical images to DICOM 2D series
 
 License:        GPLv3+
 URL:            https://github.com/biolab-unige/nifti2dicom
 Source0:        https://github.com/biolab-unige/nifti2dicom/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
-# Use ${ITK_LIBRARIES} instead of hardcode library names.
-# This has been fixed in upstream git master and should be
-# available in next release
-Patch0:         %{name}-fix-itk-cmake-linking.patch
-
 ExcludeArch:    ppc ppc64
 
 BuildRequires:  cmake
@@ -40,9 +35,6 @@ that can be imported in a PACS.
 %prep
 %setup -q
 
-%patch0 -p1 -b .itk-linking
-
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -78,6 +70,10 @@ fi
 
 
 %changelog
+* Thu May 06 2013 Daniel Vrátil <dvratil at redhat.com> 0.4.6-1
+ - update to 0.4.6
+ - dropped the linking patch (now included in upstream)
+
 * Thu May 02 2013 Daniel Vrátil <dvratil at redhat.com> 0.4.5-4
  - added AUTHORS, NEWS and COPYING to doc
  - removed graphviz from BR
diff --git a/sources b/sources
index a166f4d..69b9ecb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a00434bce991303a49b7b4143209acb8  nifti2dicom-0.4.5.tar.gz
+964542ae5d907c4fbe7cfcc68ef2c7b0  nifti2dicom-0.4.6.tar.gz


More information about the scm-commits mailing list