]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- when only rel is different display - instead of .
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 1 Oct 2022 06:11:27 +0000 (08:11 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 1 Oct 2022 06:11:27 +0000 (08:11 +0200)
minus.patch [new file with mode: 0644]

diff --git a/minus.patch b/minus.patch
new file mode 100644 (file)
index 0000000..3f394cf
--- /dev/null
@@ -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) {
This page took 0.118541 seconds and 4 git commands to generate.