SPECS: old2newbconds.awk - correct negative bcond
glen
glen at pld-linux.org
Thu Jan 18 14:25:35 CET 2007
Author: glen Date: Thu Jan 18 13:25:35 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- correct negative bcond
---- Files affected:
SPECS:
old2newbconds.awk (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/old2newbconds.awk
diff -u SPECS/old2newbconds.awk:1.8 SPECS/old2newbconds.awk:1.9
--- SPECS/old2newbconds.awk:1.8 Sat Apr 8 23:06:12 2006
+++ SPECS/old2newbconds.awk Thu Jan 18 14:25:30 2007
@@ -35,10 +35,10 @@
gsub(/%{!\?_without/,"%{?with");
}
/%{\?!_with/ {
- gsub(/%{\?!_with/,"%{?without");
+ gsub(/%{\?!_with/,"%{!?with");
}
/%{!\?_with/ {
- gsub(/%{!\?_with/,"%{?without");
+ gsub(/%{!\?_with/,"%{!?with");
}
#switch positive calls
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/old2newbconds.awk?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list