Skip to content

Commit

Permalink
Update packaging for checksum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Oct 26, 2023
1 parent 3253a99 commit 1aa8eeb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gass/copy/source/configure.ac
Original file line number Diff line number Diff line change
@@ -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##*.}])
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/globus-gass-copy/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
5 changes: 4 additions & 1 deletion packaging/fedora/globus-gass-copy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -183,6 +183,9 @@ GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1
%doc %{_pkgdocdir}/GLOBUS_LICENSE

%changelog
* Thu Oct 26 2023 Mattias Ellert <[email protected]> - 10.13-1
- Detect checksum calculation errors due to file read errors

* Wed Mar 09 2022 Mattias Ellert <[email protected]> - 10.12-1
- Fix some compiler and doxygen warnings

Expand Down

0 comments on commit 1aa8eeb

Please sign in to comment.