SHA256
1
0
forked from pool/b4
Jiri Slaby 2022-06-19 07:52:35 +00:00 committed by Git OBS Bridge
parent 1b24ee39dd
commit 650892b472
7 changed files with 42 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://git.kernel.org/pub/scm/utils/b4/b4</param> <param name="url">https://git.kernel.org/pub/scm/utils/b4/b4</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="revision">stable-0.8.y</param> <param name="revision">v0.9.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/utils/b4/b4</param> <param name="url">https://git.kernel.org/pub/scm/utils/b4/b4</param>
<param name="changesrevision">846c6928b70727e3f8002f1e9c71176d2b824093</param></service></servicedata> <param name="changesrevision">409c865175bf8f103bf5633331e8a1d77a446814</param></service></servicedata>

View File

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

3
b4-0.9.0+0.obscpio Normal file
View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Jun 19 07:51:21 UTC 2022 - jslaby@suse.cz
- Update to version 0.9.0+0:
* Add ability to exit before git-merge is invoked
* Implement "b4 shazam -M" that execs git-merge
* Add a note about proxying requests
* Allow breaking threads using --no-parent
* Improve identity matching for DKIM
* Lowercase identities for comparison
* am: Fix broken guessbranch handling
* Remove unnecessary lookup when /all/ is used in midmask
* Add support for mailmap and excluding mail in b4-ty
* Allow whitespace at the start of non-wrapped trailers
* Reimplement unicode control character logic
* mbox: initial support to check for unicode control chars
* ty: fix problems with smtplib and 8BITMIME
* ty: fix bugs introduced when switching -s to -t
* ty: document flag changes
* shazam: change default behaviour to be "apply-here"
* Initial implementation of native mail sending
* Fix shazam for multiple git worktrees
* validate: Use patatt's configured keyring as fallback
* Add keyring key for keescook
* shazam: document template usage in manpage
* shazam: implement custom merge message templates
* shazam: implement better merging strings
* shazam: allow configuring "git am" flags
* am/shazam: Restore thank-you recording
* Simplify sparse worktree preparation
* Add "b4 shazam" that is like b4 am + git am
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 21 10:21:21 UTC 2022 - jslaby@suse.cz Mon Mar 21 10:21:21 UTC 2022 - jslaby@suse.cz

View File

@ -1,4 +1,4 @@
name: b4 name: b4
version: 0.8.0+2 version: 0.9.0+0
mtime: 1643729879 mtime: 1655490181
commit: 846c6928b70727e3f8002f1e9c71176d2b824093 commit: 409c865175bf8f103bf5633331e8a1d77a446814

View File

@ -16,9 +16,9 @@
# #
%define version_unconverted 0.8.0+2 %define version_unconverted 0.9.0+0
Name: b4 Name: b4
Version: 0.8.0+2 Version: 0.9.0+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