- 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:
parent
0f3dee59e0
commit
61e02bc02d
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21f09a069c0631f1b4a4c5994a08c2884fc22868e698e53f2f7572e3a2115d86
|
||||
size 625321
|
3
hare-1703237889.6c1a836c.tar.zst
Normal file
3
hare-1703237889.6c1a836c.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fff10073b6ccb6968db787909e560d18219f41c0322ea7c0f3d86164853c3c5
|
||||
size 625660
|
14
hare.changes
14
hare.changes
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hare
|
||||
version: 1702417101.ce67adb5
|
||||
mtime: 1702417101
|
||||
commit: ce67adb5aea8b1d17d366700551806f868585dcc
|
||||
version: 1703237889.6c1a836c
|
||||
mtime: 1703237889
|
||||
commit: 6c1a836cd86bebc8670e22effcd8a3061a0b4a14
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user