[python-fedora] Bugfix for a bad interaction between curl and the apache version running on

toshio toshio at fedoraproject.org
Tue Apr 17 18:25:59 UTC 2012


commit 44c105693740ad23b4ebbf035c108a728566288a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Apr 17 11:25:49 2012 -0700

    Bugfix for a bad interaction between curl and the apache version running on
    
      Fedora Infrastructure leading to Http 417 errors.
    - Bugfix for older Django installations.

 .gitignore         |    1 +
 python-fedora.spec |    7 ++++++-
 sources            |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e346f54..9d029c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /python-fedora-0.3.25.1.tar.gz
 /python-fedora-0.3.26.tar.gz
 /python-fedora-0.3.27.tar.gz
+/python-fedora-0.3.28.tar.gz
diff --git a/python-fedora.spec b/python-fedora.spec
index 07df16d..9f112b4 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -3,7 +3,7 @@
 #%%global prerel c2
 
 Name:           python-fedora
-Version:        0.3.27
+Version:        0.3.28
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -145,6 +145,11 @@ rm -rf %{buildroot}
 %{python_sitelib}/fedora/django/
 
 %changelog
+* Tue Apr 17 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.28-1
+- Bugfix for a bad interaction between curl and the apache version running on
+  Fedora Infrastructure leading to Http 417 errors.
+- Bugfix for older Django installations.
+
 * Thu Mar 8 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.27-1
 - Bugfix release for servers using tg-1.1.x
 
diff --git a/sources b/sources
index 58608d3..a83c6bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d55438734352a3e6f1d57282ea98bcbf  python-fedora-0.3.27.tar.gz
+941354f66e77cfc7978c383e27c44b29  python-fedora-0.3.28.tar.gz


More information about the scm-commits mailing list