Skip to content

Commit

Permalink
Update packaging for merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Sep 12, 2020
1 parent 7a3088f commit b01606b
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.7],[https://github.com/gridcf/gct/issues])
AC_INIT([globus_gass_copy],[10.8],[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.8-1+gct.@distro@) @distro@; urgency=medium

* Document environment variables in globus-url-copy manpage

-- Mattias Ellert <[email protected]> Sat, 12 Sep 2020 13:27:09 +0200

globus-gass-copy (10.7-1+gct.@distro@) @distro@; urgency=medium

* Use -nameopt sep_multiline to derive certificate subject string
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.7
Version: 10.8
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
* Sat Sep 12 2020 Mattias Ellert <[email protected]> - 10.8-1
- Document environment variables in globus-url-copy manpage

* Wed Jun 03 2020 Mattias Ellert <[email protected]> - 10.7-1
- Use -nameopt sep_multiline to derive certificate subject string

Expand Down

0 comments on commit b01606b

Please sign in to comment.