SHA256
1
0
forked from pool/b4

Accepting request 850164 from devel:tools

- Update to version 0.5.2+9:
  * Fix crasher when attempting a 3-way prep
  * Fix handling of series with the [PATCHvX] defect
  * Fix header encoding introduced by earlier fix
  * Fix some cherry-picking corner cases
  * Don't crash when no valid patches are found
  * Use bytes when dumping to stdout
  * Set charset in order to generate MIME headers

OBS-URL: https://build.opensuse.org/request/show/850164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/b4?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-11-23 14:50:25 +00:00 committed by Git OBS Bridge
commit e8e66570f6
6 changed files with 21 additions and 9 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">347edcdd1e7104484777e286ed30f327de17ff8d</param></service></servicedata> <param name="changesrevision">46b9e092457c2921653704a4f824c9674f5967cb</param></service></servicedata>

View File

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

3
b4-0.5.2+9.obscpio Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 23 10:21:55 UTC 2020 - jslaby@suse.cz
- Update to version 0.5.2+9:
* Fix crasher when attempting a 3-way prep
* Fix handling of series with the [PATCHvX] defect
* Fix header encoding introduced by earlier fix
* Fix some cherry-picking corner cases
* Don't crash when no valid patches are found
* Use bytes when dumping to stdout
* Set charset in order to generate MIME headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 20 05:30:13 UTC 2020 - jslaby@suse.com Thu Aug 20 05:30:13 UTC 2020 - jslaby@suse.com

View File

@ -1,5 +1,5 @@
name: b4 name: b4
version: 0.5.2+2 version: 0.5.2+9
mtime: 1597766098 mtime: 1605646492
commit: 347edcdd1e7104484777e286ed30f327de17ff8d commit: 46b9e092457c2921653704a4f824c9674f5967cb

View File

@ -17,9 +17,9 @@
%define skip_python2 1 %define skip_python2 1
%define version_unconverted 0.5.2+2 %define version_unconverted 0.5.2+9
Name: b4 Name: b4
Version: 0.5.2+2 Version: 0.5.2+9
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