From 59979311b33f14829cb87895c8c9dacebd4a7ed8 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sun, 12 Nov 2023 04:59:22 +0100 Subject: [PATCH] Update packaging for checksum fix --- gass/copy/source/configure.ac | 2 +- packaging/debian/globus-gass-copy/debian/changelog.in | 6 ++++++ packaging/fedora/globus-gass-copy.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gass/copy/source/configure.ac b/gass/copy/source/configure.ac index 9d80a5355..eaf7e6c86 100644 --- a/gass/copy/source/configure.ac +++ b/gass/copy/source/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([globus_gass_copy],[10.12],[https://github.com/gridcf/gct/issues]) +AC_INIT([globus_gass_copy],[10.13],[https://github.com/gridcf/gct/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}]) AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}]) diff --git a/packaging/debian/globus-gass-copy/debian/changelog.in b/packaging/debian/globus-gass-copy/debian/changelog.in index 6c753d934..490c5c8ba 100644 --- a/packaging/debian/globus-gass-copy/debian/changelog.in +++ b/packaging/debian/globus-gass-copy/debian/changelog.in @@ -1,3 +1,9 @@ +globus-gass-copy (10.13-1+gct.@distro@) @distro@; urgency=medium + + * Detect checksum calculation errors due to file read errors + + -- Mattias Ellert Thu, 26 Oct 2023 05:25:00 +0200 + globus-gass-copy (10.12-1+gct.@distro@) @distro@; urgency=medium * Fix some compiler and doxygen warnings diff --git a/packaging/fedora/globus-gass-copy.spec b/packaging/fedora/globus-gass-copy.spec index 9ee385ff2..f4129b44c 100644 --- a/packaging/fedora/globus-gass-copy.spec +++ b/packaging/fedora/globus-gass-copy.spec @@ -3,7 +3,7 @@ Name: globus-gass-copy %global soname 2 %global _name %(echo %{name} | tr - _) -Version: 10.12 +Version: 10.13 Release: 1%{?dist} Summary: Grid Community Toolkit - Globus Gass Copy @@ -183,6 +183,9 @@ GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1 %doc %{_pkgdocdir}/GLOBUS_LICENSE %changelog +* Thu Oct 26 2023 Mattias Ellert - 10.13-1 +- Detect checksum calculation errors due to file read errors + * Wed Mar 09 2022 Mattias Ellert - 10.12-1 - Fix some compiler and doxygen warnings