From 61e5c16b04d58a48bfaf60b4b1025fe8508094163354b0bc1116fa6e18d3bed2 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 30 Aug 2023 12:39:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=76 --- helix.changes | 7 +------ helix.spec | 3 ++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/helix.changes b/helix.changes index 1b27c4e..ceb2846 100644 --- a/helix.changes +++ b/helix.changes @@ -1,12 +1,7 @@ ------------------------------------------------------------------- Wed Aug 30 12:34:13 UTC 2023 - Soc Virnyl Estela -- Rpm weirdness. So I set rust+cargo to 1.65 - -------------------------------------------------------------------- -Wed Aug 30 12:28:07 UTC 2023 - Soc Virnyl Estela - -- Limit rust+cargo version >=1.65 and < 1.71 +- Limit cargo version >=1.65 and < 1.71 ------------------------------------------------------------------- Thu Jun 22 11:33:28 UTC 2023 - Eyad Issa diff --git a/helix.spec b/helix.spec index 404d8f6..04fce74 100644 --- a/helix.spec +++ b/helix.spec @@ -37,7 +37,8 @@ Source4: helix-rpmlintrc BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: cargo-packaging -BuildRequires: rust+cargo = 1.65 +BuildRequires: cargo < 1.71 +BuildRequires: cargo > 1.65 BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files Recommends: %{name}-runtime = %{version}