SHA256
1
0
forked from pool/b4
Jiri Slaby 2024-02-16 04:51:04 +00:00 committed by Git OBS Bridge
parent bc10406d36
commit 099d2e841d
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a983ff0681cedd2d7d49f7371fd7b8ca5d142bbb4e3756cc995cd31817df13a5
size 234660

3
b4-0.13.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:816aa2a26539e2ac92790b04726fbe74d52bfe49bd24570e6cfea8281464b9e2
size 243729

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Feb 16 04:40:09 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- 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 <dmueller@suse.com> Tue Nov 7 11:05:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package b4 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
%global pprefix python311 %global pprefix python311
%endif %endif
Name: b4 Name: b4
Version: 0.12.4 Version: 0.13.0
Release: 0 Release: 0
Summary: Helper scripts for kernel.org patches Summary: Helper scripts for kernel.org patches
License: GPL-2.0-or-later License: GPL-2.0-or-later