rpms/kobo/devel .cvsignore, 1.4, 1.5 kobo.spec, 1.4, 1.5 sources, 1.4, 1.5

dmach dmach at fedoraproject.org
Thu Nov 5 09:08:31 UTC 2009


Author: dmach

Update of /cvs/extras/rpms/kobo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11060

Modified Files:
	.cvsignore kobo.spec sources 
Log Message:
update to kobo-0.2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	18 Aug 2009 14:54:46 -0000	1.4
+++ .cvsignore	5 Nov 2009 09:08:31 -0000	1.5
@@ -1 +1 @@
-kobo-0.1.2.tar.bz2
+kobo-0.2.0.tar.bz2


Index: kobo.spec
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/kobo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- kobo.spec	18 Aug 2009 14:54:46 -0000	1.4
+++ kobo.spec	5 Nov 2009 09:08:31 -0000	1.5
@@ -5,8 +5,7 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-
-%define version 0.1.2
+%define version 0.2.0
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -63,7 +62,6 @@ CLI client.
 Summary:        Worker daemon processing tasks submitted to the hub
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
-Requires:       python-krbV
 
 %description worker
 Worker daemon processing tasks submitted to the hub.
@@ -74,9 +72,6 @@ Summary:        Xml-rpc and web interfac
 Group:          Development/Libraries
 Requires:       kobo = %{version}-%{release}
 Requires:       Django >= 1
-Requires:       httpd
-Requires:       mod_auth_kerb
-Requires:       postgresql-server
 
 %description hub
 Hub is a xml-rpc and web interface to a task database.
@@ -108,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitedir}/kobo/*.py*
+%doc AUTHORS
+%doc COPYING
+%doc LICENSE
 
 
 %files django
@@ -131,6 +129,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov  5 2009 Daniel Mach <dmach at redhat.com> - 0.2.0-1
+- Rewrite menu to get rid of tuples in menu definition. Always use MenuItem classes. (Daniel Mach)
+- Send task logs to hub to enable realtime log watching. (Daniel Mach)
+- Add menu_item helper. (Tomas Kopecek)
+- New version of menu component. (Tomas Kopecek)
+- Order tasks to assign by priority first. (Daniel Mach)
+- Fix spacing errors to be more PEP 8 compliant. (Daniel Mach)
+- Handle SystemExit in TaskManager.run_task(). (Daniel Mach)
+- Add a shortcut and pkgset support for computing hashlib based hashes. (Daniel Mach)
+- Add hack enabling 'VERBOSE' log level in the python logging module and Logger class. (Daniel Mach)
+- Run tests in alphabetical order. (Daniel Mach)
+- Fix TaskAdmin to search for user in correct db field. (Tomas Kopecek)
+- More convenient admin listing for Worker model. (Tomas Kopecek)
+- Add files to cache faster (skip stat call when possible). (Tomas Kopecek)
+- Remove deps on postgresql, httpd, mod_auth_kerb and python-krbV.
+- Add AUTHORS, COPYING and LICENSE to kobo.rpm.
+
 * Tue Aug 18 2009 Daniel Mach <dmach at redhat.com> - 0.1.2-1
 - Read default paginate_by value from settings in kobo.django.views.generic.object_list. (Tomas Kopecek)
 - Add read_from_file() and rename save() to save_to_file() in kobo.shortcuts. (Daniel Mach)
@@ -164,5 +179,6 @@ rm -rf $RPM_BUILD_ROOT
 - Do not allow to register plugins to PluginContainer base class. Add several tests. (Daniel Mach)
 - Add test runner. (Daniel Mach)
 - Add support for empty submenus. (Martin Magr)
+
 * Wed Jun 17 2009 Daniel Mach <dmach at redhat.com> - 0.1.0-1
 - first release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kobo/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	18 Aug 2009 14:54:46 -0000	1.4
+++ sources	5 Nov 2009 09:08:31 -0000	1.5
@@ -1 +1 @@
-122aa3b0b2a1cec7a71cfbed8b54f51b  kobo-0.1.2.tar.bz2
+16052e7268a86561412a0a59448dbf1b  kobo-0.2.0.tar.bz2




More information about the scm-commits mailing list