commit a9161f6ddeebd3e18c21912a592a5344a0cd1f2d Author: Matěj Cepl mcepl@redhat.com Date: Wed Nov 30 23:55:08 2011 +0100
Fix tests to be system locale independent.
.gitignore | 1 + json_diff.spec | 5 +++-- sources | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 7fb1b47..6e17cbb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /json_diff-1.0.1.tar.gz /json_diff-1.1.0.tar.gz /json_diff-1.2.0.tar.gz +/json_diff-1.2.1.tar.gz diff --git a/json_diff.spec b/json_diff.spec index d8e5a49..487fab2 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.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Generates diff between two JSON files
@@ -51,8 +51,9 @@ rm -rf %{buildroot} %{python_sitelib}/*
%changelog -* Wed Nov 30 2011 Matěj Cepl mcepl@redhat.com 1.2.0-1 +* Wed Nov 30 2011 Matěj Cepl mcepl@redhat.com 1.2.1-1 - New upstream release (exit code) +- Make tests independent of the current locale
* Tue Nov 29 2011 Matěj Cepl mcepl@redhat.com 1.1.0-1 - New upstream release (-a option added) diff --git a/sources b/sources index fe3a1f3..fe34bbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc5f6780f3a1d6917fd8b6f5f8b09ad9 json_diff-1.2.0.tar.gz +2f759d2c91740a43d32940ff8ae1180d json_diff-1.2.1.tar.gz
scm-commits@lists.fedoraproject.org