Accepting request 814833 from devel:tools

- Update to version 0.5.0+git20200612.g5c4ec14b:
  * Fix crash with unbalanced [] in subject
  * Fix regression with oddball charsets
  * 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

OBS-URL: https://build.opensuse.org/request/show/814833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-06-16 11:45:44 +00:00 committed by Git OBS Bridge
commit 70812b010a
5 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param> <param name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
<param name="changesrevision">204416b80fbb5853d87e6a7cfbf35a0a719c4516</param></service></servicedata> <param name="changesrevision">5c4ec14b2c003031885d44a6249c0c58099672fc</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 16 06:23:16 UTC 2020 - jslaby@suse.com
- Update to version 0.5.0+git20200612.g5c4ec14b:
* Fix crash with unbalanced [] in subject
* Fix regression with oddball charsets
* 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
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 08 10:57:26 UTC 2020 - jslaby@suse.com Mon Jun 08 10:57:26 UTC 2020 - jslaby@suse.com

View File

@ -17,9 +17,9 @@
%define skip_python2 1 %define skip_python2 1
%define version_unconverted 0.5.0+git20200528.g204416b80fbb %define version_unconverted 0.5.0+git20200612.g5c4ec14b
Name: b4 Name: b4
Version: 0.5.0+git20200528.g204416b80fbb Version: 0.5.0+git20200612.g5c4ec14b
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
@ -41,6 +41,9 @@ precursor to Lore and Data in the Star Trek universe.
%prep %prep
%autosetup -p1 %autosetup -p1
# ditch shebang from .py files, they are non-executables anyway
sed -i.old '1{/#!.*/d}' b4/*.py
%build %build
%python_build %python_build