rpms/vixie-cron/devel vixie-cron-4.1-_62newyear.patch, NONE, 1.1 vixie-cron.spec, 1.85, 1.86

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 12:46:17 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/vixie-cron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13937

Modified Files:
	vixie-cron.spec 
Added Files:
	vixie-cron-4.1-_62newyear.patch 
Log Message:
Add patch.


vixie-cron-4.1-_62newyear.patch:
 misc.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vixie-cron-4.1-_62newyear.patch ---
--- vixie-cron-4.1/misc.c.plus	2007-01-22 11:33:10.000000000 +0100
+++ vixie-cron-4.1/misc.c	2007-01-22 11:34:23.000000000 +0100
@@ -773,7 +773,7 @@
 	if (local->tm_year < gmt.tm_year)
 		offset -= 24 * 3600;
 	else if (local->tm_year > gmt.tm_year)
-		offset -= 24 * 3600;
+		offset += 24 * 3600;
 	else if (local->tm_yday < gmt.tm_yday)
 		offset -= 24 * 3600;
 	else if (local->tm_yday > gmt.tm_yday)


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- vixie-cron.spec	22 Jan 2007 09:11:23 -0000	1.85
+++ vixie-cron.spec	22 Jan 2007 12:46:14 -0000	1.86
@@ -10,7 +10,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: 	 vixie-cron
 Version: 4.1
-Release: 71%{?dist}
+Release: 72%{?dist}
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -81,6 +81,7 @@
 Patch61: vixie-cron-4.1-_60-SELinux-contains-range.patch
 Patch62: vixie-cron-4.1-_61symlink.patch
 Patch63: vixie-cron-4.1-manual.patch
+Patch64: vixie-cron-4.1-_62newyear.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: syslog, bash >= 2.0
@@ -181,6 +182,7 @@
 %patch61 -p1 -b .selinux-contains-range
 %patch62 -p1 -b ._61symlink.patch
 %patch63 -p1 -b .manual
+%patch64 -p1 -b ._62newyear
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g -DLINT -Dlint" \
@@ -253,9 +255,10 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
-* Mon Jan 22 2007 Marcela Maslanova <mmaslano at redhat.com> - 4:4.1-71
-- change in maual
+* Mon Jan 22 2007 Marcela Maslanova <mmaslano at redhat.com> - 4:4.1-72
+- change in manual
 - rhbz#223532
+- rhbz#223662, rhbz#222464
 
 * Tue Jan 16 2007 Marcela Maslanova <mmaslano at redhat.com> - 4:4.1-70
 - change in manual




More information about the fedora-cvs-commits mailing list