Accepting request 1148369 from devel:tools:compiler
- First pre-release version of hare 0.24.0 * requires qbe 1.2 and harec 0.24.0 OBS-URL: https://build.opensuse.org/request/show/1148369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hare?expand=0&rev=5
This commit is contained in:
commit
60f28668a7
17
_service
17
_service
@ -1,17 +0,0 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://git.sr.ht/~sircmpwn/hare</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionrewrite-pattern">(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.sr.ht/~sircmpwn/hare</param>
|
||||
<param name="changesrevision">933763ed35ecd9a0a1263a195c5e267f95d67b18</param></service></servicedata>
|
3
hare-0.24.0.tar.gz
Normal file
3
hare-0.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7061dad3c79cca51a1662a71b1c6f8ec001f52ef3053dd3c2dbb95ae9beff7bc
|
||||
size 767869
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:798300073258fd1e684359f1e95d0c0476e6e88ba2cbb82c9e43e1c8975d33c3
|
||||
size 626900
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 01:02:16 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- First pre-release version of hare 0.24.0
|
||||
* requires qbe 1.2 and harec 0.24.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 07:25:20 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: hare
|
||||
version: 1705636831.933763ed
|
||||
mtime: 1705636831
|
||||
commit: 933763ed35ecd9a0a1263a195c5e267f95d67b18
|
13
hare.spec
13
hare.spec
@ -19,25 +19,26 @@
|
||||
%bcond_without test
|
||||
Name: hare
|
||||
Release: 0
|
||||
Version: 1705636831.933763ed
|
||||
Version: 0.24.0
|
||||
Summary: Hare system programming language
|
||||
Group: Development/Tools/Building
|
||||
License: MPL-2.0
|
||||
URL: https://harelang.org
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source0: https://git.sr.ht/~sircmpwn/hare/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
Source2: README-suse-maint.md
|
||||
BuildRequires: binutils
|
||||
BuildRequires: gcc
|
||||
# Always be specific on harec version
|
||||
BuildRequires: harec = 1704220143.770566a
|
||||
# Hare and the HareC compiler should have the same version
|
||||
BuildRequires: harec = %{version}
|
||||
BuildRequires: make
|
||||
BuildRequires: qbe
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: timezone
|
||||
BuildRequires: zstd
|
||||
Requires: harec
|
||||
Requires: qbe
|
||||
Requires: harec = %{version}
|
||||
# Hare requires QBE 1.2 like HareC does
|
||||
Requires: qbe = 1.2
|
||||
Requires: timezone
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user