diff --git a/_service b/_service index 3580822..e0d08a5 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git git://github.com/sharkdp/bat - v0.18.1 + f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index ee24097..7c7bc39 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/sharkdp/bat - f827ed338bf5702d7f755e57648e7336492e886a \ No newline at end of file + f3d53b79a2d7a51f470ac8a06b6bdd9a4f225e8f \ No newline at end of file diff --git a/bat-0.18.1.tar.xz b/bat-0.18.1.tar.xz deleted file mode 100644 index 8cbe3b1..0000000 --- a/bat-0.18.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22bc0a93b6cb47d311939d9a38c9e9b366ae50a3e4ef35e040e455c8cc1530df -size 50719448 diff --git a/bat-0.18.2.tar.xz b/bat-0.18.2.tar.xz new file mode 100644 index 0000000..28235b0 --- /dev/null +++ b/bat-0.18.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d97a5dd8a9fc00873941c9e7417f83f41f55b84680f512be9c7996c924fc3c0 +size 39163276 diff --git a/bat.changes b/bat.changes index 404b05b..f3dc110 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,107 @@ +------------------------------------------------------------------- +Wed Aug 18 09:03:43 UTC 2021 - mvetter@suse.com + +- Update to f3d53b to fix build on Tumbleweed because of Rust 1.54 + See https://github.com/sharkdp/bat/issues/1796 + * Update git2 dependency to fix incompatibility with Rust 1.54 + * Reduce startup time in loop-through mode with 80%-90% + * HighlightingAssets: Move out fn get_integrated_*set() to module scope + * Support a hidden arg --no-custom-assets that skips loading assets from the cache + * HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable + * HighlightingAssets::get_extension_syntax(): Split up into smaller methods + * Make loading of cached assets closer in performance to integrated assets + * Add Enselic in FUNDING.yml + * Update battest.py + * Add `rs` identifier for Rust code blocks in Markdown + * Update CHANGELOG + * Add groff syntax + * Add custom FUNDING.yml + * HighlightingAssets: Introduce private fn new() helper + * HighlightingAssets: Encapsulate syntax_set behind a getter + * De-duplicate some themes.bin and syntaxes.bin related code + * Fix typo in README + +------------------------------------------------------------------- +Wed Aug 18 07:31:12 UTC 2021 - mvetter@suse.com + +- Update to version 0.18.2: + * Add note on vulnerability reporting, closes #1473 + * Upgrade CHANGELOG with security vulnerability notice + * Update Julia syntax test + * Update Julia syntax, closes #1692 + * Update assets + * Run cargo fmt + * Bump version to v0.18.2 + * Use resolved path for --diagnostic as well + * Fix for Windows: do not run binaries from CWD + * Bump assets/syntaxes/02_Extra/CMake from `7d6231c` to `ab6ef4e` + * Bump ansi_colours from 1.0.2 to 1.0.4 + * Bump globset from 0.4.6 to 0.4.8 + * Add CHANGELOG entry for #1687 + * Abort ignored filename suffix stripping early on unworkable filenames + * Simplify ignored filename suffix stripping + * Add syntax tests for ignored filename suffixes + * Find syntax ignoring known backup/template filename suffixes + * CICD: sync with pastel, minor changes + * Add some more options to bash completion + * Bump assert_cmd from 1.0.4 to 1.0.5 + * Fix missing config/cache arguments in Zsh completion + * Document --generate-config-file in manual + * Add change log entry for bash completion + * Depend on scop/bash-completion + * Add missing comment about --theme arg escaping + * Add bash completion + * pretty_printer.rs: Don't use a URL as an example Input title + * Update README.md + * Update README.md + * Modify Linguist overrides + * Spelling fixes + * Highlight mtab files with fstab highlighting + * README.md: List compatibility as another advantage to 3-bit themes + * README.md: Mention that PAGER is ignored if set to more or most + * Bump nix from 0.20.0 to 0.21.0 + * Bump assert_cmd from 1.0.3 to 1.0.4 + * Update `CHANGELOG.md` for #1668 + * Add Verilog syntax test file + * Add varlink syntax test file + * Add TypeScriptReact syntax test file + * Add Stylus syntax test file + * Add Strace syntax test file + * Add Robot Framework syntax test file + * Add Rego syntax test file + * Add Puppet syntax test file + * Add NAnt Build File syntax test file + * Add Literate Haskell syntax test file + * Add jsonnet syntax test file + * Add Java Server Page (JSP) syntax test file + * Add 'NOTICE' to list of file names to skip + * Add Fortran Namelist syntax test file + * Add Fortran (Fixed Form) syntax test file + * Add Fortran (Modern) syntax test file + * Add F# syntax test file + * Add CoffeeScript syntax test file + * Add Cabal syntax test file + * CHANGELOG.md: Apply DotENV syntax also for .env.default and .env.defaults + * DotENV.sublime-syntax: Re-exported after .tmLanguage update + * Bump assets/syntaxes/02_Extra/DotENV from `a1c9176` to `58201ba` + * Refactor "Use `matches` macro" + * Update `CHANGELOG.md` for #1661 + * Use the functional update syntax + * Implement `From<..>` instead of `Into<..>` + * Use the functional update syntax + * Use `matches` macro + * Use `!theme.is_empty()` + * ja: add section about integration with fzf + * ja: fix typo + * Update CHANGELOG for #1655 + * Add XAML test file + * Add dash test file + * Update CHANGELOG for #1654 + * Add support for XAML files + * Add support for dash shebang + * Fix broken img link + * Update and polish Korean translation + ------------------------------------------------------------------- Sun Jun 13 19:33:37 UTC 2021 - idesmi@protonmail.com diff --git a/bat.spec b/bat.spec index 8cc408e..c4e8d96 100644 --- a/bat.spec +++ b/bat.spec @@ -17,12 +17,12 @@ Name: bat -Version: 0.18.1 +Version: 0.18.2 Release: 0 Summary: A cat(1) clone with syntax highlighting and Git integration License: Apache-2.0 OR MIT Group: Productivity/Text/Utilities -URL: https://github.com/sharkdp/%{name} +URL: https://github.com/sharkdp/bat Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz BuildRequires: rust >= 1.45 diff --git a/vendor.tar.xz b/vendor.tar.xz index 2fc59bf..9e6d7fe 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e80ed8429bfc4ca131a471a5ba0f91bc0dc54b9c8ac634be4173f7e47b8bf1e4 -size 11527872 +oid sha256:8886c19cf3f14df01b276061810528f4b7f4cd00bb3c2669e082e5a581d2cc7f +size 11559652