- Update to version 1701969360.dbd2d7a5:

* remove the fs::flag::TRUNC argument from os::create in cmd::hare
  * crypto::aes check for AVX before using the native interface
  * cmd::hare::build: separate tmpfile from lockfile
  * FreeBSD: truncate files on creation by default
  * scripts/moddirs: ignore configs/
  * OpenBSD: add rt::unveil()
  * OpenBSD: add rt::pledge()
  * OpenBSD: rt:: sycalls introduce pathbuf1
  * OpenBSD: truncate files on creation by default
  * OpenBSD: arm64 is called aarch64 in hare
  * OpenBSD: rt:: fix readlinkat, renameat
  * strconv: Remove base restrictions from doc comment of integertosb
  * OpenBSD: os::cpucount: Return the number of online CPUs

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/hare?expand=0&rev=11
This commit is contained in:
Soc Virnyl Estela 2023-12-08 13:21:09 +00:00 committed by Git OBS Bridge
parent f3c99f2400
commit 2f8689cd0d
6 changed files with 26 additions and 8 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">901444ae276c91a8122448b53bca9a1d3defb15f</param></service></servicedata>
<param name="changesrevision">dbd2d7a542ae38337ff7e34758262bd0a1cebcb0</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:920537efa8fd6080a738d7dc8fac6063c8ae7026707ce53fecebb33020926ed5
size 622527

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bfbe621880cdbc5976709ca9f9377e3be61f2b06efed49a83a71f1ff22e085a
size 623784

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Dec 08 13:20:23 UTC 2023 - socvirnyl.estela@gmail.com
- Update to version 1701969360.dbd2d7a5:
* remove the fs::flag::TRUNC argument from os::create in cmd::hare
* crypto::aes check for AVX before using the native interface
* cmd::hare::build: separate tmpfile from lockfile
* FreeBSD: truncate files on creation by default
* scripts/moddirs: ignore configs/
* OpenBSD: add rt::unveil()
* OpenBSD: add rt::pledge()
* OpenBSD: rt:: sycalls introduce pathbuf1
* OpenBSD: truncate files on creation by default
* OpenBSD: arm64 is called aarch64 in hare
* OpenBSD: rt:: fix readlinkat, renameat
* strconv: Remove base restrictions from doc comment of integertosb
* OpenBSD: os::cpucount: Return the number of online CPUs
-------------------------------------------------------------------
Sat Dec 02 10:19:02 UTC 2023 - socvirnyl.estela@gmail.com

View File

@ -1,4 +1,4 @@
name: hare
version: 1701471445.901444ae
mtime: 1701471445
commit: 901444ae276c91a8122448b53bca9a1d3defb15f
version: 1701969360.dbd2d7a5
mtime: 1701969360
commit: dbd2d7a542ae38337ff7e34758262bd0a1cebcb0

View File

@ -18,7 +18,7 @@
%bcond_without test
Name: hare
Release: 0
Version: 1701471445.901444ae
Version: 1701969360.dbd2d7a5
Summary: Hare system programming language
Group: Development/Tools/Building
License: MPL-2.0