[packages/cronie] - up to 1.4.10

arekm arekm at pld-linux.org
Wed Jul 17 08:35:44 CEST 2013


commit 960d09794115f3b32737a3edc1fd02ad712ca134
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 17 08:35:41 2013 +0200

    - up to 1.4.10

 cronie.spec         |  6 +++---
 inotify-nosys.patch | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index 0807617..79ff2d8 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -16,12 +16,12 @@
 
 Summary:	Cron daemon for executing programs at set times
 Name:		cronie
-Version:	1.4.9
-Release:	2
+Version:	1.4.10
+Release:	1
 License:	MIT and BSD and GPL v2
 Group:		Daemons
 Source0:	https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
-# Source0-md5:	9133195e5e6f824ef460f5ccc533f1b7
+# Source0-md5:	710f0c184d0455e75f984cb4ca45c90e
 Source1:	%{name}.init
 Source2:	cron.logrotate
 Source3:	cron.sysconfig
diff --git a/inotify-nosys.patch b/inotify-nosys.patch
index e37132d..556176d 100644
--- a/inotify-nosys.patch
+++ b/inotify-nosys.patch
@@ -1,17 +1,17 @@
---- cronie-1.4.1/src/cron.h~	2009-06-01 10:46:08.000000000 +0300
-+++ cronie-1.4.1/src/cron.h	2009-08-13 13:32:40.909067818 +0300
-@@ -40,7 +40,11 @@
- #endif
+--- cronie-1.4.1/src/cron.c~	2009-06-01 10:46:08.000000000 +0300
++++ cronie-1.4.1/src/cron.c	2009-08-13 13:32:40.909067818 +0300
+@@ -41,7 +41,11 @@
+ #include <unistd.h>
  
  #ifdef WITH_INOTIFY
 +#ifdef SYS_INOTIFY_H_EXISTS_AND_WORKS
- #include <sys/inotify.h>
+ # include <sys/inotify.h>
 +#else
 +#include "inotify-nosys.h"
 +#endif
  #endif
  
- #include "pathnames.h"
+ #ifdef HAVE_SYS_FCNTL_H
 --- cronie-1.4.1/configure.ac~	2009-08-13 13:56:08.000000000 +0300
 +++ cronie-1.4.1/configure.ac	2009-08-13 13:56:11.295316050 +0300
 @@ -27,7 +27,6 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cronie.git/commitdiff/960d09794115f3b32737a3edc1fd02ad712ca134



More information about the pld-cvs-commit mailing list