[python-demjson] - Update to 1.5. - Remove patch no longer needed.

Thomas Moschny thm at fedoraproject.org
Wed Oct 27 13:18:23 UTC 2010


commit dab060b63f39841897556655ac5b678b7e24d10b
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Oct 27 15:18:11 2010 +0200

    - Update to 1.5.
    - Remove patch no longer needed.

 .gitignore          |    1 +
 python-demjson.spec |   10 ++++++----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71dfdc0..ef03986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /demjson-1.3.tar.gz
 /demjson-1.4.tar.gz
+/demjson-1.5.tar.gz
diff --git a/python-demjson.spec b/python-demjson.spec
index 30f0395..d850c96 100644
--- a/python-demjson.spec
+++ b/python-demjson.spec
@@ -1,7 +1,7 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-demjson
-Version:        1.4
+Version:        1.5
 Release:        1%{?dist}
 Summary:        Python JSON module and lint checker
 
@@ -9,7 +9,6 @@ Group:          Development/Languages
 License:        LGPLv3+
 URL:            http://deron.meranda.us/python/demjson/
 Source0:        http://deron.meranda.us/python/demjson/dist/demjson-%{version}.tar.gz
-Patch0:         demjson-1.4-0xFF-bug.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -33,7 +32,6 @@ text for strict compliance to the standard.
 
 %prep
 %setup -q -n demjson-%{version}
-%patch0 -p1 -b.0xFF
 
 
 %build
@@ -73,6 +71,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 27 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.5-1
+- Update to 1.5.
+- Remove patch no longer needed.
+
 * Wed Oct 27 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.4-1
 - Update to 1.4. Upstream changed license to LGPLv3+.
 - Apply a one-liner patch provided upstream.
diff --git a/sources b/sources
index 20fa308..96c2ccc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f6c88bfe2443390230109c709243fcd  demjson-1.4.tar.gz
+8bb90da2a146d4072adf011c18c2597f  demjson-1.5.tar.gz


More information about the scm-commits mailing list