Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory 
checked in at 2013-04-02 20:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-03-25 
20:16:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.createrepo.new/createrepo.changes       
2013-04-02 20:26:43.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Mar 30 06:56:52 UTC 2013 - [email protected]
+
+- fix createrepo without clog_limit (bnc#812589)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ createrepo-0.9.9-worker-clog_limit.patch ++++++
--- /var/tmp/diff_new_pack.9DHQ4V/_old  2013-04-02 20:26:44.000000000 +0200
+++ /var/tmp/diff_new_pack.9DHQ4V/_new  2013-04-02 20:26:44.000000000 +0200
@@ -6,7 +6,7 @@
              v = None
          globalopts[k] = v
  
-+    if 'clog_limit' in globalopts:
++    if 'clog_limit' in globalopts and globalopts['clog_limit'] != None:
 +        globalopts['clog_limit'] = int(globalopts['clog_limit'])
 +
      

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to