Update to version 0.11.2

epel9
Fabio Valentini 3 years ago
parent 023861d021
commit 1246d592df
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/mockall-0.10.2.crate /mockall-0.10.2.crate
/mockall-0.11.1.crate /mockall-0.11.1.crate
/mockall-0.11.2.crate

@ -1,5 +1,5 @@
--- mockall-0.11.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- mockall-0.11.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mockall-0.11.1/Cargo.toml 2022-07-15T08:40:14.244752+00:00 +++ mockall-0.11.2/Cargo.toml 2022-08-07T10:05:17.403159+00:00
@@ -54,11 +54,6 @@ @@ -54,11 +54,6 @@
search = "ReleaseDate" search = "ReleaseDate"
replace = "{{date}}" replace = "{{date}}"

@ -1,21 +1,21 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate mockall %global crate mockall
Name: rust-%{crate} Name: rust-mockall
Version: 0.11.1 Version: 0.11.2
Release: %autorelease Release: %autorelease
Summary: Powerful mock object library for Rust Summary: Powerful mock object library for Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/mockall URL: https://crates.io/crates/mockall
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Manually created patch for downstream crate metadata changes
# * drop example that is not shipped with published crates # * drop example that is not shipped with published crates
Patch0: mockall-fix-metadata.diff Patch: mockall-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (mockall-0.11.1.crate) = 18f421d03378331634d2bba55d9fb18ff4a9a3cb20d910b56679a5fbcbcc05da9f7da2f768113437a06ad7e829447dd7ec61d896ba550399053a0169888b285d SHA512 (mockall-0.11.2.crate) = dcd93dc26f80209e13be528c254e1cbbb99151bb570215e2042c42beda1b23fe9a696038e901e13cc6c7f70c9d1cb5d41b77c0789729aaf0a2466e6dfdcfa11a

Loading…
Cancel
Save