Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory 
checked in at 2013-03-25 20:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/createrepo (Old)
 and      /work/SRC/openSUSE:Factory/.createrepo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "createrepo", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/createrepo/createrepo.changes    2012-02-17 
12:00:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.createrepo.new/createrepo.changes       
2013-03-25 20:16:54.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 22 23:34:31 UTC 2013 - [email protected]
+
+- added createrepo-0.9.9-worker-clog_limit.patch in order to
+  fix "creatrepo --changelog-limit <num> ..."
+
+-------------------------------------------------------------------

New:
----
  createrepo-0.9.9-worker-clog_limit.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ createrepo.spec ++++++
--- /var/tmp/diff_new_pack.jBAejv/_old  2013-03-25 20:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.jBAejv/_new  2013-03-25 20:16:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package createrepo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           createrepo
 Version:        0.9.9
 Release:        0
@@ -31,6 +32,7 @@
 Patch7:         createrepo-0.9.9-generate-gzip-headers.patch
 Patch8:         createrepo-0.9.9-disable-symlinks.patch
 Patch9:         createrepo-0.9.8-workaround-umask-reset.patch
+Patch10:        createrepo-0.9.9-worker-clog_limit.patch
 BuildRequires:  python-devel
 Requires:       python-deltarpm
 Requires:       python-lxml
@@ -58,6 +60,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9
+%patch10 -p1
 sed -i "1d" createrepo/{readMetadata,yumbased,utils,deltarpms,merge}.py # Fix 
non-executable scripts (remove she-bang line)
 
 %build

++++++ createrepo-0.9.9-worker-clog_limit.patch ++++++
Index: createrepo-0.9.9/worker.py
===================================================================
--- createrepo-0.9.9.orig/worker.py
+++ createrepo-0.9.9/worker.py
@@ -61,6 +61,9 @@ def main(args):
             v = None
         globalopts[k] = v
 
+    if 'clog_limit' in globalopts:
+        globalopts['clog_limit'] = int(globalopts['clog_limit'])
+
     
     reldir = external_data['_reldir']
     ts = rpmUtils.transaction.initReadOnlyTransaction()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to