From a0cf96049e5f9a19a0a5c39cc2774caf40375cd6 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 5 Mar 2016 15:12:11 +0000 Subject: [PATCH] upgrading package: cscope 15.8 -> 15.8b --- cscope/cscope.patch | 12 ++++++------ cscope/cscope.spec | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cscope/cscope.patch b/cscope/cscope.patch index 3b4221b954..bfb70957d0 100644 --- a/cscope/cscope.patch +++ b/cscope/cscope.patch @@ -1,16 +1,16 @@ Index: Makefile.in ---- Makefile.in.orig 2006-09-30 17:14:58 +0200 -+++ Makefile.in 2006-10-24 08:52:41 +0200 -@@ -202,12 +202,9 @@ +--- Makefile.in.orig 2016-03-05 16:10:45.852581000 +0100 ++++ Makefile.in 2016-03-05 16:11:17.663273268 +0100 +@@ -330,12 +330,9 @@ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) -- cd $(srcdir) && $(AUTOCONF) +- $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) -- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ diff --git a/cscope/cscope.spec b/cscope/cscope.spec index e88a091839..3f8608d080 100644 --- a/cscope/cscope.spec +++ b/cscope/cscope.spec @@ -31,11 +31,11 @@ Distribution: OpenPKG Community Class: PLUS Group: Development License: BSD -Version: 15.8 -Release: 20120616 +Version: 15.8b +Release: 20160305 # list of sources -Source0: http://download.sourceforge.net/cscope/cscope-%{version}.tar.bz2 +Source0: http://download.sourceforge.net/cscope/cscope-%{version}.tar.gz Patch0: cscope.patch # build information @@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20100101, ncurses prog cscope = { version = %{version} url = http://sourceforge.net/projects/cscope/files/ - regex = cscope-(__VER__)\.tar\.bz2 + regex = cscope-(__VER__)\.tar\.gz } %prep