rpms/kobo/EL-5 .cvsignore,1.5,1.6 kobo.spec,1.4,1.5 sources,1.5,1.6

dmach dmach at fedoraproject.org
Mon Feb 15 09:16:26 UTC 2010


Author: dmach

Update of /cvs/pkgs/rpms/kobo/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13014

Modified Files:
	.cvsignore kobo.spec sources 
Log Message:
kobo-0.2.1-1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kobo/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	5 Nov 2009 09:38:33 -0000	1.5
+++ .cvsignore	15 Feb 2010 09:16:25 -0000	1.6
@@ -1 +1 @@
-kobo-0.2.0.tar.bz2
+kobo-0.2.1.tar.bz2


Index: kobo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kobo/EL-5/kobo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- kobo.spec	5 Nov 2009 09:38:33 -0000	1.4
+++ kobo.spec	15 Feb 2010 09:16:25 -0000	1.5
@@ -5,7 +5,7 @@
 %define py_sitedir %{py_libdir}/site-packages
 %define debug_package %{nil}
 
-%define version 0.2.0
+%define version 0.2.1
 %define release 1
 # set git to %{nil} (release) or to YYYYMMDD.123456 (git build)
 %define git     %{nil}
@@ -77,6 +77,17 @@ Requires:       Django >= 1
 Hub is a xml-rpc and web interface to a task database.
 
 
+%package rpmlib
+Summary:        Functions to manipulate with RPM files
+Group:          Development/Libraries
+Requires:       kobo = %{version}-%{release}
+Requires:       rpm-python
+Requires:       koji
+
+%description rpmlib
+Rpmlib contains functions to manipulate with RPM files.
+
+
 %prep
 %setup -q -n %{name}-%{version}%{?release_suffix}
 
@@ -103,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{py_sitedir}/kobo/*.py*
+%exclude %{py_sitedir}/kobo/rpmlib.py*
 %doc AUTHORS
 %doc COPYING
 %doc LICENSE
@@ -128,7 +140,24 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/kobo/hub
 
 
+%files rpmlib
+%defattr(644,root,root,755)
+%{py_sitedir}/kobo/rpmlib.py*
+
+
 %changelog
+* Mon Feb 15 2010 Daniel Mach <dmach at redhat.com> - 0.2.1-1
+- Split rpmlib to a subpackage.
+- Add missing "compare_nvr" to __all__. (Daniel Mach)
+- Remove duplicate subtask removal in Task.wait(). (Tomas Kopecek)
+- Parent task didn't wake up even if all child tasks were finished. (Tomas Kopecek)
+- Change 'make log' to use C locales and automatically fill name and email from GIT. (Daniel Mach)
+- Fix spawn_subtask argument. (cherry picked from commit 374a4165c16d6b34fa486a38525753969e549415) (Tomas Kopecek)
+- Fix XML-RPC method registration. (original patch by Xuqing Kuang) (Daniel Mach)
+- Convert rpm.labelCompare's arguments to string to prevent segfaulting. Add compare_nvr tests. (Tomas Kopecek)
+- Add Task.get_time_display() to get time spent in task in human readable form. (Daniel Mach)
+- Use koji.get_sigpacket_key_id() to read sigkey id from a rpm header. (Daniel Mach)
+
 * 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)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kobo/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	5 Nov 2009 09:38:33 -0000	1.5
+++ sources	15 Feb 2010 09:16:26 -0000	1.6
@@ -1 +1 @@
-16052e7268a86561412a0a59448dbf1b  kobo-0.2.0.tar.bz2
+ea8937975c2a0895d4d486597c52677f  kobo-0.2.1.tar.bz2



More information about the scm-commits mailing list