Hello community,

here is the log from the commit of package cscope for openSUSE:Factory checked 
in at 2016-01-05 21:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cscope (Old)
 and      /work/SRC/openSUSE:Factory/.cscope.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cscope"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cscope/cscope.changes    2015-04-07 
09:29:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cscope.new/cscope.changes       2016-01-05 
21:55:22.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Jan  2 23:03:49 UTC 2016 - [email protected]
+
+- Update to version 15.8b
+  * configure.in: Add check to enable C system extensions (like
+    _GNU_SOURCE), if available.
+  * contrib/cctree.txt: Format change: file had DOS line endings for
+    some reason.
+- Adapt cscope-egrep.out.patch to upstream changes
+
+-------------------------------------------------------------------

Old:
----
  cscope-15.8a.tar.gz

New:
----
  cscope-15.8b.tar.gz

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

Other differences:
------------------
++++++ cscope.spec ++++++
--- /var/tmp/diff_new_pack.N7n7sL/_old  2016-01-05 21:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.N7n7sL/_new  2016-01-05 21:55:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cscope
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           cscope
-Version:        15.8a
+Version:        15.8b
 Release:        0
 Summary:        Interactive Tool for Browsing C Source Code
 License:        BSD-3-Clause

++++++ cscope-15.8a.tar.gz -> cscope-15.8b.tar.gz ++++++
++++ 16582 lines of diff (skipped)

++++++ cscope-egrep.out.patch ++++++
--- /var/tmp/diff_new_pack.N7n7sL/_old  2016-01-05 21:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.N7n7sL/_new  2016-01-05 21:55:24.000000000 +0100
@@ -4,12 +4,12 @@
 #
 --- cscope-15.7a/src/egrep.y   2008-03-12 15:43:56.000000000 -0500
 +++ cscope-15.7a.orig/src/egrep.y      2011-06-09 15:32:08.809669622 -0500
-@@ -592,12 +592,22 @@ egrep(char *file, FILE *output, char *fo
+@@ -612,12 +612,22 @@
                succeed:
                    fprintf(output, format, file, lnum);
                    if (p <= nlp) {
--                      while (nlp < &buf[2*BUFSIZ])
-+                      while (nlp < &buf[2*BUFSIZ]) {
+-                      while (nlp < buf_end)
++                      while (nlp < buf_end) {
 +                          if ('\r' == *nlp) {
 +                              nlp++;
 +                              continue;
@@ -25,7 +25,7 @@
 +                          continue;
 +                      }
                        putc(*nlp++, output);
-+                  }
++                      }
                    lnum++;
                    nlp = p;
-                   if ((out[(cstat=istat)]) == 0)
+                   if (out[cstat = istat] == 0)


Reply via email to