pkg upgrade would report the change in disk space usage as the sum of the old and new sizes if the package size is smaller for the newer version. Clearly bogus: we always want the difference in package sizes.
modified pkg/utils.c
@@ -630,7 +630,6 @@ print_jobs_summary(struct pkg_jobs *jobs, pkg_jobs_t type, const char *msg, ...)
|
|
|
|
|
|
| - | |
|
|
|
|
|