From a8c92b11eaee022af997d522ee9e3e313045f3f770a2aee325703d70fa943270 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 19 Sep 2022 05:42:26 +0000 Subject: [PATCH 1/4] up to 0.10 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=65 --- b4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b4.spec b/b4.spec index c488cd6..a0aee03 100644 --- a/b4.spec +++ b/b4.spec @@ -25,8 +25,8 @@ Group: Development/Tools/Other URL: https://git.kernel.org/pub/scm/utils/b4/b4.git Source0: https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch -# SECTION test requirements BuildRequires: fdupes +# SECTION test requirements BuildRequires: git-core BuildRequires: python3-dkimpy >= 1.0.5 BuildRequires: python3-dnspython >= 2.0.0 From 331b972bdeaa06c2805d24b3f916c646593d00e00da118fc5683e2c6baf9968f Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 19 Sep 2022 14:03:46 +0000 Subject: [PATCH 2/4] Updating link to change in openSUSE:Factory/b4 revision 25.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=8a97cbd2432aa2d3bc5e3057f5e02790 --- b4.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/b4.spec b/b4.spec index a0aee03..ec0d1e8 100644 --- a/b4.spec +++ b/b4.spec @@ -27,6 +27,7 @@ Source0: https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.g BuildArch: noarch BuildRequires: fdupes # SECTION test requirements +BuildRequires: fdupes BuildRequires: git-core BuildRequires: python3-dkimpy >= 1.0.5 BuildRequires: python3-dnspython >= 2.0.0 From b6f920caae60ae1c8476b59314632e6eff2a19e53e9d18113aa098be08fdbf8e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 19 Sep 2022 14:03:46 +0000 Subject: [PATCH 3/4] Accepting request 1004535 from devel:tools baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/1004535 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=66 --- b4.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/b4.spec b/b4.spec index ec0d1e8..a0aee03 100644 --- a/b4.spec +++ b/b4.spec @@ -27,7 +27,6 @@ Source0: https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.g BuildArch: noarch BuildRequires: fdupes # SECTION test requirements -BuildRequires: fdupes BuildRequires: git-core BuildRequires: python3-dkimpy >= 1.0.5 BuildRequires: python3-dnspython >= 2.0.0 From 9cd7616feae826bf6a37fbe4ccee8a150dbc6a67370f7551474fffcb59fb5245 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 27 Sep 2022 04:58:09 +0000 Subject: [PATCH 4/4] up to 0.10.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=67 --- b4-0.10.0.tar.gz | 3 --- b4-0.10.1.tar.gz | 3 +++ b4.changes | 10 ++++++++++ b4.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 b4-0.10.0.tar.gz create mode 100644 b4-0.10.1.tar.gz diff --git a/b4-0.10.0.tar.gz b/b4-0.10.0.tar.gz deleted file mode 100644 index 2b5ecb2..0000000 --- a/b4-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e154f9f5ad5ab557c124cef662802fa491ec9322b3899cc0c46846354b9574 -size 204453 diff --git a/b4-0.10.1.tar.gz b/b4-0.10.1.tar.gz new file mode 100644 index 0000000..8120713 --- /dev/null +++ b/b4-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831c41462293f7b448c0850d2b82f08430a4f39e957c02212d8bbc3519c958b6 +size 205453 diff --git a/b4.changes b/b4.changes index a3abd33..6e99a6b 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 27 04:55:59 UTC 2022 - Jiri Slaby + +- Update to version 0.10.1: + * Fixes the crash with "b4 ty" when using a local binary to send mail + * The "send" and "prep" commands now properly include diffstats into + generated patches + * Does not force single-patch series to have a cover letter. + * Does not force "v1" to be added to the prefixes + ------------------------------------------------------------------- Mon Sep 19 05:31:24 UTC 2022 - Jiri Slaby diff --git a/b4.spec b/b4.spec index a0aee03..520023b 100644 --- a/b4.spec +++ b/b4.spec @@ -17,7 +17,7 @@ Name: b4 -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later