Update to 0.7.0

epel9
Josh Stone 7 years ago
parent ce85668374
commit 515cbe076a

1
.gitignore vendored

@ -1 +1,2 @@
/synstructure-0.6.1.crate
/synstructure-0.7.0.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm
%bcond_without check
# synstructure_test_traits isn't packaged
%bcond_with check
%global debug_package %{nil}
%global crate synstructure
Name: rust-%{crate}
Version: 0.6.1
Release: 3%{?dist}
Summary: expand_substructure-like helpers for syn macros 1.1 derive macros
Version: 0.7.0
Release: 1%{?dist}
Summary: Helper methods and macros for custom derives
# https://github.com/mystor/synstructure/issues/5
License: MIT
URL: https://crates.io/crates/synstructure
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -18,8 +18,14 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(quote) >= 0.3.15 with crate(quote) < 0.4.0)
BuildRequires: ((crate(syn) >= 0.11.0 with crate(syn) < 0.12.0) with crate(syn/visit))
BuildRequires: (crate(proc-macro2) >= 0.2.1 with crate(proc-macro2) < 0.3.0)
BuildRequires: (crate(quote) >= 0.4.2 with crate(quote) < 0.5.0)
BuildRequires: ((crate(syn) >= 0.12.0 with crate(syn) < 0.13.0) with crate(syn/visit) with crate(syn/extra-traits))
BuildRequires: (crate(unicode-xid) >= 0.1.0 with crate(unicode-xid) < 0.2.0)
%if %{with check}
# [dev-dependencies]
BuildRequires: (crate(synstructure_test_traits) >= 0.1.0 with crate(synstructure_test_traits) < 0.2.0)
%endif
%description
%{summary}.
@ -29,7 +35,7 @@ Summary: %{summary}
BuildArch: noarch
%description devel
expand_substructure-like helpers for syn macros 1.1 derive macros.
Helper methods and macros for custom derives.
This package contains library source intended for building other packages
which use %{crate} from crates.io.
@ -50,10 +56,14 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.7.0-1
- Update to 0.7.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (synstructure-0.6.1.crate) = e3234d03a99373a7c35a33611e7d5383b282f232a17c592d630dc2ef5613ca272d3f8419a87d40cf1d50f3ff982a01086d9b7a0202c5a819463d157f684d41b9
SHA512 (synstructure-0.7.0.crate) = 4f1e798206df55c37c483d1ac6968fcd16099a0c0ef386f3dfee3612f53b4994ca092c17faa5cf96b9922a39c025718fefef88016d28bdb2ec6c2c65bb45c87a

Loading…
Cancel
Save