From e074f0d314a570533243655d14a6def9373f09ae1e591037d95401da05cc0c27 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 26 Jun 2023 05:22:57 +0000 Subject: [PATCH] up to 0.12.3 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=85 --- b4-0.12.2.tar.gz | 3 --- b4-0.12.3.tar.gz | 3 +++ b4.changes | 29 +++++++++++++++++++++++++++++ b4.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 b4-0.12.2.tar.gz create mode 100644 b4-0.12.3.tar.gz diff --git a/b4-0.12.2.tar.gz b/b4-0.12.2.tar.gz deleted file mode 100644 index 0144a9c..0000000 --- a/b4-0.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04915cd8d10078cf6d296d8ac3c1cf05a70636316e538ce375254b52bd60a6f3 -size 233916 diff --git a/b4-0.12.3.tar.gz b/b4-0.12.3.tar.gz new file mode 100644 index 0000000..d3746fd --- /dev/null +++ b/b4-0.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f124bc9916448582556e1475ac739628bf36bb7d89b8e0db2ce490fbafd22db +size 234531 diff --git a/b4.changes b/b4.changes index 8b5c5d6..6e68ce7 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jun 26 05:20:06 UTC 2023 - Jiri Slaby + +- update to 0.12.3: + * ez: store sent prefixes with the tag message + * Properly quote the address before adding into From + * shazam: switch to top of git tree before running git-am + * trailers: normalize address after parsing + * Fix wrong CTR header after 8bit cover content is mixed in + * ez: make it easier to send single-patch series + * ez: make message-ids use today's date + * ez: only include base-branch when using non-default strategy + * Fix to properly handle under-scissors patches with a unixfrom line + * Clean headers before adding them to the pre-scissors email + * b4: Fix envelopeSender handling + * am, shazam: allow cherry-picking an out-of-series patch + * mbox.py::make_am: simplify check for early return + * ez: Fix 'trailers -F' used on a single commit + * b4.sh: keep existing PYTHONPATH if set + * b4: Allow prep new branch while on a b4 managed branch + * docs: fix smtpServerPort option + * trailers: add 'Closes' as recognized link trailer + * trailers: accept recognized link trailers + * Consider '@' safe in msgid URLs + * ez: better fix for "no follow-up trailers" condition + * Add subscribe/unsubscribe to badtrailers + * ez: do not trust local commands to properly reflect + * ez-trailers: don't crash when there are no follow-ups received + ------------------------------------------------------------------- Thu Jun 22 10:56:42 UTC 2023 - Dominique Leuenberger diff --git a/b4.spec b/b4.spec index e0ba3c8..83ffde1 100644 --- a/b4.spec +++ b/b4.spec @@ -17,7 +17,7 @@ Name: b4 -Version: 0.12.2 +Version: 0.12.3 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later