[python-recaptcha-client] New upstream release 1.0.6

Stephen Gallagher sgallagh at fedoraproject.org
Wed Jul 11 12:34:02 UTC 2012


commit 9f7d612fb23fa0e0128adb8f6eb7f75541b21957
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Jul 11 08:33:53 2012 -0400

    New upstream release 1.0.6
    
    - Enhancements to setup.py build-system
    - Drop Fedora-specific build hacks

 .gitignore                   |    1 +
 python-recaptcha-client.spec |   11 +++++++----
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29c6197..6f2bb84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 recaptcha-client-1.0.5.tar.gz
+/recaptcha-client-1.0.6.tar.gz
diff --git a/python-recaptcha-client.spec b/python-recaptcha-client.spec
index 4c9fcec..c56651d 100644
--- a/python-recaptcha-client.spec
+++ b/python-recaptcha-client.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           python-recaptcha-client
-Version:        1.0.5
-Release:        6%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Python module for reCAPTCHA and reCAPTCHA Mailhide
 
 Group:          Development/Languages
@@ -29,8 +29,6 @@ http://mailhide.recaptcha.net/apikey.
 
 %prep
 %setup -q -n recaptcha-client-%{version}
-sed -i 's/^from ez_setup/#from ez_setup/' setup.py
-sed -i 's/^use_setuptools()/#use_setuptools()/' setup.py
 
 
 %build
@@ -54,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/recaptcha_client*.egg-info/
 
 %changelog
+* Wed Jul 11 2012 Stephen Gallagher <sgallagh at redhat.com> 1.0.6-1
+- New upstream release 1.0.6
+- Enhancements to setup.py build-system
+- Drop Fedora-specific build hacks
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6af1fda..9ff9222 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f810750fb0be4e1d08b2253e22cbc5d7  recaptcha-client-1.0.5.tar.gz
+74228180f7e1fb76c4d7089160b0d919  recaptcha-client-1.0.6.tar.gz


More information about the scm-commits mailing list