Mailinglist Archive: opensuse-commit (689 mails)

< Previous Next >
commit cron
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 06 Dec 2007 16:21:02 +0100
  • Message-id: <20071206152102.44DD16780DE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package cron
checked in at Thu Dec 6 16:21:02 CET 2007.

--------
--- cron/cron.changes 2007-11-28 12:16:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/cron/cron.changes 2007-12-05
15:48:49.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 5 15:47:53 CET 2007 - mkoenig@xxxxxxx
+
+- revert last change, it was wrong [#346150]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cron.spec ++++++
--- /var/tmp/diff_new_pack.b30348/_old 2007-12-06 16:20:01.000000000 +0100
+++ /var/tmp/diff_new_pack.b30348/_new 2007-12-06 16:20:01.000000000 +0100
@@ -19,7 +19,7 @@
AutoReqProv: on
PreReq: permissions %fillup_prereq %insserv_prereq
Version: 4.1
-Release: 135
+Release: 137
Summary: Cron Daemon
Source0: vixie-%name-%version.tar.bz2
Source1: %name.init
@@ -138,6 +138,8 @@
/usr/lib/cron

%changelog
+* Wed Dec 05 2007 - mkoenig@xxxxxxx
+- revert last change, it was wrong [#346150]
* Wed Nov 28 2007 - mkoenig@xxxxxxx
- fix calculation of time difference in run-crons script
* Tue Nov 27 2007 - mkoenig@xxxxxxx



++++++ run-crons ++++++
--- cron/run-crons 2007-11-28 12:37:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/cron/run-crons 2007-12-05 15:47:34.000000000
+0100
@@ -240,7 +240,7 @@
do
FILEDATE=`date -u -r $i +%s`
# allow for up to one hour in the future because of summer/wintertime
- if [ $((NOW - FILEDATE)) -gt 3600 ]
+ if [ $((FILEDATE - NOW)) -gt 3600 ]
then
rm $i
fi



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread