commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] gnumaint spotlight.mk spotlight/spotlight.m4


From: Brandon Invergo
Subject: [commit-womb] gnumaint spotlight.mk spotlight/spotlight.m4
Date: Mon, 23 Mar 2015 19:21:56 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Brandon Invergo <brandon>       15/03/23 19:21:56

Modified files:
        .              : spotlight.mk 
        spotlight      : spotlight.m4 

Log message:
        fix and improve some spotlight m4 macros

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/spotlight.mk?cvsroot=womb&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnumaint/spotlight/spotlight.m4?cvsroot=womb&r1=1.1&r2=1.2

Patches:
Index: spotlight.mk
===================================================================
RCS file: /sources/womb/gnumaint/spotlight.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- spotlight.mk        22 Mar 2015 22:06:17 -0000      1.1
+++ spotlight.mk        23 Mar 2015 19:21:55 -0000      1.2
@@ -69,8 +69,7 @@
        read new_maintainers; \
        m4 \
                -DNN="`wc -l <$(REL_MD)`" \
-               -DDD="`date +%d`" \
-               -DYY="`date +%y`" \
+               -DDATE="`date '+%B %d, %Y'`" \
                -DRELEASES="`cat $(REL_MD)`" \
                -DNEWMAINT="`echo \"$$new_maintainers\" | fold -s -w50`" \
                $(SL_M4) >"$@"

Index: spotlight/spotlight.m4
===================================================================
RCS file: /sources/womb/gnumaint/spotlight/spotlight.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- spotlight/spotlight.m4      22 Mar 2015 22:06:18 -0000      1.1
+++ spotlight/spotlight.m4      23 Mar 2015 19:21:56 -0000      1.2
@@ -1,4 +1,4 @@
-NN new GNU releases in the last month (as of Month DD, 20YY):
+NN new GNU releases in the last month (as of DATE):
 
 RELEASES
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]