forked from pool/parsec
Accepting request 1118527 from home:Guillaume_G:branches:security
- Fix build on Leap 15.5 - Update to 1.3.0-rc1 OBS-URL: https://build.opensuse.org/request/show/1118527 OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=48
This commit is contained in:
parent
ba78fbdd9b
commit
0232d85cd4
8
_service
8
_service
@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="compression">xz</param>
|
||||
<param name="srcdir">parsec-1.2.0</param>
|
||||
<param name="srcdir">parsec-1.3.0-rc1</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">parsec-1.2.0</param>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">parsec-1.3.0-rc1</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a16fb42a397eb6859d55690e441146211d6134bf819eca00ac7ab670684c5227
|
||||
size 922957
|
3
parsec-1.3.0-rc1.tar.gz
Normal file
3
parsec-1.3.0-rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a3e101805e5bfbcacad0c38755ff69d51a9e4660b852c8b91722d17b11f1bb9
|
||||
size 939378
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 14:31:43 UTC 2023 - Guillaume <guillaume@arm.com>
|
||||
|
||||
- Fix build on Leap 15.5
|
||||
- Update to 1.3.0-rc1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 15:01:10 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
%define archive_version 1.2.0
|
||||
%define archive_version 1.3.0-rc1
|
||||
|
||||
%{?systemd_ordering}
|
||||
Name: parsec
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0~rc1
|
||||
Release: 0
|
||||
Summary: Platform AbstRaction for SECurity
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d23b6ea2c3ee640c953bdbdcb69a81a6626abd30644330ebe6609a8ead45be50
|
||||
size 47924448
|
||||
oid sha256:531b50995013899c69f45a39de1c5c7f45300ba7dd1bb0da23e6857926427c78
|
||||
size 47974168
|
||||
|
Loading…
Reference in New Issue
Block a user