Update to 0.2.15

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 05f2d70337
commit 342700fd12
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,18 +1,21 @@
# Generated by rust2rpm
%bcond_without check
%bcond_with check
%global debug_package %{nil}
%global crate structopt-derive
Name: rust-%{crate}
Version: 0.2.14
Release: 2%{?dist}
Version: 0.2.15
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
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
# Initial patched metadata
# * No nightly
Patch0: structopt-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -53,7 +56,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -68,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -0,0 +1,11 @@
--- structopt-derive-0.2.15/Cargo.toml 1970-01-01T01:00:00+01:00
+++ structopt-derive-0.2.15/Cargo.toml 2019-03-09T12:16:49.631467+01:00
@@ -34,8 +34,5 @@
[dependencies.syn]
version = "0.15"
-
-[features]
-nightly = ["proc-macro2/nightly"]
[badges.travis-ci]
repository = "TeXitoi/structopt"

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-structopt-derive
Loading…
Cancel
Save