From 510c883efa64c0473040005e8e3da751ca833b00 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Apr 08 2020 21:19:28 +0000 Subject: Bump to proc-macro-derive 1.0.0 --- diff --git a/extend-fix-metadata.diff b/extend-fix-metadata.diff new file mode 100644 index 0000000..e14ffc3 --- /dev/null +++ b/extend-fix-metadata.diff @@ -0,0 +1,11 @@ +--- extend-0.1.1/Cargo.toml 2020-02-22T09:34:08+00:00 ++++ extend-0.1.1/Cargo.toml 2020-04-08T21:07:21.400501+00:00 +@@ -28,7 +28,7 @@ + path = "src/lib.rs" + proc-macro = true + [dependencies.proc-macro-error] +-version = "0.4" ++version = "1.0.0" + + [dependencies.proc-macro2] + version = "1.0.6" diff --git a/rust-extend.spec b/rust-extend.spec index fd21398..a7103f6 100644 --- a/rust-extend.spec +++ b/rust-extend.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Create extensions for types you don't own # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/extend Source: %{crates_source} +# Initial patched metadata +# * Bump to proc-macro-derive 1.0.0, https://github.com/davidpdrsn/extend/pull/9 +Patch0: extend-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -72,5 +75,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Apr 08 2020 Josh Stone - 0.1.1-2 +- Bump to proc-macro-derive 1.0.0 + * Tue Mar 10 2020 Josh Stone - 0.1.1-1 - Initial package