[Lunar-commits] r25127 - moonbase/trunk/devel/m4
Florin Braescu
florin at lunar-linux.org
Tue Jul 10 10:07:21 CEST 2007
Author: florin
Date: 2007-07-10 10:07:21 +0200 (Tue, 10 Jul 2007)
New Revision: 25127
Modified:
moonbase/trunk/devel/m4/BUILD
moonbase/trunk/devel/m4/DETAILS
Log:
bump the version from 1.4.9 to 1.4.10. Changes:
* Upgrade from GPL version 2 to GPL version 3 or later.
* A number of portability improvements inherited from gnulib.
* Avoid undefined behavior introduced in 1.4.9b in the `format' builtin
when handling %c. However, this area of code has never been documented,
and currently does not match the POSIX behavior of printf(1), so it may
have further changes in the next version.
Modified: moonbase/trunk/devel/m4/BUILD
===================================================================
--- moonbase/trunk/devel/m4/BUILD 2007-07-10 07:52:47 UTC (rev 25126)
+++ moonbase/trunk/devel/m4/BUILD 2007-07-10 08:07:21 UTC (rev 25127)
@@ -1,7 +1,5 @@
(
- # This patch added by tchan, 20070528, is temporary and should be removed for m4-1.4.10.
- patch_it $SOURCE_CACHE/$SOURCE2 0 &&
sedit "s/\infodir = \$(prefix)\/info/infodir = \$(prefix)\/share\/info/" Makefile.in &&
./configure --build=$BUILD \
--prefix=/usr \
Modified: moonbase/trunk/devel/m4/DETAILS
===================================================================
--- moonbase/trunk/devel/m4/DETAILS 2007-07-10 07:52:47 UTC (rev 25126)
+++ moonbase/trunk/devel/m4/DETAILS 2007-07-10 08:07:21 UTC (rev 25127)
@@ -1,15 +1,12 @@
MODULE=m4
- VERSION=1.4.9
+ VERSION=1.4.10
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-signed-division.patch
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:15ad35c65d4c4f2f856687288e7f6b51704d65e1
- SOURCE2_VFY=sha1:ab4c38d7e5a2e2713f5ef22557da742c91561db4
+ SOURCE_VFY=sha1:26d47c893722d683308f5d9fc172a11d5b2ad8a9
WEB_SITE=http://www.gnu.org/software/$MODULE/
ENTERED=20010922
- UPDATED=20070528
+ UPDATED=20070710
SHORT="GNU m4 macro processor"
cat << EOF
More information about the Lunar-commits
mailing list