diff --git a/.gitignore b/.gitignore index fd165ca..562311d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ isomd5sum-1.0.6.tar.bz2 /isomd5sum-1.0.7.tar.bz2 /isomd5sum-1.0.9.tar.bz2 +/isomd5sum-1.0.10.tar.bz2 diff --git a/isomd5sum.spec b/isomd5sum.spec index 6e9b47b..06ca15e 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -1,7 +1,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum -Version: 1.0.9 -Release: 3%{?dist} +Version: 1.0.10 +Release: 1%{?dist} Epoch: 1 License: GPLv2+ Group: Applications/System @@ -63,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/pyisomd5sum.so %changelog +* Tue Feb 26 2013 Brian C. Lane 1.0.10-1 +- Fix for gcc type-punned and sizeof pointer warnings. (bcl) +- Add exit code 2 for user abort (#907600) (bcl) +- Cleanup TABs and update Copyrights (bcl) +- Standardize *FLAGS in Makefile (ryan) + * Thu Feb 14 2013 Fedora Release Engineering - 1:1.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 7faf52a..822f639 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd2a7e23d6a1975384474370a07b0079 isomd5sum-1.0.9.tar.bz2 +84296a8045585837381f4f551afe9e1a isomd5sum-1.0.10.tar.bz2