diff --git a/rust-toml0.4.spec b/rust-toml0.4.spec index 25acd80..bf01549 100644 --- a/rust-toml0.4.spec +++ b/rust-toml0.4.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 -%bcond_without check +# Generated by rust2rpm 13 +%bcond_with check %global debug_package %{nil} %global crate toml Name: rust-%{crate}0.4 Version: 0.4.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Native Rust encoder and decoder of TOML-formatted files and streams # Upstream license specification: MIT/Apache-2.0 @@ -40,7 +40,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -52,7 +52,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Feb 18 04:02:08 CET 2020 Igor Raits - 0.4.10-5 +- Disable tests + * Thu Jan 30 2020 Fedora Release Engineering - 0.4.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild