[json_diff] One more upstream release working around RHEL-5 incompatibility.

Matej Cepl mcepl at fedoraproject.org
Thu Dec 1 08:14:13 UTC 2011


commit b7181f839d3f5e17636e4d2f0ef49a0d0c728e15
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Dec 1 09:14:13 2011 +0100

    One more upstream release working around RHEL-5 incompatibility.

 .gitignore     |    1 +
 json_diff.spec |    3 ++-
 sources        |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9670a2c..fd41dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /json_diff-1.2.0.tar.gz
 /json_diff-1.2.1.tar.gz
 /json_diff-1.2.2.tar.gz
+/json_diff-1.2.3.tar.gz
diff --git a/json_diff.spec b/json_diff.spec
index a3d465d..9ae1819 100644
--- a/json_diff.spec
+++ b/json_diff.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           json_diff
-Version:        1.2.2
+Version:        1.2.3
 Release:        1%{?dist}
 Summary:        Generates diff between two JSON files
 
@@ -54,6 +54,7 @@ rm -rf %{buildroot}
 * Wed Nov 30 2011 Matěj Cepl <mcepl at redhat.com> 1.2.2-1
 - New upstream release (exit code)
 - Make tests independent of the current locale (including on RHEL 5)
+- Workaround a stupid incompatible change in optparse between python 2.4 and 2.6
 
 * Tue Nov 29 2011 Matěj Cepl <mcepl at redhat.com> 1.1.0-1
 - New upstream release (-a option added)
diff --git a/sources b/sources
index 61dbf14..5505f05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-955b5e1580214e47e349815155a405f3  json_diff-1.2.2.tar.gz
+d7e55e74ec91f87e4580ab2206acd4fc  json_diff-1.2.3.tar.gz


More information about the scm-commits mailing list