"Daylight-saving" patch.

This commit is contained in:
Marcela Mašláňová 2006-11-01 16:28:39 +00:00
parent b2087138e4
commit 8fef59e173
2 changed files with 17 additions and 1 deletions

11
at-3.1.10-daylight.patch Normal file
View File

@ -0,0 +1,11 @@
--- at-3.1.10/at.c.daylight 2006-10-25 13:45:30.000000000 +0200
+++ at-3.1.10/at.c 2006-10-30 14:14:52.000000000 +0100
@@ -854,7 +854,7 @@
if( tm.tm_mday )
{
- tm.tm_isdst = tm_now.tm_isdst;
+ //tm.tm_isdst = tm_now.tm_isdst;
return mktime(&tm);
} else
return 0L;

View File

@ -6,7 +6,7 @@
Summary: Job spooling tools.
Name: at
Version: 3.1.10
Release: 3%{?dist}
Release: 5%{?dist}
License: GPL
Group: System Environment/Daemons
Source: http://ftp.debian.org/debian/pool/main/a/at/at-%{major_ver}.tar.gz
@ -45,6 +45,7 @@ Patch26: at-3.1.10-fix_no_export.patch
Patch35: at-3.1.10-dont_fork.patch
Patch36: at-3.1.10-pam.patch
Patch37: at-3.1.10-makefile.patch
Patch38: at-3.1.10-daylight.patch
Prereq: fileutils chkconfig /etc/init.d
BuildPrereq: flex bison autoconf
@ -115,6 +116,7 @@ cp %{SOURCE1} .
%patch35 -p1 -b .dont_fork
%patch36 -p1 -b .pam
%patch37 -p1 -b .makefile
%patch38 -p1 -b .daylight
%build
# patch10 touches configure.in
@ -201,6 +203,9 @@ fi
%attr(4755,root,root) %{_bindir}/at
%changelog
* Wed Oct 25 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-5
- daylight-saving
* Tue Oct 24 2006 Marcela Maslanova <mmaslano@redhat.com> - 3.1.10-3
- new version from upstream 3.1.10