diff --git a/fish.spec b/fish.spec index 5dd57c9cfa4d0e78e841d0b19b832450e05ebf53..84ecf4dd728eeb4fc6d6fbc1f47b3cb81f77a9e3 100644 --- a/fish.spec +++ b/fish.spec @@ -1,10 +1,11 @@ Name: fish Version: 3.3.1 -Release: 2 +Release: 3 Summary: Friendly interactive shell License: GPLv2 and BSD and ISC and LGPLv2+ and MIT URL: https://fishshell.com Source0: https://github.com/fish-shell/fish-shell/releases/download/%{version}/%{name}-%{version}.tar.xz +# https://github.com/fish-shell/fish-shell/commit/ec8844d834cc9fe626e9fc326c6f5410341d532a Patch01: fix-test-failure.patch BuildRequires: cmake >= 3.2 @@ -98,6 +99,9 @@ fi %{_datadir}/pixmaps/fish.png %changelog +* Fri Mar 11 2022 wulei - 3.3.1-3 +- Add comment: https://github.com/fish-shell/fish-shell/commit/ec8844d834cc9fe626e9fc326c6f5410341d532a + * Thu Mar 10 2022 wulei - 3.3.1-2 - Fix test failure diff --git a/fix-test-failure.patch b/fix-test-failure.patch index 426a07dfcf34922dc280b642c63909f49c57389b..1b19a271fae14ba4a618814b7094ff6ba3b838cc 100644 --- a/fix-test-failure.patch +++ b/fix-test-failure.patch @@ -1,7 +1,7 @@ From bfe373299fc9a13f3fb05d6bc68c63e79d62dfa0 Mon Sep 17 00:00:00 2001 -From: wu-leilei -Date: Thu, 10 Mar 2022 11:25:11 +0800 -Subject: [PATCH] fix test +From: Fabian Homborg +Date: Thu, 14 Oct 2021 18:18:51 +0200 +Subject: [PATCH] Drop tests with resetting match start inside lookaround --- src/fish_tests.cpp | 2 --