[json_diff] New upstream release.

Matej Cepl mcepl at fedoraproject.org
Wed Nov 23 17:26:59 UTC 2011


commit 8e9451c4626aa6277a04c49c0354dae6690c651f
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Nov 23 18:27:49 2011 +0100

    New upstream release.
    
    Use PyPI as a location of the source tarball.

 .gitignore     |    1 +
 json_diff.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28a5f6a..6696d99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /json_diff-0.9.2.tar.gz
+/json_diff-1.0.1.tar.gz
diff --git a/json_diff.spec b/json_diff.spec
index 4159442..514a5e4 100644
--- a/json_diff.spec
+++ b/json_diff.spec
@@ -2,14 +2,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           json_diff
-Version:        0.9.2
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Generates diff between two JSON files
 
 Group:          Applications/Text
 License:        MIT
 URL:            https://gitorious.org/json_diff/
-Source0:        http://mcepl.fedorapeople.org/scripts/json_diff-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/j/json_diff/json_diff-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Nov 23 2011 Matěj Cepl <mcepl at redhat.com> 1.0.1-1
+- New upstream version
+
 * Tue Nov 22 2011 Matěj Cepl <mcepl at redhat.com> - 0.9.2-2
 - Make the package buildable on EL-5
 
diff --git a/sources b/sources
index 41f2a7c..0f063c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18ee9817bc86de0aaf7ddec15c2a9cb8  json_diff-0.9.2.tar.gz
+0e124d4e66dd2c245564a2446ca44e17  json_diff-1.0.1.tar.gz


More information about the scm-commits mailing list