Update to version 0.11.1; Fixes RHBZ#2031432

epel9
Fabio Valentini 3 years ago
parent cdcc32b623
commit 8bb31e7360
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/mockall_derive-0.10.2.crate /mockall_derive-0.10.2.crate
/mockall_derive-0.11.1.crate

@ -1,11 +0,0 @@
--- mockall_derive-0.10.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mockall_derive-0.10.2/Cargo.toml 2021-08-27T14:35:02.297664+00:00
@@ -40,7 +40,7 @@
version = "1.0.15"
features = ["extra-traits", "full"]
[dev-dependencies.pretty_assertions]
-version = "0.5"
+version = "0.7"
[features]
nightly_derive = ["proc-macro2/nightly"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate mockall_derive %global crate mockall_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.2 Version: 0.11.1
Release: %autorelease Release: %autorelease
Summary: Procedural macros for Mockall Summary: Procedural macros for Mockall
@ -13,16 +13,10 @@ Summary: Procedural macros for Mockall
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/mockall_derive URL: https://crates.io/crates/mockall_derive
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * bump pretty_assertions from 0.5 to 0.7
Patch0: mockall_derive-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Procedural macros for Mockall.} Procedural macros for Mockall.}
@ -35,13 +29,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (mockall_derive-0.10.2.crate) = 01f9462935afd961c830b8a44d016d9461f3aa77534d7cad29723445b4b257ee19894006865bc38d63976b522502cc19ab8b78422e2f72b53542e79e66f88c5e SHA512 (mockall_derive-0.11.1.crate) = f1d9939c530efe96153d68cd141ea4e3dda8c656e5105a9664cf4f09f7cad6b98eed6c3cad287e1f4566523415068316bf8faa66fdc632da3270598f10c7519c

Loading…
Cancel
Save