- Update to version 1704220143.770566a:

* gen: add column to dbgloc
  * Check for STORAGE_ERROR before lowering Hare vaargs
  * qtype: fix -Werror failures
  * add .builds/openbsd.yml
  * gen: move tagged value to first aligned offset
  * OpenBSD: fix tests
  * replace ./configure with config.mk
  * fix confusing wording in parse.c

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/harec?expand=0&rev=16
This commit is contained in:
Soc Virnyl Estela 2024-01-20 07:24:23 +00:00 committed by Git OBS Bridge
parent de55610ae0
commit 126b5ad613
7 changed files with 21 additions and 9 deletions

View File

@ -6,7 +6,6 @@
<param name="versionrewrite-pattern">(.*)</param> <param name="versionrewrite-pattern">(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
</service> </service>
<service mode="manual" name="tar" /> <service mode="manual" name="tar" />
<service mode="manual" name="recompress"> <service mode="manual" name="recompress">

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://git.sr.ht/~sircmpwn/harec</param> <param name="url">https://git.sr.ht/~sircmpwn/harec</param>
<param name="changesrevision">9d51b367aeebcfc8ed0a0c458484b42c0b60a77e</param></service></servicedata> <param name="changesrevision">770566a51aa972c320b545d2292626057aabe831</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d3b017e2d7be74ad55b0c0172c39fe9fec2d528a7a57aa3f606999dc66cf515
size 168694

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06b8bcc37e9f2132f1146822c6f4d018063bc580a91ab7ffa79509bfeb0c8dc8
size 168797

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jan 20 07:21:00 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 1704220143.770566a:
* gen: add column to dbgloc
* Check for STORAGE_ERROR before lowering Hare vaargs
* qtype: fix -Werror failures
* add .builds/openbsd.yml
* gen: move tagged value to first aligned offset
* OpenBSD: fix tests
* replace ./configure with config.mk
* fix confusing wording in parse.c
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 23 08:12:46 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl> Sat Dec 23 08:12:46 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -1,4 +1,4 @@
name: harec name: harec
version: 1702179030.9d51b36 version: 1704220143.770566a
mtime: 1702179030 mtime: 1704220143
commit: 9d51b367aeebcfc8ed0a0c458484b42c0b60a77e commit: 770566a51aa972c320b545d2292626057aabe831

View File

@ -1,7 +1,7 @@
# #
# spec file for package harec # spec file for package harec
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed