Hello community, here is the log from the commit of package parsec for openSUSE:Factory checked in at 2020-11-13 19:00:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parsec (Old) and /work/SRC/openSUSE:Factory/.parsec.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parsec" Fri Nov 13 19:00:33 2020 rev:2 rq:848362 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/parsec/parsec.changes 2020-11-10 13:45:16.923778632 +0100 +++ /work/SRC/openSUSE:Factory/.parsec.new.24930/parsec.changes 2020-11-13 19:00:50.958234967 +0100 @@ -1,0 +2,8 @@ +Fri Nov 13 14:19:05 UTC 2020 - Guillaume GARDET <[email protected]> + +- Enable 'all-providers' which adds 'pkcs11-provider' compared to + previous config +- Drop unneeded patch: + * pkcs11-libloading-issue.patch + +------------------------------------------------------------------- Old: ---- pkcs11-libloading-issue.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parsec.spec ++++++ --- /var/tmp/diff_new_pack.SfdK2J/_old 2020-11-13 19:00:51.730235929 +0100 +++ /var/tmp/diff_new_pack.SfdK2J/_new 2020-11-13 19:00:51.734235934 +0100 @@ -17,7 +17,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' # Features available: mbed-crypto-provider, pkcs11-provider, tpm-provider, all-providers -%define features "mbed-crypto-provider,tpm-provider" +%define features "all-providers" %{?systemd_ordering} Name: parsec Version: 0.6.0 @@ -32,14 +32,11 @@ Source4: config.toml Source5: parsec.conf Source6: system-user-parsec.conf -# Borrowed from Fedora - https://src.fedoraproject.org/rpms/parsec/blob/master/f/pkcs11-libloading-issue.patch -Patch1: pkcs11-libloading-issue.patch BuildRequires: cargo BuildRequires: clang-devel BuildRequires: cmake BuildRequires: llvm-devel BuildRequires: protobuf-devel -BuildRequires: pkcs11-helper-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(tss2-esys) >= 2.3.3 BuildRequires: python3 @@ -57,11 +54,10 @@ %prep %setup -qa1 -%patch1 -p1 mkdir .cargo cp %{SOURCE2} .cargo/config sed -i -e 's#default = \[\]##' Cargo.toml -echo 'default = ["tpm-provider", "mbed-crypto-provider"]' >> Cargo.toml +echo 'default = ["all-providers"]' >> Cargo.toml %build export PROTOC=%{_bindir}/protoc _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
