Mageia Bugzilla – Attachment 3420 Details for
Bug 8757
/usr/lib/rpm/mageia/gi-find-deps.sh incorrectly matches imports github
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Regexp change
deps.txt (text/plain), 492 bytes, created by
Joseph Wang
on 2013-01-20 16:29:20 CET
(
hide
)
Description:
Regexp change
Filename:
MIME Type:
Creator:
Joseph Wang
Created:
2013-01-20 16:29:20 CET
Size:
492 bytes
patch
obsolete
>--- gi-find-deps.sh~ 2013-01-14 07:42:47.000000000 +0800 >+++ gi-find-deps.sh 2013-01-20 22:20:18.420168065 +0800 >@@ -59,7 +59,7 @@ > while read file; do > case $file in > *.js) >- for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)" $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do >+ for module in $(grep -h -P -o "imports\.gi\.([^\s'\";]+)" $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do > split_name_version $module > print_req_prov > done
--- gi-find-deps.sh~ 2013-01-14 07:42:47.000000000 +0800 +++ gi-find-deps.sh 2013-01-20 22:20:18.420168065 +0800 @@ -59,7 +59,7 @@ while read file; do case $file in *.js) - for module in $(grep -h -P -o "imports.gi.([^\s'\";]+)" $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do + for module in $(grep -h -P -o "imports\.gi\.([^\s'\";]+)" $file | grep -v "imports.gi.version" | sed 's,imports.gi.,,'); do split_name_version $module print_req_prov done
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8757
: 3420