[kobo] Bump version to 0.3.7.

dmach dmach at fedoraproject.org
Wed Jan 16 13:40:58 UTC 2013


commit 8626b694020f64386c69d30f250260240a705642
Author: Daniel Mach <dmach at redhat.com>
Date:   Wed Jan 16 14:41:28 2013 +0100

    Bump version to 0.3.7.

 .gitignore |    1 +
 kobo.spec  |   22 ++++++++++++++++++----
 sources    |    2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1031978..03cae79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /kobo-0.3.5.tar.bz2
 /kobo-0.3.6.tar.bz2
+/kobo-0.3.7.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index 472fea9..aa7c8a3 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -5,8 +5,8 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-%define version 0.3.6
-%define release 2
+%define version 0.3.7
+%define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
 
@@ -162,8 +162,22 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Wed Jan 16 2013 Daniel Mach <dmach at redhat.com> - 0.3.7-1
+- Proxy support enhancement (Tomas Mlcoch)
+- Improve task ordering. (Daniel Mach)
+- Better formatting in Traceback output. (Tomas Tomecek)
+- Add JSONField.value_to_string() method. (Tomas Tomecek)
+- Improve task dir deletion and task files view. (Tomas Tomecek)
+- allow line buffering for shortcuts.run() (Tomas Kopecek)
+- Allow to specify buffer_size in shortcuts.run(). (Daniel Mach)
+- Add rpmlib.get_changelogs_from_header() and pkgset.RpmWrapper.changelogs. (Daniel Mach)
+- Support https_proxy environ variable (Tomas Mlcoch)
+- Create pid file in a more secure way. (Daniel Mach)
+- Create empty kobo.django.auth.models module to fix crashes in Django 1.4. (Daniel Mach)
+- Add shortcuts.makedirs() function which is identical to os.makedirs but doesn't fail on existing dirs. (Daniel Mach)
+- Fix typo in the 404.html template. (Daniel Mach)
+- Fix traceback on undefined workdir in kobo.shortcuts.run(). (Daniel Mach)
+- Add help-rst command which generates rst documentation for all CommandOptionParser's commands. (Daniel Mach)
 
 * 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)
diff --git a/sources b/sources
index 8333e89..0657fa5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21ede572d4e81b3072f0fd37aee7875c  kobo-0.3.6.tar.bz2
+27416e8385aa058e84f3dfe6ad801836  kobo-0.3.7.tar.bz2


More information about the scm-commits mailing list