]> git.pld-linux.org Git - packages/poldek.git/blob - minus.patch
Release 19 (by relup.sh)
[packages/poldek.git] / minus.patch
1 diff -up poldek-0.42.2/ts_summary.c.rel poldek-0.42.2/ts_summary.c
2 --- poldek-0.42.2/ts_summary.c.rel
3 +++ poldek-0.42.2/ts_summary.c
4 @@ -202,7 +202,7 @@
5          poldek_term_snprintf_c(old_color, old, sizeof(old), "%s", old_pkg->rel);
6          poldek_term_snprintf_c(new_color, new, sizeof(new), "%s", pkg->rel);
7  
8 -        n = n_snprintf(line, size, "%s-%s.(%s => %s).%s",
9 +        n = n_snprintf(line, size, "%s-%s-(%s => %s).%s",
10                     pkg->name, pkg->ver, old, new, arch);
11  
12      } else if (!eq_ver && !eq_rel) {
This page took 0.045957 seconds and 3 git commands to generate.