[kobo/el6/master] Bump to new upstream version - 0.3.2.

dmach dmach at fedoraproject.org
Wed Oct 27 08:25:05 UTC 2010


commit 849ba7980e3851ce2b2dea5138f37500e18e8eb0
Author: Daniel Mach <dmach at redhat.com>
Date:   Wed Oct 27 10:25:54 2010 +0200

    Bump to new upstream version - 0.3.2.

 .gitignore |    2 +-
 kobo.spec  |   10 +++++++++-
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e882c1..d77dd6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kobo-0.3.1.tar.bz2
+/kobo-0.3.2.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index 6cb0a40..55e4989 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.1
+%define version 0.3.2
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -72,6 +72,7 @@ Summary:        Xml-rpc and web interface to a task database
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
 Requires:       Django >= 1
+Requires:       gzip
 
 %description hub
 Hub is a xml-rpc and web interface to a task database.
@@ -161,6 +162,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 27 2010 Daniel Mach <dmach at redhat.com> - 0.3.2-1
+- Fix XML-RPC transports to make them work in py2.5 and py2.6. (Daniel Mach)
+- Automatically scroll the task log window when we're at the bottom of the page. (Daniel Mach)
+- Show self.* attributes in extended tracebacks. (Daniel Mach)
+- Compress logs with gzip when a task finishes. (Daniel Mach)
+- Convert task logs to utf8 (with "replace" option) to prevent raising UnicodeDecodeError during template processing. (Daniel Mach)
+
 * Tue Oct 19 2010 Daniel Mach <dmach at redhat.com> - 0.3.1-1
 - Add help-admin command to display help for admin commands. (Daniel Mach)
 - Add config parser support for glob matching on dict keys. (Tomas Kopecek)
diff --git a/sources b/sources
index f3a4383..b91f690 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39df4c0eee6a003df3d2261e19f766b9  kobo-0.3.1.tar.bz2
+1255ada19fe164a1aa4de8519e993644  kobo-0.3.2.tar.bz2


More information about the scm-commits mailing list