SHA256
1
0
forked from pool/parsec

Accepting request 1168348 from home:Guillaume_G:branches:security

-  Update to 1.4.0:
  * Full changelog: https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0
- Simplify libstdc++-devel handling for Leap 15.x

OBS-URL: https://build.opensuse.org/request/show/1168348
OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=55
This commit is contained in:
Guillaume GARDET 2024-04-16 12:44:31 +00:00 committed by Git OBS Bridge
parent 7c5a9f24e7
commit 61480ef412
6 changed files with 18 additions and 17 deletions

View File

@ -1,10 +1,10 @@
<services>
<service name="cargo_vendor" mode="manual">
<param name="compression">xz</param>
<param name="srcdir">parsec-1.4.0-rc1</param>
<param name="srcdir">parsec-1.4.0</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">parsec-1.4.0-rc1</param>
<param name="srcdir">parsec-1.4.0</param>
</service>
</services>

View File

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

3
parsec-1.4.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 16 12:38:57 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 1.4.0:
* Full changelog: https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0
- Simplify libstdc++-devel handling for Leap 15.x
-------------------------------------------------------------------
Tue Apr 16 10:12:19 UTC 2024 - Max Lin <mlin@suse.com>

View File

@ -17,11 +17,11 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
%define archive_version 1.4.0-rc2
%define archive_version 1.4.0
%{?systemd_ordering}
Name: parsec
Version: 1.4.0~rc2
Version: 1.4.0
Release: 0
Summary: Platform AbstRaction for SECurity
License: Apache-2.0
@ -33,20 +33,14 @@ Source4: config.toml
Source5: parsec.conf
Source6: system-user-parsec.conf
Source10: https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz
BuildRequires: cargo
BuildRequires: cargo >= 1.66
BuildRequires: clang-devel
BuildRequires: cmake
BuildRequires: llvm-devel
%if 0%{?suse_version} == 1500
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 150600
# Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not found
BuildRequires: libstdc++6-devel-gcc12
%endif
%if 0%{?sle_version} >= 150600
# Fix build with GCC13 on Backports SLE15-SP6 - Avoid to get -lstdc++ not found
# Fix build with GCC13 on Backports SLE15-SPx - Avoid to get -lstdc++ not found
BuildRequires: libstdc++6-devel-gcc13
%endif
%endif
BuildRequires: cargo-packaging
BuildRequires: pkgconfig
BuildRequires: protobuf-devel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9288687a3eda0398e454d00596d79b1bd8d67aa6e3564d7dabbedf532ece815
size 52351056
oid sha256:09efaa395b577b6f3dd7026fafaed09cb03469b6ad5fff43591f2915e12ab3de
size 52905824