Accepting request 351740 from devel:tools

1

OBS-URL: https://build.opensuse.org/request/show/351740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cscope?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2016-01-05 20:54:56 +00:00 committed by Git OBS Bridge
commit e0a3c0319b
5 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
size 601232

3
cscope-15.8b.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af
size 613187

View File

@ -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)

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 2 23:03:49 UTC 2016 - p.drouand@gmail.com
- 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
-------------------------------------------------------------------
Thu Apr 2 17:36:01 UTC 2015 - mpluskal@suse.com

View File

@ -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