Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c9a0704705009089d1bf1c0468d2acfcdd3f552e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c9a0704705009089d1bf1c0468d2acfcdd3f552e)
  • Date: Thu, 22 Aug 2013 12:05:17 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/cronie/CONFIGURE | 8 ++++++--
utils/cronie/DETAILS | 4 ++--
utils/cronie/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit c9a0704705009089d1bf1c0468d2acfcdd3f552e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cronie: => 1.4.11

diff --git a/utils/cronie/CONFIGURE b/utils/cronie/CONFIGURE
index b95f832..f077f4b 100755
--- a/utils/cronie/CONFIGURE
+++ b/utils/cronie/CONFIGURE
@@ -1,10 +1,14 @@
+# remove obsolete options from CRONIE_OPTS
+list_remove CRONIE_OPTS '--with-syscrontab' &&
+list_remove CRONIE_OPTS '--without-syscrontab' &&
+
config_query_option CRONIE_OPTS "Enable inotify support?" n \
"--with-inotify" \
"--without-inotify" &&

config_query_option CRONIE_OPTS "Enable system crontab support?" n \
- "--with-syscrontab" \
- "--without-syscrontab" &&
+ "--enable-syscrontab" \
+ "--disable-syscrontab" &&

config_query_option CRONIE_OPTS "Enable Anacron support?" n \
"--enable-anacron" \
diff --git a/utils/cronie/DETAILS b/utils/cronie/DETAILS
index cbe7337..e4129e6 100755
--- a/utils/cronie/DETAILS
+++ b/utils/cronie/DETAILS
@@ -1,9 +1,9 @@
SPELL=cronie
- VERSION=1.4.9
+ VERSION=1.4.11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://fedorahosted.org/releases/c/r/$SPELL/$SOURCE
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:932684fb982e273f63828ec71397f4bfa27c6a0559a63d797fcc38f53ec0fcdeb6708c542f9ec952a54e1218ae6cf3aa7c3a7e5c485bb08ce77e2a6549cc46b7
+
SOURCE_HASH=sha512:acf998642266f812dfa5a00737f72ae2d36dfab9edddd3d99a9f6545415f7f6dc980d1401ec8a39b865cf54336853f190d3c542be3281dc368e0d5bc5c7f3e5f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://fedorahosted.org/cronie/
LICENSE[0]=ISC
diff --git a/utils/cronie/HISTORY b/utils/cronie/HISTORY
index c1eecda..f245b5d 100644
--- a/utils/cronie/HISTORY
+++ b/utils/cronie/HISTORY
@@ -1,3 +1,7 @@
+2013-08-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.11
+ * CONFIGURE: corrected syscrontab flags; dropped deprecated flags
+
2012-11-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.9
* CONFIGURE: added option for syscrontab support



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c9a0704705009089d1bf1c0468d2acfcdd3f552e), Vlad Glagolev, 08/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page