Accepting request 970606 from home:susnux:branches:utilities

- Update to version 0.20.0
  * New style component header-filesize to show size of the displayed
    file in the header.
  * Use underline for line highlighting on ANSI
  * Fix bash completion on bash 3.x and bash-completion 1.x.
- Update to version 0.19.0
  * Reduce startup time in loop-through mode by 90%.
  * Load themes lazily to make bat start 25% faster when disregarding
    syntax load time.
  * Python syntax highlighting no longer suffers from abysmal performance
    in specific scenarios.
  * Fix for poor performance when ANSI escape sequences are piped to bat
  * Fix for incorrect handling of ANSI escape sequences when
    using --wrap=never
  * Load custom assets as fast as integrated assets
  * Support for x:-delta (minus) syntax in line ranges
  * Support for --ignored-suffix argument.
  * $BAT_CONFIG_DIR is now a recognized environment variable. It has
    precedence over $XDG_CONFIG_HOME
  * Support for x:+delta syntax in line ranges (e.g. 20:+10)
  * Add new --acknowledgements option that gives credit to theme and
    syntax definition authors
  * Fix: First line not shown in diff context.
  * Fix: Do not ignore syntaxes that handle file names with
    a *.conf extension.

OBS-URL: https://build.opensuse.org/request/show/970606
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=31
This commit is contained in:
Michael Vetter 2022-04-18 18:21:30 +00:00 committed by Git OBS Bridge
parent 7bf1877c65
commit d82f55fa82
7 changed files with 38 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<service name="obs_scm" mode="localonly"> <service name="obs_scm" mode="localonly">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/sharkdp/bat</param> <param name="url">https://github.com/sharkdp/bat</param>
<param name="revision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param> <param name="revision">v0.20.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>

View File

@ -3,4 +3,4 @@
<param name="url">git://github.com/sharkdp/bat</param> <param name="url">git://github.com/sharkdp/bat</param>
<param name="changesrevision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param></service><service name="tar_scm"> <param name="changesrevision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param></service><service name="tar_scm">
<param name="url">https://github.com/sharkdp/bat</param> <param name="url">https://github.com/sharkdp/bat</param>
<param name="changesrevision">f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f</param></service></servicedata> <param name="changesrevision">0655ecf23d778f1455e2d79f37a805a7bcca98d2</param></service></servicedata>

View File

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

3
bat-0.20.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Apr 18 14:50:14 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.20.0
* New style component header-filesize to show size of the displayed
file in the header.
* Use underline for line highlighting on ANSI
* Fix bash completion on bash 3.x and bash-completion 1.x.
- Update to version 0.19.0
* Reduce startup time in loop-through mode by 90%.
* Load themes lazily to make bat start 25% faster when disregarding
syntax load time.
* Python syntax highlighting no longer suffers from abysmal performance
in specific scenarios.
* Fix for poor performance when ANSI escape sequences are piped to bat
* Fix for incorrect handling of ANSI escape sequences when
using --wrap=never
* Load custom assets as fast as integrated assets
* Support for x:-delta (minus) syntax in line ranges
* Support for --ignored-suffix argument.
* $BAT_CONFIG_DIR is now a recognized environment variable. It has
precedence over $XDG_CONFIG_HOME
* Support for x:+delta syntax in line ranges (e.g. 20:+10)
* Add new --acknowledgements option that gives credit to theme and
syntax definition authors
* Fix: First line not shown in diff context.
* Fix: Do not ignore syntaxes that handle file names with
a *.conf extension.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 30 03:53:34 UTC 2021 - william.brown@suse.com Thu Sep 30 03:53:34 UTC 2021 - william.brown@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package bat # spec file for package bat
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: bat Name: bat
Version: 0.18.2 Version: 0.20.0
Release: 0 Release: 0
Summary: A cat(1) clone with syntax highlighting and Git integration Summary: A cat(1) clone with syntax highlighting and Git integration
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:55bb491ed84763d2fb0fb814c065c002d286f4384b8efc8e6158c4d302c07387 oid sha256:cef3ff3e605505f99163af880d12c514c0c71dd4d01db96d4fb4fdd67454f4c3
size 11557704 size 11824964