diff --git a/.gitignore b/.gitignore index 0c693e7..55027f0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-no-panic.spec b/rust-no-panic.spec index 9ec1266..c67c34a 100644 --- a/rust-no-panic.spec +++ b/rust-no-panic.spec @@ -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 - 0.1.8-1 +- Update to 0.1.8 + * Sat Feb 02 2019 Fedora Release Engineering - 0.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 6b3d2ca..e318574 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (no-panic-0.1.7.crate) = 6a13fe384e9b643c0747323e44b8567e2155aabff9f55e86e0b7956484fea9d6ecae4ed6b9a35cc29e37021453fa7c377c4bf58b7914682145f987d932764339 +SHA512 (no-panic-0.1.8.crate) = 4c1351ed1b349be2169f9439c84ab6054ad4cd6060552d4689a729cc5d393184dc4ea853f6ba756c4f8b3d8cf886945f61fc68f5ae76b4c057655cc86d27442f diff --git a/tests/.fmf/version b/tests/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/tests/provision.fmf b/tests/provision.fmf new file mode 100644 index 0000000..503a97c --- /dev/null +++ b/tests/provision.fmf @@ -0,0 +1,5 @@ +--- +standard-inventory-qcow2: + qemu: + # `cargo test` usually eats more than 1G. + m: 4G diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..8ddd28d --- /dev/null +++ b/tests/tests.yml @@ -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