From 7b30be49dd73bdbc1e572a929a300242cc639307 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 8 Apr 2020 18:14:50 -0700 Subject: [PATCH] Update to 0.4.6 --- .gitignore | 1 + rust-structopt-derive.spec | 10 +++++----- sources | 2 +- structopt-derive-fix-metadata.diff | 11 ----------- 4 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 structopt-derive-fix-metadata.diff diff --git a/.gitignore b/.gitignore index d6ecd82..bd68908 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /structopt-derive-0.4.2.crate /structopt-derive-0.4.4.crate /structopt-derive-0.4.5.crate +/structopt-derive-0.4.6.crate diff --git a/rust-structopt-derive.spec b/rust-structopt-derive.spec index 7b03d70..523b09f 100644 --- a/rust-structopt-derive.spec +++ b/rust-structopt-derive.spec @@ -5,17 +5,14 @@ %global crate structopt-derive Name: rust-%{crate} -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: Parse command line argument by defining a struct, derive crate # Upstream license specification: Apache-2.0/MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/structopt-derive Source: %{crates_source} -# Initial patched metadata -# * Bump to proc-macro-error 1.0.0, https://github.com/TeXitoi/structopt/pull/373 -Patch0: structopt-derive-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -85,6 +82,9 @@ which use "paw" feature of "%{crate}" crate. %endif %changelog +* Thu Apr 09 2020 Josh Stone - 0.4.6-1 +- Update to 0.4.6 + * Wed Apr 08 2020 Josh Stone - 0.4.5-2 - Bump to proc-macro-error 1.0.0 diff --git a/sources b/sources index 87334c2..cb8419e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (structopt-derive-0.4.5.crate) = 34205ba32a30bda80a06ca8c0cad3b17dcfdccfefec027b95769c08682736fb1462c161bbecf047ccb5f8d1ec02dcee6313dfad4fb61ef910deb1b65665b419a +SHA512 (structopt-derive-0.4.6.crate) = 842507f9ac3172c48700d1ba350d93fe087eef37903fe71b15b39f21ada56dded638077dadbaa109869f9a0e65ab7e4a049504505e1d3e2736f779846ba6330c diff --git a/structopt-derive-fix-metadata.diff b/structopt-derive-fix-metadata.diff deleted file mode 100644 index ce9551f..0000000 --- a/structopt-derive-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- structopt-derive-0.4.5/Cargo.toml 2020-03-18T18:54:35+00:00 -+++ structopt-derive-0.4.5/Cargo.toml 2020-04-08T21:09:47.679398+00:00 -@@ -28,7 +28,7 @@ - version = "0.3.0" - - [dependencies.proc-macro-error] --version = "0.4.7" -+version = "1.0.0" - - [dependencies.proc-macro2] - version = "1"