[kobo] Bump version to 0.5.0.

dmach dmach at fedoraproject.org
Sat Nov 15 15:28:59 UTC 2014


commit c698ec68c51033925932c95eae6a056534cdecd7
Author: Daniel Mach <dmach at redhat.com>
Date:   Sat Nov 15 16:27:57 2014 +0100

    Bump version to 0.5.0.

 .gitignore |    1 +
 kobo.spec  |   25 ++++++++++++++++++++-----
 sources    |    2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5621f69..151fc9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /kobo-0.4.1.tar.bz2
 /kobo-0.4.2.tar.bz2
 /kobo-0.4.3.tar.bz2
+/kobo-0.5.0.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index 62818da..110509a 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -37,8 +37,8 @@
 
 
 Name:           kobo
-Version:        0.4.3
-Release:        2%{?dist}
+Version:        0.5.0
+Release:        1%{?dist}
 License:        LGPLv2
 Summary:        Python modules for tools development
 Group:          Development/Libraries
@@ -65,7 +65,7 @@ Kobo is a set of python modules designed for rapid tools development.
 Summary:        Django components
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
-Requires:       Django >= 1.5
+Requires:       python-django >= 1.6
 
 %description django
 Django components.
@@ -102,7 +102,7 @@ Worker daemon processing tasks submitted to the hub.
 Summary:        Xml-rpc and web interface to a task database
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
-Requires:       Django >= 1.5
+Requires:       python-django >= 1.6
 Requires:       gzip
 
 %description hub
@@ -126,7 +126,7 @@ Rpmlib contains functions to manipulate with RPM files.
 Summary:        Kobo admin script for instant project deployment
 Group:          Development/Tools
 Requires:       kobo >= %{version}
-Requires:       Django >= 1.5
+Requires:       python-django >= 1.6
 
 %description admin
 Kobo admin provides templates for various kobo-based projects,
@@ -227,6 +227,21 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 15 2014 Daniel Mach <dmach at redhat.com> - 0.5.0-1
+- Modify shortcuts.run() to pass all **kwargs to Popen(). (Daniel Mach)
+- Admin page for kobo.auth.User (Tomas Kopecek)
+- Unset active menu if no other menu is active (Lubomír Sedlář)
+- Allow rendering menu for bootstrap's navbar (Lubomír Sedlář)
+- Handle menu items without text as dividers (Lubomír Sedlář)
+- allow --force in resubmit-tasks CLI command (Tomas Kopecek)
+- Django 1.6 db transaction model (Tomas Kopecek)
+- CLI command for viewing log files (Tomas Kopecek)
+- Display overall time in task page (Tomas Kopecek)
+- Fix shortcuts.run() to handle errno.EINTR correctly. (Tomas Tomecek)
+- Don't count assigned tasks into worker load. (Tomas Tomecek)
+- Human readable state exceptions. (Tomas Kopecek)
+- Human readable JSONField. (Tomas Kopecek)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 13e3a8e..3af5e4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca73d8d99de4b8c933698ed44e131928  kobo-0.4.3.tar.bz2
+0a0d40db9f0cd34ba5104e9f83990f49  kobo-0.5.0.tar.bz2


More information about the scm-commits mailing list