Mailinglist Archive: opensuse-commit (1774 mails)

< Previous Next >
commit at for openSUSE:Factory

Hello community,

here is the log from the commit of package at for openSUSE:Factory
checked in at Wed Feb 2 02:15:21 CET 2011.



--------
--- at/at.changes 2010-11-10 13:51:32.000000000 +0100
+++ /mounts/work_src_done/STABLE/at/at.changes 2011-02-01 10:52:01.000000000
+0100
@@ -1,0 +2,6 @@
+Tue Feb 1 09:49:43 UTC 2011 - vcizek@xxxxxxxxxx
+
+- at now shifts jobs with passed time without a date to tomorrow
+ (bnc#668485)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
at-3.1.8-tomorrow.patch

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

Other differences:
------------------
++++++ at.spec ++++++
--- /var/tmp/diff_new_pack.bxDEpE/_old 2011-02-02 02:14:49.000000000 +0100
+++ /var/tmp/diff_new_pack.bxDEpE/_new 2011-02-02 02:14:49.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package at (Version 3.1.8)
+# spec file for package at
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,7 +26,7 @@
Group: System/Daemons
AutoReqProv: on
Version: 3.1.8
-Release: 1087
+Release: 1088
Summary: A Job Manager
Source: at_3.1.8-11.tar.gz
Source1: atd.init
@@ -54,6 +54,7 @@
Patch15: %{name}-%{version}-leak-fix.patch
#PATCH_FIX-OPENSUSE add proper system users to the deny list
Patch16: at-3.1.8-denylist.patch
+Patch17: %{name}-%{version}-tomorrow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq
%insserv_prereq
Recommends: smtp_daemon
@@ -89,6 +90,7 @@
%patch14
%patch15
%patch16
+%patch17 -p1

%build
%{?suse_update_config:%{suse_update_config -f}}

++++++ at-3.1.8-tomorrow.patch ++++++
Index: at-3.1.8/parsetime.y
===================================================================
--- at-3.1.8.orig/parsetime.y
+++ at-3.1.8/parsetime.y
@@ -375,7 +375,7 @@ parsetime(int argc, char **argv)
exectime -= 3600;
}
}
- if (time_only && (currtime > exectime)) {
+ if (currtime > exectime+1) {
exectime += 24*3600;
}
return exectime;

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



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