From 310fc89d6939bf4c4628810495b3151b3e436fd41a33480e368fb5b4f1f59e0b Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 2 Sep 2021 05:59:40 +0000 Subject: [PATCH] up to 0.8 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=52 --- _service | 2 +- _servicedata | 2 +- b4-0.7.3+0.obscpio | 3 --- b4-0.8.0+0.obscpio | 3 +++ b4.changes | 26 ++++++++++++++++++++++++++ b4.obsinfo | 6 +++--- b4.spec | 4 ++-- 7 files changed, 36 insertions(+), 10 deletions(-) delete mode 100644 b4-0.7.3+0.obscpio create mode 100644 b4-0.8.0+0.obscpio diff --git a/_service b/_service index cae341e..d6af138 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git://git.kernel.org/pub/scm/utils/b4/b4.git git enable - stable-0.7.y + stable-0.8.y @PARENT_TAG@+@TAG_OFFSET@ v(.*) \1 diff --git a/_servicedata b/_servicedata index e1d9dde..41210f2 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/utils/b4/b4.git - f0b57f653da90401b458ee66528c03dbd7c759a6 \ No newline at end of file + d8937ede7064a74623a9d1ef260d5d50a146dd44 \ No newline at end of file diff --git a/b4-0.7.3+0.obscpio b/b4-0.7.3+0.obscpio deleted file mode 100644 index d049335..0000000 --- a/b4-0.7.3+0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c39bebc716bf93b2f12b769c498e71daca968743aecf88ad98fa492874a38c5e -size 336907 diff --git a/b4-0.8.0+0.obscpio b/b4-0.8.0+0.obscpio new file mode 100644 index 0000000..79e66ef --- /dev/null +++ b/b4-0.8.0+0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823b533db9c7bcce355f53e664ae30b4fc69ff55ddf52ee15c523ce285b9887f +size 381963 diff --git a/b4.changes b/b4.changes index 6af78db..272838a 100644 --- a/b4.changes +++ b/b4.changes @@ -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 diff --git a/b4.obsinfo b/b4.obsinfo index c3ca939..58a7744 100644 --- a/b4.obsinfo +++ b/b4.obsinfo @@ -1,5 +1,5 @@ name: b4 -version: 0.7.3+0 -mtime: 1628865598 -commit: f0b57f653da90401b458ee66528c03dbd7c759a6 +version: 0.8.0+0 +mtime: 1630501957 +commit: d8937ede7064a74623a9d1ef260d5d50a146dd44 diff --git a/b4.spec b/b4.spec index 9bfc6a9..d6c3d70 100644 --- a/b4.spec +++ b/b4.spec @@ -16,9 +16,9 @@ # -%define version_unconverted 0.7.3+0 +%define version_unconverted 0.8.0+0 Name: b4 -Version: 0.7.3+0 +Version: 0.8.0+0 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later