SHA256
1
0
forked from pool/parsec
Ana Guerrero 2023-10-18 19:26:13 +00:00 committed by Git OBS Bridge
commit 83dc456965
6 changed files with 19 additions and 12 deletions

View File

@ -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>

View File

@ -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
View File

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

View File

@ -1,6 +1,13 @@
-------------------------------------------------------------------
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>
- Fix build on Leap 15.5
- Update to 1.2.0:
* Closed issue since 1.2.0-rc1:
- Parsec 1.1 fails to build with meta-security master branch

View File

@ -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
@ -40,7 +40,7 @@ BuildRequires: cmake
BuildRequires: llvm-devel
%if 0%{?sle_version} >= 150400
# Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not found
BuildRequires: libstdc++6-devel-gcc11
BuildRequires: libstdc++6-devel-gcc12
%endif
BuildRequires: cargo-packaging
BuildRequires: pkgconfig

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d23b6ea2c3ee640c953bdbdcb69a81a6626abd30644330ebe6609a8ead45be50
size 47924448
oid sha256:531b50995013899c69f45a39de1c5c7f45300ba7dd1bb0da23e6857926427c78
size 47974168