[kobo] Bump version to 0.4.3.

dmach dmach at fedoraproject.org
Fri Jan 17 12:29:33 UTC 2014


commit e64ce298127b6bc0412bcc762c06daf85e934874
Author: Daniel Mach <dmach at redhat.com>
Date:   Fri Jan 17 13:29:43 2014 +0100

    Bump version to 0.4.3.

 .gitignore |    1 +
 kobo.spec  |   13 ++++++++++---
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78c3539..5621f69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /kobo-0.4.0.tar.bz2
 /kobo-0.4.1.tar.bz2
 /kobo-0.4.2.tar.bz2
+/kobo-0.4.3.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index cffeff3..1db756e 100644
--- a/kobo.spec
+++ b/kobo.spec
@@ -37,13 +37,13 @@
 
 
 Name:           kobo
-Version:        0.4.2
+Version:        0.4.3
 Release:        1%{?dist}
 License:        LGPLv2
 Summary:        Python modules for tools development
 Group:          Development/Libraries
 URL:            https://fedorahosted.org/kobo/
-Source0:        https://fedorahosted.org/releases/k/o/kobo/%{name}-%{version}%{?release_suffix}.tar.bz2
+Source0:        https://fedorahosted.org/releases/k/o/kobo/%{name}-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -77,7 +77,9 @@ Django components.
 Summary:        CLI client
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
+%if "%{python_version}" == "2.4"
 Requires:       python-simplejson
+%endif
 
 %description client
 CLI client.
@@ -133,7 +135,7 @@ incl. CLI, hub client, worker and hub.
 
 
 %prep
-%setup -q -n %{name}-%{version}%{?release_suffix}
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -225,6 +227,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 17 2014 Daniel Mach <dmach at redhat.com> - 0.4.3-1
+- Rename User model to properly adjust to older db schema. (Tomas Kopecek)
+- Fix typo in login template. (Tomas Kopecek)
+- Switch from simplejson to json. (Daniel Mach)
+
 * 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)
diff --git a/sources b/sources
index 2acfe8d..13e3a8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7cab458d4d1e5bcea0adbdface3aee2  kobo-0.4.2.tar.bz2
+ca73d8d99de4b8c933698ed44e131928  kobo-0.4.3.tar.bz2


More information about the scm-commits mailing list