Hello community,

here is the log from the commit of package at for openSUSE:Factory
checked in at Wed Apr 20 13:26:51 CEST 2011.



--------
--- at/at.changes       2011-04-07 16:40:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/at/at.changes  2011-04-19 10:01:10.000000000 
+0200
@@ -1,0 +2,6 @@
+Tue Apr 19 07:40:28 UTC 2011 - vci...@novell.com
+
+- wrong jobdir mtime handling fixed (bnc#680113) 
+  thanks to Ingo Schwarze
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  at-3.1.8-jobdir-mtime.patch

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

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.HcownY/_old  2011-04-20 13:26:32.000000000 +0200
+++ /var/tmp/diff_new_pack.HcownY/_new  2011-04-20 13:26:32.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Daemons
 AutoReqProv:    on
 Version:        3.1.8
-Release:        1097
+Release:        1100
 Summary:        A Job Manager
 Source:         at_3.1.8-11.tar.gz
 Source1:        atd.init
@@ -48,16 +48,18 @@
 Patch12:        %{name}-%{version}-queue-nice-level.patch
 # PATCH-FIX-UPSTREAM cleanup_perm fix permissions for unlink (bnc#478733)
 Patch13:        %{name}-%{version}-cleanup_perm.patch
-# PATCH-FIX-UPSTRAM pam-session-as-root (bnc#408986, bnc#239210)
+# PATCH-FIX-UPSTREAM pam-session-as-root (bnc#408986, bnc#239210)
 Patch14:        %{name}-%{version}-pam-session-as-root.patch
-# PATCH-FIX-UPSTRAM clean-up opened descriptors (bnc#533454, bnc#523346)
+# PATCH-FIX-UPSTREAM clean-up opened descriptors (bnc#533454, bnc#523346)
 Patch15:        %{name}-%{version}-leak-fix.patch
-#PATCH_FIX-OPENSUSE add proper system users to the deny list
+#PATCH-FIX-OPENSUSE add proper system users to the deny list
 Patch16:        at-3.1.8-denylist.patch
-#PATCH_FIX-OPENSUSE plan jobs with past time to tomorrow (bnc#672586)
+#PATCH-FIX-UPSTREAM plan jobs with past time to tomorrow (bnc#672586)
 Patch17:        %{name}-%{version}-tomorrow.patch
-#PATCH_FIX-OPENSUSE race condition of atrm against job execution (bnc#679857)
+#PATCH-FIX-UPSTREAM race condition of atrm against job execution (bnc#679857)
 Patch18:        %{name}-%{version}-atrm-race.patch
+#PATCH-FIX-UPSTREAM wrong mtime handling of jobdir (bnc#680113)
+Patch19:        %{name}-%{version}-jobdir-mtime.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq 
%insserv_prereq
 Recommends:     smtp_daemon
@@ -95,6 +97,7 @@
 %patch16
 %patch17 -p1
 %patch18
+%patch19
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}

++++++ at-3.1.8-jobdir-mtime.patch ++++++
Copyright (c) 2009 Ingo Schwarze <ischwa...@astaro.com>

This patch is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Index: atd.c
===================================================================
--- atd.c.orig
+++ atd.c
@@ -792,7 +792,7 @@ run_loop()
     if (stat(".", &buf) == -1)
        perr("Cannot stat " ATJOB_DIR);
 
-    if (nothing_to_do && buf.st_mtime <= last_chg)
+    if (nothing_to_do && buf.st_mtime == last_chg)
        return next_job;
     last_chg = buf.st_mtime;
 

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to