Update to 0.2.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 15217dd127
commit bf5630c76c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/interpolate_name-0.2.1.crate
/interpolate_name-0.2.2.crate
/interpolate_name-0.2.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate interpolate_name
Name: rust-%{crate}
Version: 0.2.2
Release: 2%{?dist}
Version: 0.2.3
Release: 1%{?dist}
Summary: Simple procedural macro attribute for repetitive tests
# Upstream license specification: MIT
@ -15,16 +15,14 @@ URL: https://crates.io/crates/interpolate_name
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
BuildRequires: (crate(syn/fold) >= 0.15.0 with crate(syn/fold) < 0.16.0)
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
%global _description \
Simple procedural macro attribute for repetitive tests.
%global _description %{expand:
Simple procedural macro attribute for repetitive tests.}
%description %{_description}
@ -58,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -70,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Aug 25 14:35:31 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
- Update to 0.2.3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (interpolate_name-0.2.2.crate) = 4b7bc5da68b1889212a1752b4bae17b7b821d10139612a8691e68876c1d986949381f50817f98fe636956d804c5fdc1d72f588ebc487e302442b614f5ddd93ec
SHA512 (interpolate_name-0.2.3.crate) = 964944384c39d0c085c05a7643ed2e8a25e224e6b28fd9da9d971567b4d56e7c4887a61e107c718cd95c19c6d83f355256d1130206491f7b286a68899eb7b894

Loading…
Cancel
Save