-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix format warnings on 32 bit systems
- Loading branch information
Showing
10 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-ftp-client (9.9-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix format warnings on 32 bit systems | ||
|
||
-- Mattias Ellert <[email protected]> Fri, 01 Mar 2024 11:13:14 +0100 | ||
|
||
globus-ftp-client (9.8-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix some compiler and doxygen warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
globus-gass-transfer (9.5-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix format warnings on 32 bit systems | ||
|
||
-- Mattias Ellert <[email protected]> Fri, 01 Mar 2024 11:09:20 +0100 | ||
|
||
globus-gass-transfer (9.4-1+gct.@distro@) @distro@; urgency=medium | ||
|
||
* Fix some compiler and doxygen warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Name: globus-ftp-client | ||
%global soname 2 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 9.8 | ||
Version: 9.9 | ||
Release: 1%{?dist} | ||
Summary: Grid Community Toolkit - GridFTP Client Library | ||
|
||
|
@@ -169,6 +169,9 @@ GLOBUS_HOSTNAME=localhost make %{?_smp_mflags} check VERBOSE=1 | |
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
%changelog | ||
* Fri Mar 01 2024 Mattias Ellert <[email protected]> - 9.9-1 | ||
- Fix format warnings on 32 bit systems | ||
|
||
* Wed Mar 09 2022 Mattias Ellert <[email protected]> - 9.8-1 | ||
- Fix some compiler and doxygen warnings | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Name: globus-gass-transfer | ||
%global soname 2 | ||
%global _name %(echo %{name} | tr - _) | ||
Version: 9.4 | ||
Version: 9.5 | ||
Release: 1%{?dist} | ||
Summary: Grid Community Toolkit - Globus Gass Transfer | ||
|
||
|
@@ -131,6 +131,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la | |
%doc %{_pkgdocdir}/GLOBUS_LICENSE | ||
|
||
%changelog | ||
* Fri Mar 01 2024 Mattias Ellert <[email protected]> - 9.5-1 | ||
- Fix format warnings on 32 bit systems | ||
|
||
* Wed Mar 09 2022 Mattias Ellert <[email protected]> - 9.4-1 | ||
- Fix some compiler and doxygen warnings | ||
|
||
|