]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- up to 1.4.10 auto/th/cronie-1.4.10-1 auto/ti/cronie-1.4.10-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 17 Jul 2013 06:35:41 +0000 (08:35 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 17 Jul 2013 06:35:41 +0000 (08:35 +0200)
cronie.spec
inotify-nosys.patch

index 0807617f99add52a69d8bfa7b83b9a0561a4d0d3..79ff2d826facc8b2d860bc4432b32d403842660d 100644 (file)
 
 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
index e37132de946c7a566144e5b91ce95d81e6d65062..556176de3ad42fd29633f204d2ac9ff83c5ae170 100644 (file)
@@ -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 @@
This page took 0.069732 seconds and 4 git commands to generate.