Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2012-09-14 12:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and      /work/SRC/openSUSE:Factory/.icecream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icecream", Maintainer is "co...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icecream/icecream.changes        2012-09-11 
09:07:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2012-09-14 
12:26:19.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 17:44:35 CEST 2012 - r...@suse.de
+
+- prevent endless loop in last change 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ handle-extrafiles-on-assembler.patch ++++++
--- /var/tmp/diff_new_pack.Lelv3f/_old  2012-09-14 12:26:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Lelv3f/_new  2012-09-14 12:26:19.000000000 +0200
@@ -1,6 +1,6 @@
---- icecc-0.9.7.orig/client/arg.cpp
+--- icecc-0.9.7/client/arg.cpp
 +++ icecc-0.9.7/client/arg.cpp
-@@ -186,6 +186,19 @@ bool analyse_argv( const char * const *a
+@@ -186,6 +186,21 @@
                    if (!*pos)
                        break;
                }
@@ -10,8 +10,10 @@
 +                 */
 +                pos = a+3;
 +                while (*pos) {
-+                    if (*pos == ',' || *pos == ' ')
++                    if (*pos == ',' || *pos == ' ') {
++                      pos++;
 +                        continue;
++                  }
 +                    if (*pos == '-')
 +                        break;
 +                    local = true;

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

Reply via email to