rpms/kobo/F-11 .cvsignore, 1.2, 1.3 kobo.spec, 1.1, 1.2 sources, 1.2, 1.3

dmach dmach at fedoraproject.org
Wed Jul 22 17:38:34 UTC 2009


Author: dmach

Update of /cvs/extras/rpms/kobo/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28696

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kobo/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Jun 2009 12:38:38 -0000	1.2
+++ .cvsignore	22 Jul 2009 17:38:34 -0000	1.3
@@ -1 +1 @@
-kobo-0.1.0.tar.bz2
+kobo-0.1.1.tar.bz2


Index: kobo.spec
===================================================================
RCS file: /cvs/extras/rpms/kobo/F-11/kobo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- kobo.spec	17 Jun 2009 12:38:38 -0000	1.1
+++ kobo.spec	22 Jul 2009 17:38:34 -0000	1.2
@@ -6,7 +6,7 @@
 %define debug_package %{nil}
 
 
-%define version 0.1.0
+%define version 0.1.1
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -22,8 +22,8 @@ Release:        %{?release_prefix}%{rele
 License:        LGPLv2
 Summary:        Python modules for tools development
 Group:          Development/Libraries
-URL:            http://fedorahosted.org/kobo/
-Source0:        http://fedorahosted.org/kobo/releases/%{name}-%{version}%{?release_suffix}.tar.bz2
+URL:            https://fedorahosted.org/kobo/
+Source0:        https://fedorahosted.org/releases/k/o/kobo/%{name}-%{version}%{?release_suffix}.tar.bz2
 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -131,5 +131,20 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 22 2009 Daniel Mach <dmach at redhat.com> - 0.1.1-1
+- Enhance types.Enum to support help_text and additonal options. Update tests for types module. (Daniel Mach)
+- Remove temp directory after file upload. (Tomas Kopecek)
+- Remove MANIFEST in make clean. (Daniel Mach)
+- Fix shortcuts.run to read complete stdout. (Jan Blazek)
+- Add rpmlib.get_file_list_from_header() which extracts file list, colors and checksums from a rpm header. (Daniel Mach)
+- Add get_digest_algo_from_header() function to read rpm digest algorithm. (Daniel Mach)
+- Update epydoc docstrings in kobo.rpmlib. (Daniel Mach)
+- Fix deadlock in run(). Use proc.poll() instead of proc.wait(). (Daniel Mach)
+- Update epydoc docstrings in kobo.shortcuts. (Daniel Mach)
+- Fix AtributeError when active_submenu is None. (Daniel Mach)
+- Return menu dict even if no menu is active. (Daniel Mach)
+- 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/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Jun 2009 12:38:38 -0000	1.2
+++ sources	22 Jul 2009 17:38:34 -0000	1.3
@@ -1 +1 @@
-54b2ffc6ed225df6c04c9140bdf12035  kobo-0.1.0.tar.bz2
+acea1862311063c9708e9023d5aa79d5  kobo-0.1.1.tar.bz2




More information about the scm-commits mailing list