- 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:
parent
2b9077d95c
commit
8e895375d1
@ -1 +1 @@
|
|||||||
isomd5sum-1.0.5.tar.bz2
|
isomd5sum-1.0.6.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for working with md5sum implanted in ISO images
|
Summary: Utilities for working with md5sum implanted in ISO images
|
||||||
Name: isomd5sum
|
Name: isomd5sum
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user