[isomd5sum] - Fix for gcc type-punned and sizeof pointer warnings. (bcl) - Add exit code 2 for user abort (#9076

Brian C. Lane bcl at fedoraproject.org
Tue Feb 26 17:13:53 UTC 2013


commit 14361d85b44802d565d64af210a23f92d575625a
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Feb 26 09:13:30 2013 -0800

    - 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)

 .gitignore     |    1 +
 isomd5sum.spec |   10 ++++++++--
 sources        |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <bcl at redhat.com> 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list