Update to 0.1.8

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/no-panic-0.1.5.crate
/no-panic-0.1.6.crate
/no-panic-0.1.7.crate
/no-panic-0.1.8.crate

@ -6,14 +6,14 @@
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.7
Release: 2%{?dist}
Version: 0.1.8
Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/no-panic
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -59,7 +59,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
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-1
- Update to 0.1.8
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (no-panic-0.1.7.crate) = 6a13fe384e9b643c0747323e44b8567e2155aabff9f55e86e0b7956484fea9d6ecae4ed6b9a35cc29e37021453fa7c377c4bf58b7914682145f987d932764339
SHA512 (no-panic-0.1.8.crate) = 4c1351ed1b349be2169f9439c84ab6054ad4cd6060552d4689a729cc5d393184dc4ea853f6ba756c4f8b3d8cf886945f61fc68f5ae76b4c057655cc86d27442f

@ -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-no-panic
Loading…
Cancel
Save