2 Commits

Author SHA256 Message Date
9d60494cb7 Accepting request 1201392 from utilities
OBS-URL: https://build.opensuse.org/request/show/1201392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-delta?expand=0&rev=13
2024-09-16 15:45:38 +00:00
8a1a973565 Accepting request 1200134 from home:jubalh:branches:utilities
- Update to 0.18.2:
  * Move AmbiguousDiffMinusCounter to hunk_header #1825
  * Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list #1823
  * Handle quoted file paths in hunk headers #1840
  * Fix clippy warnings #1851
  * Allow --dark to override dark/light detected from syntax theme #1843
  * Upgrade and pin unicode-width to v0.1.12 #1858

- Update to 0.18.1:
  * This patch release fixes an issue with delta --version that
    was causing problems downstream (#1818)
  * Add hyperlinks section to manual #1816
  * Added platypus theme #1819
  * Don't use pager for --version #1824

- Update to 0.18.0:
  * Link to Repository from Manual #1657
  * Stop highlighting unchanged whitespace #1659
  * Add .gitattributes rules for rust files #1245
  * Repair --default-language, and highlight using full filename #1549
  * tests: prevent parallel env var access #1681
  * CI: fix macOS build #1696
  * Only use nosort in bash <4.4 #1683
  * Don't read git files when --no-gitconfig is given + unused variables #1728
  * tests: add insta for snapshot testing #1739
  * tests: set terminal width to 43 #1741
  * Fix panic when blame-palette is empty #1737
  * Make relative-paths work with binary files #1740
  * Fix github links from master to main #1709
  * Update terminal-colorsaurus #1699

OBS-URL: https://build.opensuse.org/request/show/1200134
OBS-URL: https://build.opensuse.org/package/show/utilities/git-delta?expand=0&rev=30
2024-09-16 10:51:41 +00:00
6 changed files with 62 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">git-delta-0.17.0.tar.gz</param>
<param name="srctar">git-delta-0.18.2.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>

View File

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

3
git-delta-0.18.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
Wed Sep 11 13:24:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.18.2:
* Move AmbiguousDiffMinusCounter to hunk_header #1825
* Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list #1823
* Handle quoted file paths in hunk headers #1840
* Fix clippy warnings #1851
* Allow --dark to override dark/light detected from syntax theme #1843
* Upgrade and pin unicode-width to v0.1.12 #1858
-------------------------------------------------------------------
Mon Aug 26 07:04:19 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.18.1:
* This patch release fixes an issue with delta --version that
was causing problems downstream (#1818)
* Add hyperlinks section to manual #1816
* Added platypus theme #1819
* Don't use pager for --version #1824
-------------------------------------------------------------------
Mon Aug 19 05:57:39 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 0.18.0:
* Link to Repository from Manual #1657
* Stop highlighting unchanged whitespace #1659
* Add .gitattributes rules for rust files #1245
* Repair --default-language, and highlight using full filename #1549
* tests: prevent parallel env var access #1681
* CI: fix macOS build #1696
* Only use nosort in bash <4.4 #1683
* Don't read git files when --no-gitconfig is given + unused variables #1728
* tests: add insta for snapshot testing #1739
* tests: set terminal width to 43 #1741
* Fix panic when blame-palette is empty #1737
* Make relative-paths work with binary files #1740
* Fix github links from master to main #1709
* Update terminal-colorsaurus #1699
* Make less version >= 633 behave like previous versions wrt. Nerd Fonts #1762
* Update catppuccin-latte casing in LIGHT_SYNTAX_THEMES list #1745
* deps: bump libc from 0.2.153 to 0.2.155 #1715
* Add missing --file-*-label option to --navigate docs #1744
* Fix copy-paste typo #1767
* Update syntect to 5.2.0 #1672
* Disable light mode detection in tests #1765
* Add --max-syntax-highlighting-length, set to 400 #1746
* chore: cleanup brew formula file in favor of core tap #1773
* wrap --help output, fix rust 1.80 build #1440
* Fix delta-toggle shell script #1794
* Do not wrap short help (-h) output #1800
* Implement --diff-args #1697
* Handle ambiguous diff header, '--- ' can also be present in a minus hunk #1787
* cd: build binaries targeting GNU libc on ubuntu-20.04, not latest #1805
-------------------------------------------------------------------
Mon Mar 18 08:08:23 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -17,7 +17,7 @@
Name: git-delta
Version: 0.17.0
Version: 0.18.2
Release: 0
Summary: A syntax-highlighter for git and diff output
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ffea070cedc8d49e25bb787027f08e8e05a76613d645a084cad0d94f2c22d9b
size 27529295
oid sha256:fae915f05a1aa6922ba19d0cc1521c5aec550c30571f0ba9d20c46f7c849a0fd
size 28193502