commit scout for openSUSE:Factory
Hello community, here is the log from the commit of package scout for openSUSE:Factory checked in at Thu Mar 26 00:32:38 CET 2009. -------- --- scout/scout.changes 2008-11-18 13:39:20.000000000 +0100 +++ scout/scout.changes 2009-03-23 14:08:32.000000000 +0100 @@ -1,0 +2,22 @@ +Mon Mar 23 14:05:26 CET 2009 - prusnak@suse.cz + +- command-not-found: + * create cnf as symlink to command-not-found + * print info line before the search + +------------------------------------------------------------------- +Mon Feb 9 11:16:06 CET 2009 - prusnak@suse.cz + +- scout: + * fixed proper encoding of an error msg [bnc#460705] + * added -p option (inverse search by package name) + * don't exit successfully when nothing is found [bnc#466397] + * always return EX_NOTFOUND [bnc#466397] +- command-not-found: + * don't load all scout modules + * more tests in bash handler (don't run in subshell or pipe) + * check /usr/sbin and /sbin for binaries before using satsolver + * require COMMAND_NOT_FOUND_AUTO to be set to run search directly + * add documentation + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scout.spec ++++++ --- /var/tmp/diff_new_pack.h12837/_old 2009-03-26 00:29:39.000000000 +0100 +++ /var/tmp/diff_new_pack.h12837/_new 2009-03-26 00:29:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package scout (Version 0.1.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -20,7 +20,7 @@ Name: scout Version: 0.1.0 -Release: 28 +Release: 30 Url: http://en.opensuse.org/Scout License: X11/MIT Group: System/Packages @@ -84,12 +84,12 @@ %package -n command-not-found Version: 0.1.0 -Release: 35 +Release: 37 License: X11/MIT Group: System/Packages Summary: Command Not Found extension for shell Requires: python rpm-python -Requires: scout = %{version} +Requires: scout = %{version}-%{release} %if 0%{?suse_version} && 0%{?suse_version} <= 1100 Requires: bash(CommandNotFound) %endif @@ -114,7 +114,7 @@ # License: X11/MIT # Group: System/Packages # Summary: Import Error extension for python interpretter -# Requires: scout = %{version} +# Requires: scout = %{version}-%{release} # Requires: python(ImportError) # Requires: scout-python-%{scoutrepo} # @@ -158,6 +158,11 @@ %if %{cnfrepo} != none # --- command-not-found --- install -D -m 0755 handlers/bin/command-not-found $RPM_BUILD_ROOT%{_bindir}/command-not-found +ln -sf command-not-found $RPM_BUILD_ROOT%{_bindir}/cnf +# install manpage +install -D -m 0644 doc/command-not-found.1 $RPM_BUILD_ROOT%{_mandir}/man1/command-not-found.1 +ln -sf command-not-found.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/cnf.1.gz +# install shell handlers for shell in bash zsh; do install -D -m 644 handlers/bin/command_not_found_${shell} $RPM_BUILD_ROOT%{_sysconfdir}/${shell}_command_not_found sed -i 's:__REPO__:%{cnfrepo}:' $RPM_BUILD_ROOT%{_sysconfdir}/${shell}_command_not_found @@ -192,8 +197,10 @@ %files -n command-not-found -f command-not-found.lang %defattr(-,root,root) %doc handlers/bin/README +%{_bindir}/cnf %{_bindir}/command-not-found %config %{_sysconfdir}/*_command_not_found +%{_mandir}/man1/* %endif # %if %{scoutrepo} != none # @@ -204,6 +211,22 @@ # %endif %changelog +* Mon Mar 23 2009 prusnak@suse.cz +- command-not-found: + * create cnf as symlink to command-not-found + * print info line before the search +* Mon Feb 09 2009 prusnak@suse.cz +- scout: + * fixed proper encoding of an error msg [bnc#460705] + * added -p option (inverse search by package name) + * don't exit successfully when nothing is found [bnc#466397] + * always return EX_NOTFOUND [bnc#466397] +- command-not-found: + * don't load all scout modules + * more tests in bash handler (don't run in subshell or pipe) + * check /usr/sbin and /sbin for binaries before using satsolver + * require COMMAND_NOT_FOUND_AUTO to be set to run search directly + * add documentation * Tue Nov 18 2008 prusnak@suse.cz - check number of unique packages in command-not-found * Sat Nov 08 2008 prusnak@suse.cz ++++++ scout.tar.bz2 ++++++ ++++ 2841 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de