Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-06-25 15:24:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and      /work/SRC/openSUSE:Factory/.crmsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crmsh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes      2014-06-23 
09:24:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-06-25 
15:24:41.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 25 08:40:22 UTC 2014 - kgronl...@suse.com
+
+- low: history: remove existing report directory on refresh
+- upstream: 2.0.0-149-gfb2c8c0591cb 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.IAcipZ/_old  2014-06-25 15:24:42.000000000 +0200
+++ /var/tmp/diff_new_pack.IAcipZ/_new  2014-06-25 15:24:42.000000000 +0200
@@ -41,7 +41,7 @@
 Summary:        High Availability cluster command-line interface
 License:        GPL-2.0+
 Group:          %{pkg_group}
-Version:        2.0+git147
+Version:        2.0+git149
 Release:        %{?crmsh_release}%{?dist}
 Url:            http://crmsh.github.io
 Source0:        crmsh.tar.bz2

++++++ crmsh.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/modules/report.py new/crmsh/modules/report.py
--- old/crmsh/modules/report.py 2014-06-19 19:55:09.000000000 +0200
+++ new/crmsh/modules/report.py 2014-06-24 23:58:40.000000000 +0200
@@ -689,6 +689,7 @@
         if os.path.isdir(loc):
             if (os.stat(bfname).st_mtime - os.stat(loc).st_mtime) < 60:
                 return loc
+            rmdir_r(loc)
         cwd = os.getcwd()
         if parentdir:
             try:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to