- 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:
parent
de55610ae0
commit
126b5ad613
1
_service
1
_service
@ -6,7 +6,6 @@
|
||||
<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">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.sr.ht/~sircmpwn/harec</param>
|
||||
<param name="changesrevision">9d51b367aeebcfc8ed0a0c458484b42c0b60a77e</param></service></servicedata>
|
||||
<param name="changesrevision">770566a51aa972c320b545d2292626057aabe831</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d3b017e2d7be74ad55b0c0172c39fe9fec2d528a7a57aa3f606999dc66cf515
|
||||
size 168694
|
3
harec-1704220143.770566a.tar.zst
Normal file
3
harec-1704220143.770566a.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06b8bcc37e9f2132f1146822c6f4d018063bc580a91ab7ffa79509bfeb0c8dc8
|
||||
size 168797
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: harec
|
||||
version: 1702179030.9d51b36
|
||||
mtime: 1702179030
|
||||
commit: 9d51b367aeebcfc8ed0a0c458484b42c0b60a77e
|
||||
version: 1704220143.770566a
|
||||
mtime: 1704220143
|
||||
commit: 770566a51aa972c320b545d2292626057aabe831
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user