diff --git a/fix-go-test.patch b/fix-go-test.patch deleted file mode 100644 index cbc9fb3..0000000 --- a/fix-go-test.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 448d7e0c5a717128d499f6a09a978b7addd1d925 Mon Sep 17 00:00:00 2001 -From: Junegunn Choi -Date: Sat, 27 May 2023 16:01:30 +0900 -Subject: [PATCH] Update test case - ---- - src/merger_test.go | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/merger_test.go b/src/merger_test.go -index 5894bea015..5fd1576fd7 100644 ---- a/src/merger_test.go -+++ b/src/merger_test.go -@@ -23,10 +23,10 @@ func randResult() Result { - } - - func TestEmptyMerger(t *testing.T) { -- assert(t, EmptyMerger.Length() == 0, "Not empty") -- assert(t, EmptyMerger.count == 0, "Invalid count") -- assert(t, len(EmptyMerger.lists) == 0, "Invalid lists") -- assert(t, len(EmptyMerger.merged) == 0, "Invalid merged list") -+ assert(t, EmptyMerger(0).Length() == 0, "Not empty") -+ assert(t, EmptyMerger(0).count == 0, "Invalid count") -+ assert(t, len(EmptyMerger(0).lists) == 0, "Invalid lists") -+ assert(t, len(EmptyMerger(0).merged) == 0, "Invalid merged list") - } - - func buildLists(partiallySorted bool) ([][]Result, []Result) { diff --git a/fzf-0.41.1.tar.gz b/fzf-0.41.1.tar.gz deleted file mode 100644 index b310320..0000000 --- a/fzf-0.41.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982682eaac377c8a55ae8d7491fcd0e888d6c13915d01da9ebb6b7c434d7f4b5 -size 238333 diff --git a/fzf-0.42.0.tar.gz b/fzf-0.42.0.tar.gz new file mode 100644 index 0000000..40c0d10 --- /dev/null +++ b/fzf-0.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743c1bfc7851b0796ab73c6da7db09d915c2b54c0dd3e8611308985af8ed3df2 +size 239469 diff --git a/fzf.changes b/fzf.changes index 5382b70..1e30deb 100644 --- a/fzf.changes +++ b/fzf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 14 15:50:14 UTC 2023 - Joshua Smith + +- Update to version 0.42.0: + * Added new info style: --info=right + * Added new info style: --info=inline-right + * Added new border style thinblock which uses Symbols for Legacy + Computing one eighth block elements + * Removed fix-go-test.patch that is no longer needed. + ------------------------------------------------------------------- Fri Jun 9 03:32:26 UTC 2023 - Joshua Smith diff --git a/fzf.spec b/fzf.spec index c1110e6..e130e64 100644 --- a/fzf.spec +++ b/fzf.spec @@ -18,7 +18,7 @@ %global _lto_cflags %{nil} Name: fzf -Version: 0.41.1 +Version: 0.42.0 Release: 0 Summary: A command-line fuzzy finder License: MIT @@ -26,7 +26,6 @@ Group: Productivity/File utilities URL: https://github.com/junegunn/fzf Source0: https://github.com/junegunn/fzf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst -Patch0: fix-go-test.patch BuildRequires: zstd BuildRequires: golang(API) >= 1.19 diff --git a/vendor.tar.zst b/vendor.tar.zst index 7be1fdb..3388e36 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13dd686f14ade9712ebe82fb7ac8decb505bb45cedc115f5da1dd03149e60306 -size 1649670 +oid sha256:294b779db41582ef3d6b539f34807a5abd85b96ea5326a59fd54f47a0cf83bab +size 1652946