SHA256
1
0
forked from pool/b4

Accepting request 984374 from devel:tools

- 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

OBS-URL: https://build.opensuse.org/request/show/984374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-06-23 08:23:59 +00:00 committed by Git OBS Bridge
commit c07317f0b3
7 changed files with 44 additions and 12 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
@ -70,8 +70,8 @@ export PYTHONPATH="./"
THEIRS=`%{buildroot}/%{_bindir}/b4 --version` THEIRS=`%{buildroot}/%{_bindir}/b4 --version`
OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py` OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py`
test "$THEIRS" = "$OURS" test "$THEIRS" = "$OURS"
%{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,attest' %{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,shazam,attest'
%{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Looking up https://lore.kernel.org/r/abc' %{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Grabbing thread from lore.kernel.org/all/abc/t.mbox.gz'
%files %files
%doc README.rst %doc README.rst