[kobo/el5/master] Bump to new upstream version - 0.3.1.

dmach dmach at fedoraproject.org
Tue Oct 19 11:27:01 UTC 2010


commit 324f3791d3e5e8f0e4e9adcce8fb4f8be70ecf2f
Author: Daniel Mach <dmach at redhat.com>
Date:   Tue Oct 19 13:27:42 2010 +0200

    Bump to new upstream version - 0.3.1.

 .gitignore                                         |    2 +-
 ...-argument-do-daemonized-worker-s-main_loo.patch |   22 -------------
 ...rpmlib.get_digest_algo_from_header-when-R.patch |   25 ---------------
 kobo.spec                                          |   33 ++++++++++++++++---
 sources                                            |    2 +-
 5 files changed, 29 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8175a8a..3e882c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-kobo-0.2.1.tar.bz2
+/kobo-0.3.1.tar.bz2
diff --git a/kobo.spec b/kobo.spec
index f3b2076..6cb0a40 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.0
-%define release 2
+%define version 0.3.1
+%define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
 
@@ -23,8 +23,6 @@ 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
-Patch0:         0001-Pass-conf-argument-do-daemonized-worker-s-main_loo.patch
-Patch1:         0002-Fix-kobo.rpmlib.get_digest_algo_from_header-when-R.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -90,10 +88,19 @@ Requires:       koji
 Rpmlib contains functions to manipulate with RPM files.
 
 
+%package admin
+Summary:        Kobo admin script for instant project deployment
+Group:          Development/Tools
+Requires:       kobo >= %{version}
+Requires:       Django >= 1
+
+%description admin
+Kobo admin provides templates for various kobo-based projects,
+incl. CLI, hub client, worker and hub.
+
+
 %prep
 %setup -q -n %{name}-%{version}%{?release_suffix}
-%patch0 -p1
-%patch1 -p1
 
 %build
 echo OK
@@ -147,8 +154,22 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{py_sitedir}/kobo/rpmlib.py*
 
+%files admin
+%defattr(644,root,root,755)
+%{py_sitedir}/kobo/admin
+%attr(755,root,root) /usr/bin/kobo-admin
+
 
 %changelog
+* Tue Oct 19 2010 Daniel Mach <dmach at redhat.com> - 0.3.1-1
+- Add help-admin command to display help for admin commands. (Daniel Mach)
+- Add config parser support for glob matching on dict keys. (Tomas Kopecek)
+- Implement timeout support in xmlrpc transports. (Daniel Mach)
+- Improve kobo.xmlrpc.CookieTransport to work with python 2.7 as well. (Daniel Mach)
+- Add kobo-admin utility. (Martin Bukatovic)
+- Add missing HttpResponseForbidden import to kobo.hub.views. (Daniel Mach)
+- Fix bug in "Show only my tasks" search option on Tasks page. (Daniel Mach)
+
 * Fri Aug 13 2010 Daniel Mach <dmach at redhat.com> - 0.3.0-2
 - Bump to new upstream version.
 - Fix kobo.rpmlib.get_digest_algo_from_header() when RPMTAG_FILEDIGESTALGO contains None value. (Daniel Mach)
diff --git a/sources b/sources
index 97dac7a..f3a4383 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-669cef7512b341f1d1609d5d5727e75e  kobo-0.3.0.tar.bz2
+39df4c0eee6a003df3d2261e19f766b9  kobo-0.3.1.tar.bz2


More information about the scm-commits mailing list