rpms/at/FC-6 at-3.1.8-daylight.patch,NONE,1.1 at.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 14:02:28 UTC 2006


Author: mmaslano

Update of /cvs/dist/rpms/at/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv4173

Modified Files:
	at.spec 
Added Files:
	at-3.1.8-daylight.patch 
Log Message:
Daylight-saving patch.


at-3.1.8-daylight.patch:
 at.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

--- NEW FILE at-3.1.8-daylight.patch ---
--- at-3.1.8/at.c.daylight	2006-11-02 11:09:36.000000000 +0100
+++ at-3.1.8/at.c	2006-10-30 13:51:35.000000000 +0100
@@ -775,9 +775,8 @@
     if( tm.tm_mon )
 	tm.tm_mon -= 1;
 
-    if( tm.tm_mday )
-    {
-	tm.tm_isdst = tm_now.tm_isdst;
+    if( tm.tm_mday ) {
+//	tm.tm_isdst = tm_now.tm_isdst;
 	return mktime(&tm);
     }else
 	return 0L;


Index: at.spec
===================================================================
RCS file: /cvs/dist/rpms/at/FC-6/at.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- at.spec	23 Aug 2006 11:46:32 -0000	1.39
+++ at.spec	6 Nov 2006 14:02:26 -0000	1.40
@@ -4,7 +4,7 @@
 Summary: Job spooling tools.
 Name: at
 Version: 3.1.8
-Release: 82%{?dist}
+Release: 83%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: http://ftp.debian.org/debian/pool/main/a/at/at_3.1.8-11.tar.gz
@@ -40,6 +40,7 @@
 Patch33: at-3.1.8-getseuserbyname.patch
 Patch34: at-3.1.8-install_no_chown.patch
 Patch35: at-3.1.8-dontfork.patch
+Patch36: at-3.1.8-daylight.patch
 Prereq: fileutils chkconfig /etc/init.d
 BuildPrereq: flex bison autoconf
 BuildPrereq: libselinux-devel >= 1.27.9
@@ -107,6 +108,7 @@
 %patch33 -p1 -b .getseuserbyname
 %patch34 -p1 -b .install_no_chown
 %patch35 -p1 -b .dontfork
+%patch36 -p1 -b .daylight
 
 %build
 # patch10 touches configure.in
@@ -193,6 +195,9 @@
 %attr(4755,root,root)	%{_bindir}/at
 
 %changelog
+* Tue Oct 31 2006 Marcela Maslanova <mmaslano at redhat.com> - 3.1.8-83.fc6
+- #212506 problem with planning job when using daylight-saving
+
 * Thu Aug 23 2006 Marcela Maslanova <mmaslano at redhat.com> - 3.1.8-82.fc6
 - #176486 don't fork option added (patch from Enrico Scholz)
 




More information about the fedora-cvs-commits mailing list