[kobo] Bump version to 0.3.8.

dmach dmach at fedoraproject.org
Mon Feb 11 12:53:32 UTC 2013


commit cf5932d35ba7a38c6e9195ac1b9204ece00f88eb
Author: Daniel Mach <dmach at redhat.com>
Date:   Mon Feb 11 13:55:29 2013 +0100

    Bump version to 0.3.8.

 .gitignore |    1 +
 kobo.spec  |   15 ++++++++++++++-
 sources    |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03cae79..28e833a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /kobo-0.3.5.tar.bz2
 /kobo-0.3.6.tar.bz2
 /kobo-0.3.7.tar.bz2
+/kobo-0.3.8.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index aa7c8a3..76e0c5d 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.7
+%define version 0.3.8
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -162,6 +162,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 11 2013 Daniel Mach <dmach at redhat.com> - 0.3.8-1
+- Don't catch and mask any exceptions in cli.CommandOptionParser.run(). (Daniel Mach)
+- Set an empty keyring in rpmlib.get_rpm_header(). (Daniel Mach)
+- Format Fault's output to be nicer. (Tomas Tomecek)
+- Display error when cancelling task fails. (Tomas Tomecek)
+- Fix task cancelation method name. (Tomas Tomecek)
+- Add pkgset.SimpleRpmWrapper; support pickle by providing __getstate__() and __setstate__() methods. (Daniel Mach)
+- Enable searching in task list by label. (Tomas Tomecek)
+- Enable making custom queries in view task_list. (Tomas Tomecek)
+- Limit value length to 200 characters in tback.Traceback. (Daniel Mach)
+- Fix email.utils import to work with py2.4. (Daniel Mach)
+- Backwards compatibility bugfix in hub.models. (Tomas Tomecek)
+
 * Wed Jan 16 2013 Daniel Mach <dmach at redhat.com> - 0.3.7-1
 - Proxy support enhancement (Tomas Mlcoch)
 - Improve task ordering. (Daniel Mach)
diff --git a/sources b/sources
index 0657fa5..7bc33c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27416e8385aa058e84f3dfe6ad801836  kobo-0.3.7.tar.bz2
+76f7b994dd3af1ac74269e34294c354f  kobo-0.3.8.tar.bz2


More information about the scm-commits mailing list