packages: xulrunner/xulrunner.spec - fixed regexp
baggins
baggins at pld-linux.org
Wed Feb 1 13:12:09 CET 2012
Author: baggins Date: Wed Feb 1 12:12:09 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed regexp
---- Files affected:
packages/xulrunner:
xulrunner.spec (1.210 -> 1.211)
---- Diffs:
================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.210 packages/xulrunner/xulrunner.spec:1.211
--- packages/xulrunner/xulrunner.spec:1.210 Wed Feb 1 13:07:13 2012
+++ packages/xulrunner/xulrunner.spec Wed Feb 1 13:12:04 2012
@@ -197,7 +197,7 @@
cp -a config/rules.mk js/src/config/rules.mk
%build
-if [ "$(grep -E '^[0-9]\.' mozilla/config/milestone.txt)" != "%{version}" ]; then
+if [ "$(grep -E '^[0-9]+\.' mozilla/config/milestone.txt)" != "%{version}" ]; then
echo >&2
echo >&2 "Version %{version} does not match mozilla/config/milestone.txt!"
echo >&2
@@ -424,6 +424,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.211 2012/02/01 12:12:04 baggins
+- fixed regexp
+
Revision 1.210 2012/02/01 12:07:13 baggins
- started update to 10.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.210&r2=1.211&f=u
More information about the pld-cvs-commit
mailing list