changeset 5047:b06f695f43da

of-dicom: update to v0.2.2 * dist-files.mk: remove ref to patch * src/of-dicom.mk: update version, checksum * src/of-dicom-1-fixes.patch: removed
author John Donoghue
date Mon, 08 Apr 2019 07:58:20 -0400
parents 5e4292853f84
children 08e93bc7ee28
files dist-files.mk src/of-dicom-1-fixes.patch src/of-dicom.mk
diffstat 3 files changed, 2 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Fri Apr 05 16:33:58 2019 -0400
+++ b/dist-files.mk	Mon Apr 08 07:58:20 2019 -0400
@@ -461,7 +461,6 @@
   of-database-1-fixes.patch \
   of-database.mk \
   of-dataframe.mk \
-  of-dicom-1-fixes.patch \
   of-dicom.mk \
   of-financial.mk \
   of-fits-1-cross-fixes.patch \
--- a/src/of-dicom-1-fixes.patch	Fri Apr 05 16:33:58 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-diff -uNr a/src/isdicom.cpp b/src/isdicom.cpp
---- a/src/isdicom.cpp	2018-04-08 19:19:05.638729302 -0400
-+++ b/src/isdicom.cpp	2018-04-25 10:44:45.240179042 -0400
-@@ -32,7 +32,7 @@
-   reader.SetFileName (filename.c_str ());
-   // gdcm::Reader.Read() will return false if the file does not exists but
-   // also prints to stderr so we check it first.
--  return file_stat (filename).exists () && reader.Read ();
-+  return octave::sys::file_stat (filename).exists () && reader.Read ();
- }
- 
- DEFUN_DLD (isdicom, args, ,
--- a/src/of-dicom.mk	Fri Apr 05 16:33:58 2019 -0400
+++ b/src/of-dicom.mk	Mon Apr 08 07:58:20 2019 -0400
@@ -3,8 +3,8 @@
 
 PKG             := of-dicom
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 0.2.1
-$(PKG)_CHECKSUM := 122636971340ddc826c8aa35b244d07e66f9e4ac
+$(PKG)_VERSION  := 0.2.2
+$(PKG)_CHECKSUM := fb86c93098b6d163c499d3cf8bbd3ee381180904
 $(PKG)_REMOTE_SUBDIR := 
 $(PKG)_SUBDIR   := dicom-$($(PKG)_VERSION)
 $(PKG)_FILE     := dicom-$($(PKG)_VERSION).tar.gz