Mailinglist Archive: opensuse-commit (1644 mails)
| < Previous | Next > |
commit man
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 06 Oct 2008 17:45:57 +0200
- Message-id: <20081006154557.D78A767815D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package man
checked in at Mon Oct 6 17:45:57 CEST 2008.
--------
--- man/man.changes 2008-08-12 17:44:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/man/man.changes 2008-10-02
13:04:30.663362000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 2 13:03:40 CEST 2008 - werner@xxxxxxx
+
+- Fix option handling for renice in cron script (bnc#431027)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.NT5474/_old 2008-10-06 17:45:11.000000000 +0200
+++ /var/tmp/diff_new_pack.NT5474/_new 2008-10-06 17:45:11.000000000 +0200
@@ -31,7 +31,7 @@
BuildRequires: gettext gettext-devel
%endif
Version: 2.5.2
-Release: 1
+Release: 15
Summary: A Program for Displaying man Pages
License: GPL v2 or later
Url: https://savannah.nongnu.org/projects/man-db
@@ -283,6 +283,8 @@
%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man
%changelog
+* Thu Oct 02 2008 werner@xxxxxxx
+- Fix option handling for renice in cron script (bnc#431027)
* Tue Aug 12 2008 werner@xxxxxxx
- Update to version 2.5.2
* `man -H' (without a browser argument) was completely broken in
++++++ cron.daily.do_mandb ++++++
--- man/cron.daily.do_mandb 2008-04-22 16:07:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/man/cron.daily.do_mandb 2008-10-02
13:02:21.020968000 +0200
@@ -38,8 +38,8 @@
if type -p mandb > /dev/null 2>&1 ; then
typeset -r manpaths=$(manpath -g)
typeset -i errors=0
- renice +5 -p$$ > /dev/null || true
- ionice -c 3 -p$$ > /dev/null || true
+ renice +5 -p $$ > /dev/null || true
+ ionice -c 3 -p $$ > /dev/null || true
unset MANPATH
IFS=:
for mp in $manpaths; do
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |