SHA256
1
0
forked from pool/b4

Accepting request 1189294 from devel:tools

- update to 0.14.1:
  * Forward the smtpserveroption to the local command
  * Support "valueless truth" in configuration parsing
  * Exclude tests from dist files
  * bump-version: fix path to the manpages
  * shazam: force mboxrd mode for git-am
  * Improve tests exclusion from the built packages
  * When looking for the cover commit, restrict to current committer

OBS-URL: https://build.opensuse.org/request/show/1189294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2024-07-25 13:38:46 +00:00 committed by Git OBS Bridge
commit 27a37c3577
4 changed files with 16 additions and 5 deletions

View File

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

3
b4-0.14.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 24 05:10:07 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- update to 0.14.1:
* Forward the smtpserveroption to the local command
* Support "valueless truth" in configuration parsing
* Exclude tests from dist files
* bump-version: fix path to the manpages
* shazam: force mboxrd mode for git-am
* Improve tests exclusion from the built packages
* When looking for the cover commit, restrict to current committer
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 17 06:41:56 UTC 2024 - Jiri Slaby <jslaby@suse.cz> Mon Jun 17 06:41:56 UTC 2024 - Jiri Slaby <jslaby@suse.cz>

View File

@ -24,7 +24,7 @@
%global pprefix python311 %global pprefix python311
%endif %endif
Name: b4 Name: b4
Version: 0.14.0 Version: 0.14.1
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
@ -73,7 +73,6 @@ sed -i.old '1{/#!.*/d}' src/b4/*.py
%install %install
%pyproject_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_expand rm -rf %{buildroot}%{$python_sitelib}/{tests,b4/man}/
install -m644 -Dt %{buildroot}%{_mandir}/man5/ src/b4/man/b4.5 install -m644 -Dt %{buildroot}%{_mandir}/man5/ src/b4/man/b4.5
%check %check