Accepting request 784552 from home:jirislaby:branches:devel:tools
- Update to 15.9 * Fix coverity scan warnings * cscope: Add ( and | as metachars in regex search * Adding chek on return code of search() in linemode * Fix DOS style line endings in one file; enable system C extensions, if available OBS-URL: https://build.opensuse.org/request/show/784552 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cscope?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
f3c9f57727
commit
259aa06ec8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4889d091f05aa0845384b1e4965aa31d2b20911fb2c001b2cdcffbcb7212d3af
|
|
||||||
size 613187
|
|
BIN
cscope-15.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
cscope-15.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 13 07:55:40 UTC 2020 - Jiri Slaby <jslaby@suse.com>
|
||||||
|
|
||||||
|
- Update to 15.9
|
||||||
|
* Fix coverity scan warnings
|
||||||
|
* cscope: Add ( and | as metachars in regex search
|
||||||
|
* Adding chek on return code of search() in linemode
|
||||||
|
* Fix DOS style line endings in one file; enable system C extensions,
|
||||||
|
if available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 23 15:14:36 UTC 2017 - kstreitova@suse.com
|
Thu Mar 23 15:14:36 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
11
cscope.spec
11
cscope.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cscope
|
# spec file for package cscope
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: cscope
|
Name: cscope
|
||||||
Version: 15.8b
|
Version: 15.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interactive Tool for Browsing C Source Code
|
Summary: Interactive Tool for Browsing C Source Code
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Navigators
|
Group: Development/Tools/Navigators
|
||||||
Url: http://cscope.sourceforge.net/
|
URL: http://cscope.sourceforge.net/
|
||||||
Source: http://sourceforge.net/projects/cscope/files/cscope/%{version}/%{name}-%{version}.tar.gz
|
Source: http://sourceforge.net/projects/cscope/files/cscope/%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch1: cscope-null.patch
|
Patch1: cscope-null.patch
|
||||||
Patch2: cscope-15.7-gcc-warnings.patch
|
Patch2: cscope-15.7-gcc-warnings.patch
|
||||||
@@ -67,7 +67,8 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc TODO COPYING ChangeLog AUTHORS README NEWS
|
%doc TODO ChangeLog AUTHORS README NEWS
|
||||||
|
%license COPYING
|
||||||
%{_mandir}/man1/cscope.1%{ext_man}
|
%{_mandir}/man1/cscope.1%{ext_man}
|
||||||
%{_bindir}/cscope
|
%{_bindir}/cscope
|
||||||
%{_bindir}/ocs
|
%{_bindir}/ocs
|
||||||
|
Reference in New Issue
Block a user