Bump to proc-macro-error 1.0.0

epel9
Josh Stone 5 years ago
parent 09a1c38e5b
commit 6a3d6c75a8

@ -0,0 +1,11 @@
--- err-derive-0.2.3/Cargo.toml 2020-03-05T20:43:55+00:00
+++ err-derive-0.2.3/Cargo.toml 2020-04-08T21:05:07.546340+00:00
@@ -25,7 +25,7 @@
[lib]
proc-macro = true
[dependencies.proc-macro-error]
-version = "0.4.4"
+version = "1.0.0"
[dependencies.proc-macro2]
version = "1.0.1"

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.3 Version: 0.2.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Derive macro for `std::error::Error` Summary: Derive macro for `std::error::Error`
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/err-derive URL: https://crates.io/crates/err-derive
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Bump to proc-macro-error 1.0.0, https://gitlab.com/torkleyy/err-derive/-/merge_requests/20
Patch0: err-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 0.2.3-2
- Bump to proc-macro-error 1.0.0
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.2.3-1 * Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 0.2.3-1
- Update to 0.2.3 - Update to 0.2.3

Loading…
Cancel
Save