Mageia Bugzilla – Attachment 3865 Details for
Bug 9545
rpmdrake erroneously shows that both the updated package and the removed package are identical (have the same version)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
try this one instead
9545b.diff (text/plain), 512 bytes, created by
Thierry Vignaud
on 2013-05-01 20:52:13 CEST
(
hide
)
Description:
try this one instead
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-05-01 20:52:13 CEST
Size:
512 bytes
patch
obsolete
>diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm >index 9151c75..b059271 100644 >--- a/gurpm/RPMProgressDialog.pm >+++ b/gurpm/RPMProgressDialog.pm >@@ -310,7 +310,7 @@ sub callback_inst { > } else { > my $msg; > if ($type eq 'uninst') { >- $msg = N("Removing package `%s' ...", $urpm->{trans}->Element_fullname($progress_nb-1)); >+ $msg = N("Removing package `%s' ...", $urpm->{trans}->Element_fullname($progress_nb+$uninst_count)); > $uninst_count++; > } else { > $progress_nb++;
diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm index 9151c75..b059271 100644 --- a/gurpm/RPMProgressDialog.pm +++ b/gurpm/RPMProgressDialog.pm @@ -310,7 +310,7 @@ sub callback_inst { } else { my $msg; if ($type eq 'uninst') { - $msg = N("Removing package `%s' ...", $urpm->{trans}->Element_fullname($progress_nb-1)); + $msg = N("Removing package `%s' ...", $urpm->{trans}->Element_fullname($progress_nb+$uninst_count)); $uninst_count++; } else { $progress_nb++;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9545
:
3780
|
3781
|
3782
|
3798
|
3857
|
3863
|
3864
| 3865 |
3866
|
3867