SHA256
1
0
forked from pool/hare

- Update to version 1703237889.6c1a836c:

* correct inotify_event to use [*]u8
  * make rt/+{arch}/restore.s platform-specific to +linux
  * rt/: prepare for IBT support
  * strings: Further simplify sub
  * os: handle errors on file system iteration
  * strconv::stof32 fix doc
- Update specfile
  * Always be specific with harec versions. Some hare versions won't
    work if harec version is not specified.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=28
This commit is contained in:
Soc Virnyl Estela
2023-12-23 02:22:28 +00:00
committed by Git OBS Bridge
parent 0f3dee59e0
commit 61e02bc02d
6 changed files with 24 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.sr.ht/~sircmpwn/hare</param>
<param name="changesrevision">ce67adb5aea8b1d17d366700551806f868585dcc</param></service></servicedata>
<param name="changesrevision">6c1a836cd86bebc8670e22effcd8a3061a0b4a14</param></service></servicedata>

BIN
hare-1702417101.ce67adb5.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
hare-1703237889.6c1a836c.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 23 02:20:15 UTC 2023 - socvirnyl.estela@gmail.com
- Update to version 1703237889.6c1a836c:
* correct inotify_event to use [*]u8
* make rt/+{arch}/restore.s platform-specific to +linux
* rt/: prepare for IBT support
* strings: Further simplify sub
* os: handle errors on file system iteration
* strconv::stof32 fix doc
- Update specfile
* Always be specific with harec versions. Some hare versions won't
work if harec version is not specified.
-------------------------------------------------------------------
Sat Dec 16 01:10:17 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@@ -1,4 +1,4 @@
name: hare
version: 1702417101.ce67adb5
mtime: 1702417101
commit: ce67adb5aea8b1d17d366700551806f868585dcc
version: 1703237889.6c1a836c
mtime: 1703237889
commit: 6c1a836cd86bebc8670e22effcd8a3061a0b4a14

View File

@@ -19,7 +19,7 @@
%bcond_without test
Name: hare
Release: 0
Version: 1702417101.ce67adb5
Version: 1703237889.6c1a836c
Summary: Hare system programming language
Group: Development/Tools/Building
License: MPL-2.0
@@ -29,7 +29,8 @@ Source1: %{name}-rpmlintrc
Source2: README-suse-maint.md
BuildRequires: binutils
BuildRequires: gcc
BuildRequires: harec
# Always be specific on harec version
BuildRequires: harec = 1702179030.9d51b36
BuildRequires: make
BuildRequires: qbe
BuildRequires: scdoc