[json_diff] New upstream release

Matej Cepl mcepl at fedoraproject.org
Tue Nov 29 18:57:39 UTC 2011


commit 8dcf4bdf29ae70b6a21dfed3c1be0dc5c1ad7dcc
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Nov 29 19:59:10 2011 +0100

    New upstream release

 .gitignore     |    1 +
 json_diff.spec |    5 ++++-
 sources        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6696d99..50476c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /json_diff-0.9.2.tar.gz
 /json_diff-1.0.1.tar.gz
+/json_diff-1.1.0.tar.gz
diff --git a/json_diff.spec b/json_diff.spec
index 514a5e4..04f8816 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.0.1
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        Generates diff between two JSON files
 
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Tue Nov 29 2011 Matěj Cepl <mcepl at redhat.com> 1.1.0-1
+- New upstream release (-a option added)
+
 * Wed Nov 23 2011 Matěj Cepl <mcepl at redhat.com> 1.0.1-1
 - New upstream version
 
diff --git a/sources b/sources
index 0f063c6..2f53205 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e124d4e66dd2c245564a2446ca44e17  json_diff-1.0.1.tar.gz
+9ac57a0d2070eb9de23dffcb6f109aac  json_diff-1.1.0.tar.gz


More information about the scm-commits mailing list