[kobo/el6] Bump version to 0.3.6.

dmach dmach at fedoraproject.org
Wed Dec 21 18:32:39 UTC 2011


commit ddfcb6ddcc5f478daf0885e7d36b47194f2edcac
Author: Daniel Mach <dmach at redhat.com>
Date:   Wed Dec 21 19:33:00 2011 +0100

    Bump version to 0.3.6.

 .gitignore |    1 +
 kobo.spec  |   13 ++++++++++---
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e0ac6f..1031978 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kobo-0.3.5.tar.bz2
+/kobo-0.3.6.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index adcfa9c..f075fe6 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -5,7 +5,7 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-%define version 0.3.5
+%define version 0.3.6
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -28,10 +28,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel >= 2.4
 
-
-# require python-hashlib in python 2.4
+# require additional packages for python 2.4
 %if "%{py_version}" == "2.4"
 Requires:       python-hashlib
+Requires:       python-ssl
 %endif
 
 
@@ -162,6 +162,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 21 2011 Daniel Mach <dmach at redhat.com> - 0.3.6-1
+- Clarify auth middleware ordering in the hub settings template. (Daniel Mach)
+- Add kobo.threads -- a simple threading worker pool. (Daniel Mach)
+- Fix force_list and force_tuple to work with sets. (Daniel Mach)
+- Implement removing files from a file cache. (Daniel Mach)
+- Make shortcuts.run() thread-safe. (Daniel Mach)
+
 * Mon Oct 10 2011 Daniel Mach <dmach at redhat.com> - 0.3.5-1
 - Bump version to 0.3.5. (Daniel Mach)
 - Return tracebacks in the XML-RPC dispatcher as unicode. (Daniel Mach)
diff --git a/sources b/sources
index a630b74..8333e89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e21b3595139731f72c7492f60705453f  kobo-0.3.5.tar.bz2
+21ede572d4e81b3072f0fd37aee7875c  kobo-0.3.6.tar.bz2


More information about the scm-commits mailing list