Accepting request 1091832 from utilities

- Update to version 0.41.1:
  * Fixed a bug where preview window is not updated when
    --disabled is set and a reload is triggered by change:reload
    binding
  * Added fix-go-test.patch to make test cases work on 0.41.1

OBS-URL: https://build.opensuse.org/request/show/1091832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2023-06-11 17:54:36 +00:00 committed by Git OBS Bridge
commit 235fe0ce1f
6 changed files with 44 additions and 6 deletions

28
fix-go-test.patch Normal file
View File

@ -0,0 +1,28 @@
From 448d7e0c5a717128d499f6a09a978b7addd1d925 Mon Sep 17 00:00:00 2001
From: Junegunn Choi <junegunn.c@gmail.com>
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) {

View File

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

3
fzf-0.41.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 9 03:32:26 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
- Update to version 0.41.1:
* Fixed a bug where preview window is not updated when
--disabled is set and a reload is triggered by change:reload
binding
* Added fix-go-test.patch to make test cases work on 0.41.1
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 26 18:38:52 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org> Fri May 26 18:38:52 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -18,7 +18,7 @@
%global _lto_cflags %{nil} %global _lto_cflags %{nil}
Name: fzf Name: fzf
Version: 0.41.0 Version: 0.41.1
Release: 0 Release: 0
Summary: A command-line fuzzy finder Summary: A command-line fuzzy finder
License: MIT License: MIT
@ -26,6 +26,7 @@ Group: Productivity/File utilities
URL: https://github.com/junegunn/fzf URL: https://github.com/junegunn/fzf
Source0: https://github.com/junegunn/fzf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/junegunn/fzf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst Source1: vendor.tar.zst
Patch0: fix-go-test.patch
BuildRequires: zstd BuildRequires: zstd
BuildRequires: golang(API) >= 1.19 BuildRequires: golang(API) >= 1.19

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4998f14caf2ddf7c3c704e672ca182357665313ee30eda3d0d20645c4e5c6216 oid sha256:13dd686f14ade9712ebe82fb7ac8decb505bb45cedc115f5da1dd03149e60306
size 1662344 size 1649670