[python-fedora: 1/2] Upstream 0.3.24 release bugfixing TG2 server utils and clients with session cookie auth.

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 26 23:12:51 UTC 2011


commit fbafc9ff35e4b76d754ed4bb9d870c50ad0c980e
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Jul 26 16:08:26 2011 -0700

    Upstream 0.3.24 release bugfixing TG2 server utils and clients with
    session cookie auth.

 .gitignore         |    1 +
 python-fedora.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5c7f66..498f389 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 python-fedora-0.3.20.tar.gz
 /python-fedora-0.3.21.tar.gz
 /python-fedora-0.3.22.tar.gz
+/python-fedora-0.3.24.tar.gz
diff --git a/python-fedora.spec b/python-fedora.spec
index 7ace28e..3d3751c 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.22
+Version:        0.3.24
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -71,6 +71,13 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jul 20 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.24-1
+- Upstream 0.3.24 release bugfixing TG2 server utils and clients with
+  session cookie auth.
+
+* Tue May 03 2011 Luke Macken <lmacken at redhat.com> - 0.3.23-1
+- Upstream 0.3.23 bugfix release
+
 * Fri Apr 29 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.22-1
 - Upstream 0.3.22 bugfix release
 
diff --git a/sources b/sources
index 6e01182..9ebd35d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-688c7ea719582bd271ff293483d71ec4  python-fedora-0.3.22.tar.gz
+ee8116bd1585e7707bca49475c313390  python-fedora-0.3.24.tar.gz


More information about the scm-commits mailing list