diff --git a/.gitignore b/.gitignore index 873bb2e..974501a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vis-v0.5.tar.gz /vis-0.6.tar.gz +/vis-ee46156.tar.gz diff --git a/sources b/sources index a185213..59a378c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vis-0.6.tar.gz) = 3809b40f75816e03e47e0c2c16d2681cc1c01ad50a3d051285d5f1e9ff0a333160e668228a129a1596109aa079dc8364d3ad060b88e9dba33bb1d60a15eaf4e2 +SHA512 (vis-ee46156.tar.gz) = 9ef2ca5205137e95c9fc10b81bf35ee20ab9c4b4623cd754e75fbacc38aa28283070eea76ac735b22b647e4d17aee61b0a943387cd25af0d476d3234e6119829 diff --git a/vis.spec b/vis.spec index a0cdea0..eab7289 100644 --- a/vis.spec +++ b/vis.spec @@ -1,6 +1,9 @@ +%global commit ee461564febb8b2ef30d45051a85c543c5192349 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + Name: vis Version: 0.6 -Release: 3%{?dist} +Release: 4.20201001gitee46156%{?dist} Summary: A vim-like editor with structural regex from plan9 # The entire source code is ISC except for the following exceptions, @@ -12,7 +15,7 @@ Summary: A vim-like editor with structural regex from plan9 # All files under lua/lexers/ are MIT licensed License: ISC and MIT and CC0 URL: https://github.com/martanne/%{name}/ -Source0: https://github.com/martanne/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/martanne/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: gcc BuildRequires: pkgconfig(termkey) @@ -37,7 +40,7 @@ BuildArch: noarch %{summary} %prep -%autosetup -n vis-%{version} +%autosetup -n vis-%{commit} %build %configure @@ -66,6 +69,9 @@ BuildArch: noarch %doc lua/doc/index.html lua/doc/ldoc_fixed.css %changelog +* Thu Oct 01 2020 Jani Juhani Sinervo - 0.6-4.20201001gitee46156 +- Fix FSFTB rhbz#186506 + * Sat Aug 01 2020 Fedora Release Engineering - 0.6-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild