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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.42 Version: 0.1.42
Release: 5%{?dist} Release: 6%{?dist}
Summary: Utilities for working with time-related functions in Rust Summary: Utilities for working with time-related functions in Rust
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -24,12 +24,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(libc/default) >= 0.2.1 with crate(libc/default) < 0.3.0)
%if %{with check}
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Utilities for working with time-related functions in Rust.} Utilities for working with time-related functions in Rust.}
@ -79,6 +73,9 @@ which use "rustc-serialize" feature of "%{crate}" crate.
sed -i -e '/#!\[.*deny(warnings).*\]/d' src/lib.rs sed -i -e '/#!\[.*deny(warnings).*\]/d' src/lib.rs
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -91,6 +88,9 @@ sed -i -e '/#!\[.*deny(warnings).*\]/d' src/lib.rs
%endif %endif
%changelog %changelog
* Fri Jun 21 22:09:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-6
- Regenerate
* Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-5 * Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-5
- Regenerate - Regenerate

@ -1,5 +1,5 @@
--- time-0.1.42/Cargo.toml 1970-01-01T01:00:00+01:00 --- time-0.1.42/Cargo.toml 1970-01-01T00:00:00+00:00
+++ time-0.1.42/Cargo.toml 2019-03-10T11:30:31.077339+01:00 +++ time-0.1.42/Cargo.toml 2019-06-21T20:09:19.610502+00:00
@@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
documentation = "https://doc.rust-lang.org/time" documentation = "https://doc.rust-lang.org/time"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

Loading…
Cancel
Save