[kobo] Bump version to 0.4.2.

dmach dmach at fedoraproject.org
Tue Dec 17 13:27:10 UTC 2013


commit b38060d8fb683fa8c5ea9d1b8d897793b57fc136
Author: Daniel Mach <dmach at redhat.com>
Date:   Tue Dec 17 14:26:54 2013 +0100

    Bump version to 0.4.2.

 .gitignore |    1 +
 kobo.spec  |   25 ++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0222268..78c3539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kobo-0.3.8.tar.bz2
 /kobo-0.4.0.tar.bz2
 /kobo-0.4.1.tar.bz2
+/kobo-0.4.2.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index e9c594f..cffeff3 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -28,9 +28,16 @@
 %define with_hub 0
 %endif
 
+# Turn off Django support for Fedora <= 18 - Django 1.5 is not included
+%if 0%{?fedora} && 0%{?fedora} <= 18
+%define with_admin 0
+%define with_django 0
+%define with_hub 0
+%endif
+
 
 Name:           kobo
-Version:        0.4.1
+Version:        0.4.2
 Release:        1%{?dist}
 License:        LGPLv2
 Summary:        Python modules for tools development
@@ -218,6 +225,22 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 17 2013 Daniel Mach <dmach at redhat.com> - 0.4.2-1
+- Revamp make_nvr() and make_nvra(), make them public (add to __all__), add tests. (Daniel Mach)
+- Fix: display subtasks in task's detail view (Tomas Tomecek)
+- Fix JSONField (load and dump) (Tomas Tomecek)
+- Fix CSRF exemption in XML-RPC handler factory (Tomas Tomecek)
+- View simplifications (Tomas Kopecek)
+- Translate everything in templates (Tomas Kopecek)
+- Additional fields visible in admin, searching/filtering (Tomas Kopecek)
+- Use more proper class-based style for generic forms (Tomas Kopecek)
+- Refactored generic views. (Tomas Kopecek)
+- Fix rtf content type test for py2.4. (Daniel Mach)
+- Add FileCache.items() to export items() and also fix py3. (Daniel Mach)
+- Remove slots from most places. (Daniel Mach)
+- Improve shortcuts.parse_checksum_line() to support escaped checksum lines. (Daniel Mach)
+- Add 'executable' argument to shortcuts.run(). (Daniel Mach)
+
 * 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)
diff --git a/sources b/sources
index 694a2f2..2acfe8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44c1ba2c0355c276abf5f48de8812336  kobo-0.4.1.tar.bz2
+e7cab458d4d1e5bcea0adbdface3aee2  kobo-0.4.2.tar.bz2


More information about the scm-commits mailing list