Hello community, here is the log from the commit of package cscope for openSUSE:Factory checked in at 2014-11-24 11:09:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-09-05 09:16:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cscope.new/cscope.changes 2014-11-24 11:09:21.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 20 21:31:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in osc script +- add patches: + * cscope-15.8a-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- cscope-15.8a-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cscope.spec ++++++ --- /var/tmp/diff_new_pack.ly2JKC/_old 2014-11-24 11:09:23.000000000 +0100 +++ /var/tmp/diff_new_pack.ly2JKC/_new 2014-11-24 11:09:23.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package cscope # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Patch1: %{name}-null.patch Patch2: %{name}-15.7-gcc-warnings.patch Patch3: %{name}-15.7-vpath.patch +Patch4: %{name}-15.8a-fix-bashisms.patch Patch5: %{name}-cleanup_on_sigterm.patch Patch6: %{name}-egrep.out.patch BuildRequires: bison @@ -43,6 +44,7 @@ %patch1 -p1 %patch2 %patch3 +%patch4 -p1 %patch5 %patch6 -p1 ++++++ cscope-15.8a-fix-bashisms.patch ++++++ diff -Ndurp cscope-15.8a/contrib/ocs cscope-15.8a-fix-bashisms/contrib/ocs --- cscope-15.8a/contrib/ocs 2010-06-29 01:16:40.000000000 +0300 +++ cscope-15.8a-fix-bashisms/contrib/ocs 2014-10-19 19:16:03.210177402 +0300 @@ -168,7 +168,8 @@ create_list() if [ "${FORCE}" != "Y" ] then - echo "\n${LIST}" + echo + echo "$LIST" echo "Update the library? <(Y)es, (N)o, (Q)uit> [n] \c" read x y case $x in @@ -177,10 +178,11 @@ create_list() *) return ;; esac fi - echo "Updating library:\n ${LIST} \c" + echo "Updating library:" else - echo "Creating library:\n ${LIST} \c" + echo "Creating library:" fi + echo -n " ${LIST} " ( find . -follow -type f \( -name \*.[sScChHlyG] -o \ @@ -197,7 +199,8 @@ create_list() -print ) | grep -v SCCS | sort -u > ${LIST} - echo "\n`cat ${LIST} | wc -l` files listed" + echo + echo "`cat ${LIST} | wc -l` files listed" } # -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
