Mageia Bugzilla – Attachment 3820 Details for
Bug 9077
urpmi-dispatched-backend.pl does not support gstreamer 1.0 packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
please test this patch
9077.diff (text/plain), 563 bytes, created by
Thierry Vignaud
on 2013-04-26 18:30:11 CEST
(
hide
)
Description:
please test this patch
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-26 18:30:11 CEST
Size:
563 bytes
patch
obsolete
>diff --git a/backends/urpmi/helpers/urpmi-dispatched-backend.pl b/backends/urpmi/helpers/urpmi-dispatched-backend.pl >index 94f8b9d..ca492f7 100755 >--- a/backends/urpmi/helpers/urpmi-dispatched-backend.pl >+++ b/backends/urpmi/helpers/urpmi-dispatched-backend.pl >@@ -678,7 +678,7 @@ sub what_provides { > foreach (@packageidstab) { > my @pkgid = split(/;/, $_); > # skip if old standard >- if (!any { /^gstreamer0.10\(/ } $pkgid[0]) { >+ if (!any { /^gstreamer[0-9.]+\(/ } $pkgid[0]) { > # new standard > my $namespace; > if ($providestype eq "codec") {
diff --git a/backends/urpmi/helpers/urpmi-dispatched-backend.pl b/backends/urpmi/helpers/urpmi-dispatched-backend.pl index 94f8b9d..ca492f7 100755 --- a/backends/urpmi/helpers/urpmi-dispatched-backend.pl +++ b/backends/urpmi/helpers/urpmi-dispatched-backend.pl @@ -678,7 +678,7 @@ sub what_provides { foreach (@packageidstab) { my @pkgid = split(/;/, $_); # skip if old standard - if (!any { /^gstreamer0.10\(/ } $pkgid[0]) { + if (!any { /^gstreamer[0-9.]+\(/ } $pkgid[0]) { # new standard my $namespace; if ($providestype eq "codec") {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9077
:
3820
|
3894