Skip to content

Commit

Permalink
Correct spelling error found by lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Mar 8, 2024
1 parent a0c31c8 commit f15aac1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gram/client/source/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.60])

AC_INIT([globus_gram_client],[14.6],[https://github.com/gridcf/gct/issues])
AC_INIT([globus_gram_client],[14.7],[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 Expand Up @@ -68,6 +68,6 @@ AC_CONFIG_FILES(
test/Makefile
test/testcred.cnf
Doxyfile
version.h)
version.h)

AC_OUTPUT
2 changes: 1 addition & 1 deletion gram/client/source/globus_gram_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ globus_gram_client_job_signal(
*
* @return
* Upon success, globus_gram_client_job_register_signal() returns
* GLOBUS_SUCCESS after beginnning to send the signal to the GRAM job and
* GLOBUS_SUCCESS after beginning to send the signal to the GRAM job and
* registers the @a register_callback function to be called once that
* has completed. If an error occurs, this function returns an integer
* error code indicating why the client could not signal the job.
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/globus-gram-client/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
globus-gram-client (14.7-1+gct.@distro@) @distro@; urgency=medium

* Correct spelling error found by lintian

-- Mattias Ellert <[email protected]> Fri, 08 Mar 2024 17:39:51 +0100

globus-gram-client (14.6-1+gct.@distro@) @distro@; urgency=medium

* Fix some doxygen warnings
Expand Down
5 changes: 4 additions & 1 deletion packaging/fedora/globus-gram-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: globus-gram-client
%global soname 3
%global _name %(echo %{name} | tr - _)
Version: 14.6
Version: 14.7
Release: 1%{?dist}
Summary: Grid Community Toolkit - GRAM Client Library

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

%changelog
* Fri Mar 08 2024 Mattias Ellert <[email protected]> - 14.7-1
- Correct spelling error found by lintian

* Fri Mar 11 2022 Mattias Ellert <[email protected]> - 14.6-1
- Fix some doxygen warnings

Expand Down

0 comments on commit f15aac1

Please sign in to comment.