From bd86d09ee76570a5dd8f37a8646027d063293785a4a51025aa447abc1d04b179 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 19 Sep 2022 05:38:22 +0000 Subject: [PATCH] up to 0.10 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=63 --- _service | 18 ------------------ _servicedata | 4 ---- b4-0.10.0.tar.xz | 3 +++ b4-0.9.0.obscpio | 3 --- b4.changes | 12 ++++++++++++ b4.obsinfo | 4 ---- b4.spec | 9 +++++---- 7 files changed, 20 insertions(+), 33 deletions(-) delete mode 100644 _service delete mode 100644 _servicedata create mode 100644 b4-0.10.0.tar.xz delete mode 100644 b4-0.9.0.obscpio delete mode 100644 b4.obsinfo diff --git a/_service b/_service deleted file mode 100644 index fa601de..0000000 --- a/_service +++ /dev/null @@ -1,18 +0,0 @@ - - - https://git.kernel.org/pub/scm/utils/b4/b4 - git - enable - v0.9.0 - @PARENT_TAG@+@TAG_OFFSET@ - v([^+]*)(\+0)?(\+[1-9][0-9]*)? - \1\3 - - - - - - *.tar - xz - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index dcea89a..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://git.kernel.org/pub/scm/utils/b4/b4 - 409c865175bf8f103bf5633331e8a1d77a446814 \ No newline at end of file diff --git a/b4-0.10.0.tar.xz b/b4-0.10.0.tar.xz new file mode 100644 index 0000000..2b5ecb2 --- /dev/null +++ b/b4-0.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e154f9f5ad5ab557c124cef662802fa491ec9322b3899cc0c46846354b9574 +size 204453 diff --git a/b4-0.9.0.obscpio b/b4-0.9.0.obscpio deleted file mode 100644 index 6063ab0..0000000 --- a/b4-0.9.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddeeec9759e86bc16a66d3880f37230ad01a51637ebc89267613cd11bf23a329 -size 592908 diff --git a/b4.changes b/b4.changes index 97ee61c..a3abd33 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 19 05:31:24 UTC 2022 - Jiri Slaby + +- Update to version 0.10.0: + * Developer-oriented features (prep, send, trailers commands) + * Patchwork integration + * The "trailer-order" setting now only reorders the trailers + * Web submission endpoint support for "b4 send" + * Adds a "trailers-ignore-from" configuration option + * Bugfixes and improved tests. +- switch from _service to standard releases (they are often enough) + ------------------------------------------------------------------- Fri Aug 26 05:36:32 UTC 2022 - Thorsten Kukuk diff --git a/b4.obsinfo b/b4.obsinfo deleted file mode 100644 index 285cd44..0000000 --- a/b4.obsinfo +++ /dev/null @@ -1,4 +0,0 @@ -name: b4 -version: 0.9.0 -mtime: 1655490181 -commit: 409c865175bf8f103bf5633331e8a1d77a446814 diff --git a/b4.spec b/b4.spec index 70fc812..10a89ac 100644 --- a/b4.spec +++ b/b4.spec @@ -16,17 +16,17 @@ # -%define version_unconverted 0.9.0 Name: b4 -Version: 0.9.0 +Version: 0.10.0 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: https://github.com/mricon/b4/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.xz BuildArch: noarch # SECTION test requirements +BuildRequires: fdupes BuildRequires: git-core BuildRequires: python3-dkimpy >= 1.0.5 BuildRequires: python3-dnspython >= 2.0.0 @@ -62,6 +62,7 @@ sed -i.old '1{/#!.*/d}' b4/*.py %install %python3_install +%fdupes %{buildroot}%python3_sitelib %check python3 setup.py check @@ -69,7 +70,7 @@ export PYTHONPATH="./" 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,shazam,attest' +%{buildroot}/%{_bindir}/b4 --help | grep -q 'mbox,am,shazam,pr' %{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Grabbing thread from lore.kernel.org/all/abc/t.mbox.gz' %files