[json_diff] Fix to work on RHEL-5 as well.

Matej Cepl mcepl at fedoraproject.org
Thu Dec 1 00:45:07 UTC 2011


commit c336d211387b5257b13558852ddd3a8e49b2990c
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Dec 1 01:46:39 2011 +0100

    Fix to work on RHEL-5 as well.

 .gitignore     |    1 +
 json_diff.spec |    6 +++---
 sources        |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e17cbb..9670a2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /json_diff-1.1.0.tar.gz
 /json_diff-1.2.0.tar.gz
 /json_diff-1.2.1.tar.gz
+/json_diff-1.2.2.tar.gz
diff --git a/json_diff.spec b/json_diff.spec
index 487fab2..a3d465d 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.1
+Version:        1.2.2
 Release:        1%{?dist}
 Summary:        Generates diff between two JSON files
 
@@ -51,9 +51,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
-* Wed Nov 30 2011 Matěj Cepl <mcepl at redhat.com> 1.2.1-1
+* 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
+- Make tests independent of the current locale (including on RHEL 5)
 
 * 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 fe34bbc..61dbf14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f759d2c91740a43d32940ff8ae1180d  json_diff-1.2.1.tar.gz
+955b5e1580214e47e349815155a405f3  json_diff-1.2.2.tar.gz


More information about the scm-commits mailing list