- Add abort check feature (#555107) (dpierce, rvykydal) Changes prototype

of exported checkMediaFile function.
- Fix exit value of checkisomd5 (rvykydal)
- Remove output to stderr from library (#576251) (bcl)
- Use separate return value for image not found (#578160) (bcl)
This commit is contained in:
Radek Vykydal 2010-03-30 15:33:46 +00:00
parent 2b9077d95c
commit 8e895375d1
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
isomd5sum-1.0.5.tar.bz2
isomd5sum-1.0.6.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: Utilities for working with md5sum implanted in ISO images
Name: isomd5sum
Version: 1.0.5
Release: 3%{?dist}
Version: 1.0.6
Release: 1%{?dist}
Epoch: 1
License: GPLv2+
Group: Applications/System
@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Fri Mar 26 2010 Radek Vykydal <rvykydal@redhat.com> - 1:1.0.6-1
- Add abort check feature (#555107) (dpierce, rvykydal)
Changes prototype of exported checkMediaFile function.
- Fix exit value of checkisomd5 (rvykydal)
- Remove output to stderr from library (#576251) (bcl)
- Use separate return value for image not found (#578160) (bcl)
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
d98eb78c77e2ce94a389d243d76d845c isomd5sum-1.0.5.tar.bz2
1eebc7ee2a0777cbe54403b07f6d29fc isomd5sum-1.0.6.tar.bz2