Accepting request 1003476 from home:jcronenberg

- Update to version 0.22.1:
  - v0.22.1
    * Bugfixes
      - Bring back pre-processing of ANSI escape characters to so that some
        common bat use cases starts working again. See #2308 (@Enselic)
  - v0.22.0
    * Features
      - Make the default macOS theme depend on Dark Mode.
        See #2197, #1746 (@Enselic)
      - Support for separate system and user config files.
        See #668 (@patrickpichler)
    * Bugfixes
      - Prevent fork nightmare with PAGER=batcat. See #2235 (@johnmatthiggins)
      - Make --no-paging/-P override --paging=... if passed as a later arg,
        see #2201 (@themkat)
      - --map-syntax and --ignored-suffix now works together, see #2093 (@czzrr)
      - Strips byte order mark from output when in non-loop-through mode.
        See #1922 (@dag-h)
    * Other
      - Relaxed glibc requirements on amd64, see #2106 and #2194 (@sharkdp)
      - Improved fish completions. See #2275 (@zgracem)
      - Stop pre-processing ANSI escape characters. Syntax highlighting on ANSI
        escaped input is not supported. See #2185 and #2189 (@Enselic)
    * Syntaxes
      - NSE (Nmap Scripting Engine) is mapped to Lua, see #2151 (@Cre3per)
      - Correctly color fstab dump and pass fields, see #2246 (@yuvalmo)
      - Update Command Help syntax, see #2255
      - Julia: Fix syntax highlighting for function name starting with struct,
        see #2230
      - Minor update to LiveScript, see #2291

OBS-URL: https://build.opensuse.org/request/show/1003476
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=35
This commit is contained in:
Michael Vetter 2022-09-14 13:18:57 +00:00 committed by Git OBS Bridge
parent 47dc00d092
commit 2292cc22c4
7 changed files with 50 additions and 9 deletions

View File

@ -4,9 +4,8 @@
<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">v0.21.0</param> <param name="revision">v0.22.1</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
</service> </service>
<service mode="localonly" name="set_version"> <service mode="localonly" name="set_version">

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">405e5f74602d8f680168ef52350150921c696d54</param></service></servicedata> <param name="changesrevision">e5d95796141a719e208208182a5d3c2090a009c6</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Sep 13 15:51:54 UTC 2022 - jorik.cronenberg@suse.com
- Update to version 0.22.1:
- v0.22.1
* Bugfixes
- Bring back pre-processing of ANSI escape characters to so that some
common bat use cases starts working again. See #2308 (@Enselic)
- v0.22.0
* Features
- Make the default macOS theme depend on Dark Mode.
See #2197, #1746 (@Enselic)
- Support for separate system and user config files.
See #668 (@patrickpichler)
* Bugfixes
- Prevent fork nightmare with PAGER=batcat. See #2235 (@johnmatthiggins)
- Make --no-paging/-P override --paging=... if passed as a later arg,
see #2201 (@themkat)
- --map-syntax and --ignored-suffix now works together, see #2093 (@czzrr)
- Strips byte order mark from output when in non-loop-through mode.
See #1922 (@dag-h)
* Other
- Relaxed glibc requirements on amd64, see #2106 and #2194 (@sharkdp)
- Improved fish completions. See #2275 (@zgracem)
- Stop pre-processing ANSI escape characters. Syntax highlighting on ANSI
escaped input is not supported. See #2185 and #2189 (@Enselic)
* Syntaxes
- NSE (Nmap Scripting Engine) is mapped to Lua, see #2151 (@Cre3per)
- Correctly color fstab dump and pass fields, see #2246 (@yuvalmo)
- Update Command Help syntax, see #2255
- Julia: Fix syntax highlighting for function name starting with struct,
see #2230
- Minor update to LiveScript, see #2291
- Associate .mts and .cts files with the TypeScript syntax.
See #2236 (@kidonng)
- Fish history is mapped to YAML. See #2237 (@kidonng)
* bat as a library
- Make bat::PrettyPrinter::syntaxes() iterate over new bat::Syntax struct
instead of &syntect::parsing::SyntaxReference. See #2222 (@Enselic)
- Clear highlights after printing, see #1919 and #1920 (@rhysd)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 30 17:48:40 UTC 2022 - Jan Baier <jbaier@suse.com> Mon May 30 17:48:40 UTC 2022 - Jan Baier <jbaier@suse.com>

View File

@ -17,7 +17,7 @@
Name: bat Name: bat
Version: 0.21.0 Version: 0.22.1
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:6e0e62731e3087c7bd329fae38420d0510f9a6068d79727663379dcdb2d32473 oid sha256:e3cc6a42bff54a60e47ba24c20e54046b10d8059c5a2c2ee1effd18ceb8883ee
size 12849728 size 13104052