# HG changeset patch # User John Donoghue # Date 1583874373 14400 # Node ID fbd2e752405e56deaeea31bd4d0607c8c42fe3d3 # Parent 660385eba6ea7a8236a17cacc7cb7aaeb9f567b7 of-dicom: update to v0.3.0 * src/of-dicom-1-gdcm3.patch: remove patch * dist-files.mk: update version/checksum * dist-files.mk: remove patch ref diff -r 660385eba6ea -r fbd2e752405e dist-files.mk --- a/dist-files.mk Mon Mar 09 16:37:15 2020 -0400 +++ b/dist-files.mk Tue Mar 10 17:06:13 2020 -0400 @@ -458,7 +458,6 @@ of-data-smoothing.mk \ of-database.mk \ of-dataframe.mk \ - of-dicom-1-gdcm3.patch \ of-dicom.mk \ of-financial.mk \ of-fits-1-cross-fixes.patch \ diff -r 660385eba6ea -r fbd2e752405e src/of-dicom-1-gdcm3.patch --- a/src/of-dicom-1-gdcm3.patch Mon Mar 09 16:37:15 2020 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -diff -ur dicom-0.2.2.orig/src/aclocal.m4 dicom-0.2.2/src/aclocal.m4 ---- dicom-0.2.2.orig/src/aclocal.m4 2019-07-02 09:18:41.091614681 -0400 -+++ dicom-0.2.2/src/aclocal.m4 2019-07-02 09:19:10.448327204 -0400 -@@ -1,6 +1,6 @@ --# generated automatically by aclocal 1.15 -*- Autoconf -*- -+# generated automatically by aclocal 1.15.1 -*- Autoconf -*- - --# Copyright (C) 1996-2014 Free Software Foundation, Inc. -+# Copyright (C) 1996-2017 Free Software Foundation, Inc. - - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, -Only in dicom-0.2.2/src: config.h.in~ -diff -ur dicom-0.2.2.orig/src/configure dicom-0.2.2/src/configure ---- dicom-0.2.2.orig/src/configure 2019-07-02 09:18:41.091614681 -0400 -+++ dicom-0.2.2/src/configure 2019-07-02 09:19:10.816336138 -0400 -@@ -3219,7 +3219,7 @@ - $as_echo_n "checking for gdcm headers path... " >&6; } - found_gdcm_header= - for p in /usr/include /usr/local/include /opt/include /mingw32/include /mingw64/include ; do -- for v in gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8; do -+ for v in gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8 gdcm-3.0; do - - CPPFLAGS="-I$p/$v $save_CPPFLAGS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -diff -ur dicom-0.2.2.orig/src/configure.ac dicom-0.2.2/src/configure.ac ---- dicom-0.2.2.orig/src/configure.ac 2019-07-02 09:18:41.095614778 -0400 -+++ dicom-0.2.2/src/configure.ac 2019-07-02 09:19:00.020074073 -0400 -@@ -112,7 +112,7 @@ - AC_MSG_CHECKING([for gdcm headers path]) - found_gdcm_header= - for p in [ /usr/include /usr/local/include /opt/include /mingw32/include /mingw64/include ]; do -- for v in [ gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8]; do -+ for v in [ gdcm gdcm-2.0 gdcm-2.2 gdcm-2.4 gdcm-2.6 gdcm-2.8 gdcm-3.0]; do - - CPPFLAGS="-I$p/$v $save_CPPFLAGS" - AC_COMPILE_IFELSE( diff -r 660385eba6ea -r fbd2e752405e src/of-dicom.mk --- a/src/of-dicom.mk Mon Mar 09 16:37:15 2020 -0400 +++ b/src/of-dicom.mk Tue Mar 10 17:06:13 2020 -0400 @@ -3,8 +3,8 @@ PKG := of-dicom $(PKG)_IGNORE := -$(PKG)_VERSION := 0.2.2 -$(PKG)_CHECKSUM := fb86c93098b6d163c499d3cf8bbd3ee381180904 +$(PKG)_VERSION := 0.3.0 +$(PKG)_CHECKSUM := c9cf943df76a6cf6469542b2be3c34f0904bd751 $(PKG)_REMOTE_SUBDIR := $(PKG)_SUBDIR := dicom-$($(PKG)_VERSION) $(PKG)_FILE := dicom-$($(PKG)_VERSION).tar.gz