Update to 0.1.11

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/no-panic-0.1.8.crate /no-panic-0.1.8.crate
/no-panic-0.1.9.crate /no-panic-0.1.9.crate
/no-panic-0.1.10.crate /no-panic-0.1.10.crate
/no-panic-0.1.11.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc30 # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.10 Version: 0.1.11
Release: 2%{?dist} Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -15,19 +15,14 @@ URL: https://crates.io/crates/no-panic
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging 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/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
BuildRequires: (crate(syn/visit-mut) >= 0.15.0 with crate(syn/visit-mut) < 0.16.0)
%if %{with check}
BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0)
%endif
%global _description \ %global _description %{expand:
Attribute macro to require that the compiler prove a function can't ever panic. Attribute macro to require that the compiler prove a function can't ever panic.}
%description %{_description} %description %{_description}
@ -61,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -73,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Aug 26 05:27:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.11-1
- Update to 0.1.11
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (no-panic-0.1.10.crate) = 6f166a65e0e950108a9526118d532e97896c42d95cef92191d7bfe5d6526bfabdb04b43e8baf87c83351a55dd145e278c86f2f27d0e321b912e83cee74720929 SHA512 (no-panic-0.1.11.crate) = f199f6bb032cd743b038ba32c875dace43a3de5320222ade461977d28ad419d2d6c64d83c5309a0a195b5a1ae090f42bfbacad99333475ea28b36e5d2803c60c

Loading…
Cancel
Save