sort in alphabetical order the section for upgrades
modified libpkg/pkg.h.in
@@ -1719,6 +1719,8 @@ void pkg_cache_full_clean(void);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -811,3 +811,10 @@ mkdirat_p(int fd, const char *path)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/utils.c
@@ -916,6 +916,13 @@ static const char* pkg_display_messages[PKG_DISPLAY_MAX + 1] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -956,6 +963,7 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
|
|
|
|
|
|
| + | |
|
|
|
|
|