Bump sha1collisiondetection dependency from 0.2 to 0.3

epel9
Fabio Valentini 1 year ago
parent c89c75b7d6
commit 4d1c352d90
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- openpgp-cert-d-0.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ openpgp-cert-d-0.1.0/Cargo.toml 2023-11-02T15:56:32.788405+00:00
@@ -35,7 +35,7 @@
default-features = false
[dependencies.sha1collisiondetection]
-version = "0.2"
+version = "0.3"
default-features = false
[dependencies.tempfile]

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * files required for compiling tests are not included in published crates # * files required for compiling tests are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -13,8 +13,12 @@ Summary: Shared OpenPGP Certificate Directory
License: MIT License: MIT
URL: https://crates.io/crates/openpgp-cert-d URL: https://crates.io/crates/openpgp-cert-d
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump sha1collisiondetection dependency from 0.2 to 0.3:
# https://gitlab.com/sequoia-pgp/pgp-cert-d/-/merge_requests/58
Patch: openpgp-cert-d-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Shared OpenPGP Certificate Directory.} Shared OpenPGP Certificate Directory.}
@ -48,7 +52,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

Loading…
Cancel
Save