X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=minus.patch;fp=minus.patch;h=3f394cf6c464b07cfe9fd4b232f0a6145d27c4b5;hp=0000000000000000000000000000000000000000;hb=6885e3f24ac122b1f5fa08f9349d967235a5a96d;hpb=4681641f45fcd4d3a57510e44ecb002ec390ae22 diff --git a/minus.patch b/minus.patch new file mode 100644 index 0000000..3f394cf --- /dev/null +++ b/minus.patch @@ -0,0 +1,12 @@ +diff -up poldek-0.42.2/ts_summary.c.rel poldek-0.42.2/ts_summary.c +--- poldek-0.42.2/ts_summary.c.rel ++++ poldek-0.42.2/ts_summary.c +@@ -202,7 +202,7 @@ + poldek_term_snprintf_c(old_color, old, sizeof(old), "%s", old_pkg->rel); + poldek_term_snprintf_c(new_color, new, sizeof(new), "%s", pkg->rel); + +- n = n_snprintf(line, size, "%s-%s.(%s => %s).%s", ++ n = n_snprintf(line, size, "%s-%s-(%s => %s).%s", + pkg->name, pkg->ver, old, new, arch); + + } else if (!eq_ver && !eq_rel) {