Hello community,

here is the log from the commit of package ooRexx for openSUSE:Factory checked 
in at 2017-12-08 13:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ooRexx (Old)
 and      /work/SRC/openSUSE:Factory/.ooRexx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ooRexx"

Fri Dec  8 13:01:47 2017 rev:17 rq:555080 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ooRexx/ooRexx.changes    2017-01-10 
10:52:38.381919873 +0100
+++ /work/SRC/openSUSE:Factory/.ooRexx.new/ooRexx.changes       2017-12-08 
13:02:06.775446628 +0100
@@ -1,0 +2,5 @@
+Wed Dec  6 17:26:42 UTC 2017 - erico.mendo...@suse.com
+
+- ooRexx-4.2.0-gcc6.patch: Updated to fix compilation errors on rexxutil with 
GCC6.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ooRexx.spec ++++++
--- /var/tmp/diff_new_pack.EwSkpr/_old  2017-12-08 13:02:08.095398957 +0100
+++ /var/tmp/diff_new_pack.EwSkpr/_new  2017-12-08 13:02:08.099398813 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ooRexx
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -84,8 +84,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  subversion
 BuildRequires:  procps
+BuildRequires:  subversion
 
 %if 0%{?suse_version} > 1230
 

++++++ ooRexx-4.2.0-gcc6.patch ++++++
--- /var/tmp/diff_new_pack.EwSkpr/_old  2017-12-08 13:02:08.119398091 +0100
+++ /var/tmp/diff_new_pack.EwSkpr/_new  2017-12-08 13:02:08.119398091 +0100
@@ -405,3 +405,14 @@
          #define LITEND *mfctop             // named flag; 1=little-endian
  
          return LITEND == 0;
+--- ooRexx-4.2.0/extensions/rexxutil/platform/unix/rexxutil.cpp-orig   
2017-12-06 15:06:56.589056503 -0200
++++ ooRexx-4.2.0/extensions/rexxutil/platform/unix/rexxutil.cpp        
2017-12-06 15:07:38.380941637 -0200
+@@ -1701,7 +1701,7 @@
+     num++;
+ 
+     ptr = mystrstr(line, target, len, args[0].strlength, sensitive);
+-    if (ptr != '\0') {
++    if (!ptr) {
+       if (linenums) {
+         sprintf(ldp.ibuf, "%d ", (int)num);
+         len2 = strlen(ldp.ibuf);


Reply via email to