Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (8a6fd4dd34c447855db2d69aac3b70d203f27f36)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (8a6fd4dd34c447855db2d69aac3b70d203f27f36)
  • Date: Tue, 17 Apr 2007 07:23:27 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

utils/at/DETAILS | 17 +++++++----------
utils/at/HISTORY | 6 ++++++
utils/at/PRE_BUILD | 2 --
utils/at/at.patch | 37 +++++++++----------------------------
4 files changed, 22 insertions(+), 40 deletions(-)

New commits:
commit 8a6fd4dd34c447855db2d69aac3b70d203f27f36
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

at: updated to 3.1.10

diff --git a/utils/at/DETAILS b/utils/at/DETAILS
index 8761ac7..3f438c4 100755
--- a/utils/at/DETAILS
+++ b/utils/at/DETAILS
@@ -1,14 +1,11 @@
SPELL=at
- VERSION=3.1.8
- SOURCE=at_$VERSION.orig.tar.gz
-
SOURCE_HASH=sha512:6f599523462f08e3c9d09aac6bac9a628dcc79be34f53a8fd353fb57fbe851171a8901a7eca9a7f9de88c5013f559815e6d2804bdab7eab0bd1fbcaff03f1eb1
- SOURCE2=at_$VERSION-10.2.diff.gz
-
SOURCE2_HASH=sha512:ad09e3245ea7de964cd15e1a14cd7186942ca242c788aed01d93fbfe5a3361acfc14ee4dbd8235312b93bf2c2fdd47ea08c57633002fdc8a37370cfd8cf3f684
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.orig
-
SOURCE_URL[0]=ftp://security.debian.org/debian-security/dists/potato/updates/main/source/$SOURCE
-
SOURCE_URL[1]=ftp://ftp.psn.ru/pub/Linux/debian/dists/potato/main/source/admin/$SOURCE
-
SOURCE2_URL[0]=ftp://security.debian.org/debian-security/dists/potato/updates/main/source/$SOURCE2
-
SOURCE2_URL[1]=ftp://ftp.psn.ru/pub/Linux/debian/dists/potato/main/source/admin/$SOURCE2
+ VERSION=3.1.10
+ SOURCE=at_$VERSION.tar.gz
+
SOURCE_HASH=sha512:9826a658b79e2f998d9a7d3481fab94f557fa94809ef97b9fdac48e6a3071760419969c42f750335a4247c5d450f00804e869755bc0deda20331250d0ddb6d17
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/at/${SOURCE}
+ SOURCE_URL[1]=ftp://ftp.de.debian.org/debian/pool/main/a/at/${SOURCE}
+ SOURCE_URL[2]=ftp://ftp.us.debian.org/debian/pool/main/a/at/${SOURCE}
WEB_SITE=unknown
ENTERED=20011011
UPDATED=20030822
diff --git a/utils/at/HISTORY b/utils/at/HISTORY
index 37dd09e..aacd0b5 100644
--- a/utils/at/HISTORY
+++ b/utils/at/HISTORY
@@ -1,3 +1,9 @@
+2007-04-17 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated to 3.1.10
+ * PRE_BUILD: removed patches for 3.1.8
+ * at.patch: removed patch for 3.1.8, which is in upstream now,
+ added patch to avoid an implicit declaration warning.
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/utils/at/PRE_BUILD b/utils/at/PRE_BUILD
index fdccd31..397a332 100755
--- a/utils/at/PRE_BUILD
+++ b/utils/at/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-unpack_file 2 &&
-gzip -cd $SOURCE_CACHE/$SOURCE2 | patch -p1 &&
patch -p1 < $SCRIPT_DIRECTORY/at.patch
diff --git a/utils/at/at.patch b/utils/at/at.patch
index f3c873c..ddb584f 100644
--- a/utils/at/at.patch
+++ b/utils/at/at.patch
@@ -1,30 +1,11 @@
-diff -ruN at-3.1.8.orig/parsetime.y at-3.1.8.orig.fixed/parsetime.y
---- at-3.1.8.orig/parsetime.y 2002-12-10 22:04:25.000000000 +0100
-+++ at-3.1.8.orig.fixed/parsetime.y 2002-12-10 22:03:17.000000000 +0100
-@@ -62,7 +62,7 @@
- ;
+diff -ruN at-3.1.10/parsetime.y at-3.1.10.fixed/parsetime.y
+--- at-3.1.10/parsetime.y 2005-08-05 05:31:04.000000000 +0200
++++ at-3.1.10.fixed/parsetime.y 2007-04-17 13:14:34.000000000 +0200
+@@ -4,6 +4,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include "parsetime.h"
++#include "panic.h"

- time_or_not : time
-- |
-+ |;
+ #define YYDEBUG 1

- time : hr24clock_hr_min
- | hr24clock_hr_min timezone_name
-@@ -111,7 +111,7 @@
- ;
-
- inc_or_dec : increment
-- | decrement
-+ | decrement;
-
- increment : '+' inc_number inc_period
- {
-@@ -286,7 +286,7 @@
- exectm.tm_mon = mnum -1;
- free($1);
- }
-- }
-+ };
- day_number : INT
- {
- exectm.tm_mday = -1;




Archive powered by MHonArc 2.6.24.

Top of Page