From a132d3380752c90547b7af75245234858523f1dd Mon Sep 17 00:00:00 2001 From: Jan200101 Date: May 20 2022 19:50:35 +0000 Subject: update harec to a347ffcb11f2194ebd42889f586c0d4d8095ab59 --- diff --git a/harec.spec b/harec.spec index 0ba135d..ffa5b26 100644 --- a/harec.spec +++ b/harec.spec @@ -1,14 +1,14 @@ -%global commit c1caaf00bea2415724b969633cca2e3b2b51a4e6 +%global commit a347ffcb11f2194ebd42889f586c0d4d8095ab59 %global short_commit %(echo %{commit} | cut -c1-9) Name: harec Version: 0 -Release: 1+%{short_commit}%{?dist} +Release: 2+%{short_commit}%{?dist} Summary: hare bootstrap compiler License: GPLv3 URL: https://harelang.org/ -Source0: https://git.sr.ht/~sircmpwn/harec/archive/%{commit}.tar.gz +Source0: https://git.sr.ht/~sircmpwn/harec/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz BuildRequires: gcc BuildRequires: qbe @@ -49,6 +49,9 @@ tasks. %{_bindir}/harec %changelog +* Fri May 20 2022 Jan Drögehoff - 0-2+a347ffcb1 +- update build + * Mon Apr 25 2022 Jan Drögehoff - 0-1+c1caaf00b - Initial spec