SPECS: libidn.spec - avoid expanding too much

glen glen at pld-linux.org
Thu Aug 28 01:06:05 CEST 2008


Author: glen                         Date: Wed Aug 27 23:06:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid expanding too much

---- Files affected:
SPECS:
   libidn.spec (1.79 -> 1.80) 

---- Diffs:

================================================================
Index: SPECS/libidn.spec
diff -u SPECS/libidn.spec:1.79 SPECS/libidn.spec:1.80
--- SPECS/libidn.spec:1.79	Thu Aug 28 01:03:46 2008
+++ SPECS/libidn.spec	Thu Aug 28 01:06:00 2008
@@ -151,7 +151,7 @@
 # avoid different builds having different timestamps
 # see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2008-August/020363.html
 d='$Date$'
-d=${d#\$Date${d%%%% *}; d=$(date -d "$d" '+%d %B %Y')
+d=${d#?Date: }; d=${d%%%% *}; d=$(date -d "$d" '+%d %B %Y')
 %{__sed} -i -e "s, at value{UPDATED},$d,g" doc/libidn.texi
 
 %build
@@ -260,6 +260,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.80  2008/08/27 23:06:00  glen
+- avoid expanding too much
+
 Revision 1.79  2008/08/27 23:03:46  glen
 - use spec update date for info last updated date; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libidn.spec?r1=1.79&r2=1.80&f=u



More information about the pld-cvs-commit mailing list