[kobo] Bump version to 0.4.1.

dmach dmach at fedoraproject.org
Mon Oct 14 08:08:00 UTC 2013


commit 995314318a0d5e16dce30df1c4cca2b0ca45d32c
Author: Daniel Mach <dmach at redhat.com>
Date:   Mon Oct 14 10:07:49 2013 +0200

    Bump version to 0.4.1.

 .gitignore |    1 +
 kobo.spec  |   11 +++++++++--
 sources    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff94b5e..0222268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /kobo-0.3.7.tar.bz2
 /kobo-0.3.8.tar.bz2
 /kobo-0.4.0.tar.bz2
+/kobo-0.4.1.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index cc46cec..e9c594f 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -30,8 +30,8 @@
 
 
 Name:           kobo
-Version:        0.4.0
-Release:        2%{?dist}
+Version:        0.4.1
+Release:        1%{?dist}
 License:        LGPLv2
 Summary:        Python modules for tools development
 Group:          Development/Libraries
@@ -186,6 +186,7 @@ rm -rf $RPM_BUILD_ROOT
 %files client
 %defattr(644,root,root,755)
 %{python_sitelib}/kobo/client
+%{python_sitelib}/kobo/client/default.conf
 %endif
 
 
@@ -217,6 +218,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 14 2013 Daniel Mach <dmach at redhat.com> - 0.4.1-1
+- Return 'nosrc' arch when RPMTAG_NOPATCH RPM header is set. (Daniel Mach)
+- Fix 'ImproperlyConfigured: The SECRET_KEY setting must not be empty.' exception in test_types.py. (Daniel Mach)
+- Fix setup script to install additional package data. (Daniel Mach)
+- Fix reading RPMTAG_NOSOURCE and RPMTAG_NOPATCH headers from 'nosrc' RPMs. (Daniel Mach)
+
 * Mon Jul 29 2013 Daniel Mach <dmach at redhat.com> - 0.4.0-2
 - Drop admin subpackage on rhel <= 5
 - Drop admin, django and hub subpackages on epel 6
diff --git a/sources b/sources
index e5ac5e7..694a2f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9774da41fcd3b60b0e729234ec7f6c2  kobo-0.4.0.tar.bz2
+44c1ba2c0355c276abf5f48de8812336  kobo-0.4.1.tar.bz2


More information about the scm-commits mailing list