Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package parsec for openSUSE:Factory checked 
in at 2023-03-15 18:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parsec (Old)
 and      /work/SRC/openSUSE:Factory/.parsec.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parsec"

Wed Mar 15 18:56:01 2023 rev:18 rq:1071969 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/parsec/parsec.changes    2023-01-19 
16:44:36.601895770 +0100
+++ /work/SRC/openSUSE:Factory/.parsec.new.31432/parsec.changes 2023-03-15 
18:56:04.900885745 +0100
@@ -1,0 +2,10 @@
+Wed Mar 15 07:27:47 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add patch to fix build on Tumbleweed (update tss-esapi to 7.2.0):
+  * 664.patch
+- Add <param name="update">true</param> to _service to apply
+  security updates
+- Use cargo-packaging for all flavors
+- Enable cargo_audit
+
+-------------------------------------------------------------------

New:
----
  664.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ parsec.spec ++++++
--- /var/tmp/diff_new_pack.1JMqzn/_old  2023-03-15 18:56:11.800922448 +0100
+++ /var/tmp/diff_new_pack.1JMqzn/_new  2023-03-15 18:56:11.800922448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parsec
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 Source5:        parsec.conf
 Source6:        system-user-parsec.conf
 Source10:       
https://git.trustedfirmware.org/TS/trusted-services.git/snapshot/trusted-services-389b506.tar.gz
+# PATCH-FIX-UPSTREAM - https://github.com/parallaxsecond/parsec/pull/664
+Patch1:         664.patch
 BuildRequires:  cargo
 BuildRequires:  clang-devel
 BuildRequires:  cmake
@@ -42,15 +44,11 @@
 # Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not 
found
 BuildRequires:  libstdc++6-devel-gcc11
 %endif
+BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig
 BuildRequires:  protobuf-devel
 BuildRequires:  python3
 # jwt-svid-authenticator (SPIFFE-based authenticator) needs rust >= 1.53
-%if %suse_version > 1550
-BuildRequires:  cargo-packaging
-%else
-BuildRequires:  rust-packaging
-%endif
 BuildRequires:  rust >= 1.53
 BuildRequires:  sysuser-tools
 BuildRequires:  pkgconfig(tss2-esys) >= 2.3.3
@@ -73,6 +71,7 @@
 
 %prep
 %setup -q -a1 -a10 -n parsec-%{archive_version}
+%patch1 -p1
 rmdir trusted-services-vendor
 mv trusted-services-389b506 trusted-services-vendor
 rm -rf .cargo && mkdir .cargo

++++++ 664.patch ++++++
>From 63a11e5f1f4d700230293cc736c6532ff032a49d Mon Sep 17 00:00:00 2001
From: Gowtham Suresh Kumar <gowtham.sureshku...@arm.com>
Date: Thu, 2 Mar 2023 09:24:14 +0000
Subject: [PATCH] Update tss-esapi version

The tmp2-tss version on meta-security has been updated to 4.0.1
from 3.2.0. This is not compatible with the current tss-esapi crate.
The newer version 7.2.0 of the crate is now available which
resolves the issue.

Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshku...@arm.com>

GuillaumeG: Drop Cargo.lock part since osc service already update it
---
 Cargo.lock           | 8 ++++----
 Cargo.toml           | 2 +-
 e2e_tests/Cargo.toml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index b6327dc8..87cc1a10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ log = { version = "0.4.14", features = ["serde"] }
 cryptoki = { version = "0.3.0", optional = true, features = 
["psa-crypto-conversions"] }
 picky-asn1-der = { version = "0.2.4", optional = true }
 picky-asn1 = { version = "0.3.0", optional = true }
-tss-esapi = { version = "7.1.0", optional = true }
+tss-esapi = { version = "7.2.0", optional = true }
 bincode = "1.3.1"
 structopt = "0.3.21"
 derivative = "2.2.0"
diff --git a/e2e_tests/Cargo.toml b/e2e_tests/Cargo.toml
index 3302ce38..b895e84b 100644
--- a/e2e_tests/Cargo.toml
+++ b/e2e_tests/Cargo.toml
@@ -17,7 +17,7 @@ log = "0.4.14"
 rand = "0.7.3"
 env_logger = "0.8.3"
 stdext = "0.3.1"
-tss-esapi = { version = "7.1.0", optional = true }
+tss-esapi = { version = "7.2.0", optional = true }
 
 [dev-dependencies]
 ring = "0.16.20"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1JMqzn/_old  2023-03-15 18:56:11.848922703 +0100
+++ /var/tmp/diff_new_pack.1JMqzn/_new  2023-03-15 18:56:11.852922724 +0100
@@ -2,6 +2,10 @@
   <service name="cargo_vendor" mode="disabled">
     <param name="compression">xz</param>
     <param name="srcdir">parsec-1.1.0</param>
+    <param name="update">true</param>
+  </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">parsec-1.1.0</param>
   </service>
 </services>
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/parsec/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.parsec.new.31432/vendor.tar.xz differ: char 27, 
line 1

Reply via email to