From 1cea5fdc74b86ba6ec5b1b30cea9a2cd2d9518b4b17b32050b376ad714b7bdb1 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 28 Jul 2020 11:35:50 +0000 Subject: [PATCH 1/5] up to 0.5.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=9 --- _service | 11 +++++------ _servicedata | 2 +- b4.changes | 29 +++++++++++++++++++++++++++++ b4.spec | 7 ++++--- 4 files changed, 39 insertions(+), 10 deletions(-) diff --git a/_service b/_service index 7565ce6..103f106 100644 --- a/_service +++ b/_service @@ -1,15 +1,14 @@ - + git://git.kernel.org/pub/scm/utils/b4/b4.git git enable - @PARENT_TAG@+git%cd.g%h + stable-0.5.y + @PARENT_TAG@ v(.*) \1 - - b4-*.tar - xz - + + diff --git a/_servicedata b/_servicedata index 798c2ec..93a2ca9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/utils/b4/b4.git - 5c4ec14b2c003031885d44a6249c0c58099672fc \ No newline at end of file + 57aa10be35dda4201ee1d208e7b00a55e9133617 \ No newline at end of file diff --git a/b4.changes b/b4.changes index dcdd9a8..82086cc 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Jul 28 11:07:40 UTC 2020 - jslaby@suse.com + +- Update to version 0.5.2: + * Prepare for 0.5.2 release + * Fix handling of single-paragraph commit message bodies + * Fix basement detection for empty commit message bodies + * Support mbox -m to be a maildir + * man: Update commit url mask to contain 12 chars of ID + * Fix attestation error messages + * Deal with [PATCHvX] subjects + * Fix crash when -c used with incomplete series + * man: Drop the apostrophe from the linkmask configuration + * Fix crash with unbalanced [] in subject + * Fix regression with oddball charsets + * Up the version to 0.5.2-dev + * Prepare for 0.5.1 release + * Fix mbox naming inconsistencies + * Output less confusing trailer mismatch messages + * Fix bug with threading when cover ref is missing + * Fix body part parsing when '---' is not used + * Use proper charset when reading back mailinfo + * Don't output git am suggestion for -o - + * Add --no-cover and -o - to output to stdout + * Use unicode escape sequences + * Up the version to 0.5.1-dev +- switch to obs_scm +- switch to 0.5 stable branch + ------------------------------------------------------------------- Tue Jun 16 06:23:16 UTC 2020 - jslaby@suse.com diff --git a/b4.spec b/b4.spec index 90d7bbb..1bee940 100644 --- a/b4.spec +++ b/b4.spec @@ -17,17 +17,18 @@ %define skip_python2 1 -%define version_unconverted 0.5.0+git20200612.g5c4ec14b +%define version_unconverted 0.5.2 Name: b4 -Version: 0.5.0+git20200612.g5c4ec14b +Version: 0.5.2 Release: 0 Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://git.kernel.org/pub/scm/utils/b4/b4.git -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar BuildArch: noarch BuildRequires: %{python_module setuptools} +BuildRequires: tar %description This is a helper utility to work with patches made available via a From 667609ef60e025cbc746d9ad71384624b66212bc7a1d65397978026b1860a6cb Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 28 Jul 2020 11:36:02 +0000 Subject: [PATCH 2/5] up to 0.5.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=10 --- b4-0.5.0+git20200612.g5c4ec14b.tar.xz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 b4-0.5.0+git20200612.g5c4ec14b.tar.xz diff --git a/b4-0.5.0+git20200612.g5c4ec14b.tar.xz b/b4-0.5.0+git20200612.g5c4ec14b.tar.xz deleted file mode 100644 index 731ddb3..0000000 --- a/b4-0.5.0+git20200612.g5c4ec14b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aee52262e35f384856a34e0b9addef50fa55833540f5837c4ec73a048eb1c78 -size 45008 From 09daa1fd7d51094ab425e86716f69f28b14b5afce3974e1de659c5f0f16d8ef5 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 28 Jul 2020 11:37:28 +0000 Subject: [PATCH 3/5] up to 0.5.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=11 --- b4-0.5.2.obscpio | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 b4-0.5.2.obscpio diff --git a/b4-0.5.2.obscpio b/b4-0.5.2.obscpio new file mode 100644 index 0000000..27f4d1f --- /dev/null +++ b/b4-0.5.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7dce6595aa9e455545c357463b12b75f61cabf243577b31aac9e63ce59b7e5 +size 210955 From d64c9427d8a5c346dac800e10033716257979e3c081f85dbf6321bf53d5b94fa Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Tue, 28 Jul 2020 11:40:45 +0000 Subject: [PATCH 4/5] up to 0.5.2 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=12 --- b4.obsinfo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 b4.obsinfo diff --git a/b4.obsinfo b/b4.obsinfo new file mode 100644 index 0000000..9c27abe --- /dev/null +++ b/b4.obsinfo @@ -0,0 +1,5 @@ +name: b4 +version: 0.5.2 +mtime: 1595882083 +commit: 57aa10be35dda4201ee1d208e7b00a55e9133617 + From 559217e9d77acf97c7886e7f138756cc7a9d55ab7aafd47e2b140a98b0bb92c6 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Wed, 29 Jul 2020 05:30:49 +0000 Subject: [PATCH 5/5] try to compress OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=13 --- _service | 4 ++++ b4.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_service b/_service index 103f106..231be7e 100644 --- a/_service +++ b/_service @@ -11,4 +11,8 @@ + + *.tar + xz + diff --git a/b4.spec b/b4.spec index 1bee940..711d5a5 100644 --- a/b4.spec +++ b/b4.spec @@ -25,7 +25,7 @@ Summary: Helper scripts for kernel.org patches License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://git.kernel.org/pub/scm/utils/b4/b4.git -Source0: %{name}-%{version}.tar +Source0: %{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: %{python_module setuptools} BuildRequires: tar