From a526d86169263f331d783694df631cd77c852f66676cb291baf637d6accfc20e Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 16 Feb 2024 04:51:04 +0000 Subject: [PATCH] up to 0.13.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=102 --- b4-0.12.4.tar.gz | 3 --- b4-0.13.0.tar.gz | 3 +++ b4.changes | 23 +++++++++++++++++++++++ b4.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 b4-0.12.4.tar.gz create mode 100644 b4-0.13.0.tar.gz diff --git a/b4-0.12.4.tar.gz b/b4-0.12.4.tar.gz deleted file mode 100644 index a4dc1c3..0000000 --- a/b4-0.12.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a983ff0681cedd2d7d49f7371fd7b8ca5d142bbb4e3756cc995cd31817df13a5 -size 234660 diff --git a/b4-0.13.0.tar.gz b/b4-0.13.0.tar.gz new file mode 100644 index 0000000..28ec809 --- /dev/null +++ b/b4-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816aa2a26539e2ac92790b04726fbe74d52bfe49bd24570e6cfea8281464b9e2 +size 243729 diff --git a/b4.changes b/b4.changes index 6b15d68..e7924ed 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Feb 16 04:40:09 UTC 2024 - Jiri Slaby + +- update to 0.13.0: + * `b4 am` now has a `--single-message` flag that lets you process a + single message and ignore any other parts of a thread; this is + useful when there is a patch series sent as attachments to a single + message + * `--apply-cover-trailers` is now the default behaviour + * when patchwork integration is configured, `b4 am` will attempt to + retrieve the CI status of patches + * `b4 prep --show-info` can do a lot more now, including showing + information about branches that aren't currently checked out + * `b4 prep` gained a --cleanup option to properly archive and remove + old b4*prep-managed branches + * `b4 send` has a `--preview-to` option that lets you send a + pre*review of your series to your colleagues, mentors, or bosses + * various fixes and improvements to `b4 send` functionality + * b4 can now take config options on commandline, allowing to override + global configs via scripted invocations + * improvements to `b4 diff` that should make it work more reliably for + series without exact object matches + ------------------------------------------------------------------- Tue Nov 7 11:05:30 UTC 2023 - Dirk Müller diff --git a/b4.spec b/b4.spec index 563ba2b..0e76156 100644 --- a/b4.spec +++ b/b4.spec @@ -1,7 +1,7 @@ # # spec file for package b4 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %global pprefix python311 %endif Name: b4 -Version: 0.12.4 +Version: 0.13.0 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later