SHA256
1
0
forked from pool/b4

Accepting request 915660 from devel:tools

- Update to version 0.8.0+0:
  * Normalize linebreaks when reconstituting body
  * Document listid-preference config parameter
  * Missed backfill call cleanup
  * Remove kludges that were needed before /all/
  * Filter duplicate results when querying new series
  * Move dedupe code into central location
  * Reimplement deduping based on list-id preference
  * When deduping, prefer DKIM-validating messages
  * Handle decoding incorrectly encoded headers
  * Parse just headers when extracting message ID from stdin mbox
  * Avoid decoding errors when extracting message ID from stdin
  * Don't consider signature contents for trailers
  * Sanitize msgid before using it as savename
  * Fix wrong statement on patches without indexes
  * Allow '.git' to be a file for worktrees
  * Tweak --guess-base output
  * Additional --guess-base refinements
  * Reimplement --guess-base
  * Don't append .git unnecessarily
  * Test to make sure mbox files contain unixfrom
  * and more...

OBS-URL: https://build.opensuse.org/request/show/915660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2021-09-02 21:20:16 +00:00 committed by Git OBS Bridge
commit f2fec03fcb
7 changed files with 36 additions and 10 deletions

View File

@ -3,7 +3,7 @@
<param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</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.7.y</param> <param name="revision">stable-0.8.y</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">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
<param name="changesrevision">f0b57f653da90401b458ee66528c03dbd7c759a6</param></service></servicedata> <param name="changesrevision">d8937ede7064a74623a9d1ef260d5d50a146dd44</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Sep 02 05:57:57 UTC 2021 - jslaby@suse.cz
- Update to version 0.8.0+0:
* Normalize linebreaks when reconstituting body
* Document listid-preference config parameter
* Missed backfill call cleanup
* Remove kludges that were needed before /all/
* Filter duplicate results when querying new series
* Move dedupe code into central location
* Reimplement deduping based on list-id preference
* When deduping, prefer DKIM-validating messages
* Handle decoding incorrectly encoded headers
* Parse just headers when extracting message ID from stdin mbox
* Avoid decoding errors when extracting message ID from stdin
* Don't consider signature contents for trailers
* Sanitize msgid before using it as savename
* Fix wrong statement on patches without indexes
* Allow '.git' to be a file for worktrees
* Tweak --guess-base output
* Additional --guess-base refinements
* Reimplement --guess-base
* Don't append .git unnecessarily
* Test to make sure mbox files contain unixfrom
* and more...
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 16 05:16:15 UTC 2021 - jslaby@suse.cz Mon Aug 16 05:16:15 UTC 2021 - jslaby@suse.cz

View File

@ -1,5 +1,5 @@
name: b4 name: b4
version: 0.7.3+0 version: 0.8.0+0
mtime: 1628865598 mtime: 1630501957
commit: f0b57f653da90401b458ee66528c03dbd7c759a6 commit: d8937ede7064a74623a9d1ef260d5d50a146dd44

View File

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