Hello community, here is the log from the commit of package makewhat for openSUSE:Factory checked in at 2013-08-07 11:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/makewhat (Old) and /work/SRC/openSUSE:Factory/.makewhat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makewhat" Changes: -------- --- /work/SRC/openSUSE:Factory/makewhat/makewhat.changes 2011-09-23 02:12:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.makewhat.new/makewhat.changes 2013-08-07 11:58:29.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 6 06:48:07 UTC 2013 - [email protected] + +- Redirect stderr of whatis(1) to catch standard warning message + of whatis(1) (bnc#832678) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ makewhat.spec ++++++ --- /var/tmp/diff_new_pack.Ay9M9J/_old 2013-08-07 11:58:29.000000000 +0200 +++ /var/tmp/diff_new_pack.Ay9M9J/_new 2013-08-07 11:58:29.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package makewhat (Version 2009.6.17) +# spec file for package makewhat # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,17 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: makewhat -License: GPL-2.0+ -Group: System/Base Requires: man -AutoReqProv: on Version: 2009.6.17 -Release: 1 +Release: 0 Summary: Create a whatis Database +License: GPL-2.0+ +Group: System/Base Source: makewhat.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ makewhat.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/makewhat/makewhatis new/makewhat/makewhatis --- old/makewhat/makewhatis 1999-12-15 15:31:37.000000000 +0100 +++ new/makewhat/makewhatis 2013-08-06 08:53:14.000000000 +0200 @@ -17,7 +17,9 @@ # make this script able to use the manpath program and # try to get /usr/ within ro state after first run. # - +# * Tue Aug 6 08:52:14 CEST 2013 - Werner Fink, <[email protected]> +# Redirect stderr of whatis(1) to catch standard warning message +# of whatis(1) (bnc#832678) # # For debugging # @@ -104,7 +106,7 @@ else output="/dev/null" fi - whatis -M$loc -w '*' > >(exec sed ' + whatis -M$loc -w '*' 2>/dev/null > >(exec sed ' /^\*: nothing appropriate.$/D; # Remove whatis message about * s/^\"//g; # Remove leading double quotes s/[ ]\+$//g; # Remove trailing spaces -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
