Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package b4 for openSUSE:Factory checked in at 2022-06-23 10:23:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/b4 (Old) and /work/SRC/openSUSE:Factory/.b4.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "b4" Thu Jun 23 10:23:59 2022 rev:22 rq:984374 version:0.9.0+0 Changes: -------- --- /work/SRC/openSUSE:Factory/b4/b4.changes 2022-03-28 17:02:11.345102065 +0200 +++ /work/SRC/openSUSE:Factory/.b4.new.1548/b4.changes 2022-06-23 10:24:39.647765442 +0200 @@ -1,0 +2,32 @@ +Sun Jun 19 07:51:21 UTC 2022 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- b4-0.8.0+2.obscpio New: ---- b4-0.9.0+0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ b4.spec ++++++ --- /var/tmp/diff_new_pack.oGrGpR/_old 2022-06-23 10:24:40.043765873 +0200 +++ /var/tmp/diff_new_pack.oGrGpR/_new 2022-06-23 10:24:40.051765882 +0200 @@ -16,9 +16,9 @@ # -%define version_unconverted 0.8.0+2 +%define version_unconverted 0.9.0+0 Name: b4 -Version: 0.8.0+2 +Version: 0.9.0+0 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later @@ -70,8 +70,8 @@ THEIRS=`%{buildroot}/%{_bindir}/b4 --version` OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py` test "$THEIRS" = "$OURS" -%{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,attest' -%{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Looking up https://lore.kernel.org/r/abc' +%{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,shazam,attest' +%{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Grabbing thread from lore.kernel.org/all/abc/t.mbox.gz' %files %doc README.rst ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oGrGpR/_old 2022-06-23 10:24:40.079765912 +0200 +++ /var/tmp/diff_new_pack.oGrGpR/_new 2022-06-23 10:24:40.083765916 +0200 @@ -3,7 +3,7 @@ <param name="url">https://git.kernel.org/pub/scm/utils/b4/b4</param> <param name="scm">git</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="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.oGrGpR/_old 2022-06-23 10:24:40.103765938 +0200 +++ /var/tmp/diff_new_pack.oGrGpR/_new 2022-06-23 10:24:40.103765938 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <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> (No newline at EOF) ++++++ b4-0.8.0+2.obscpio -> b4-0.9.0+0.obscpio ++++++ ++++ 5731 lines of diff (skipped) ++++++ b4.obsinfo ++++++ --- /var/tmp/diff_new_pack.oGrGpR/_old 2022-06-23 10:24:40.235766081 +0200 +++ /var/tmp/diff_new_pack.oGrGpR/_new 2022-06-23 10:24:40.235766081 +0200 @@ -1,5 +1,5 @@ name: b4 -version: 0.8.0+2 -mtime: 1643729879 -commit: 846c6928b70727e3f8002f1e9c71176d2b824093 +version: 0.9.0+0 +mtime: 1655490181 +commit: 409c865175bf8f103bf5633331e8a1d77a446814
