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

@ -1,5 +1,5 @@
--- encoding_rs-0.8.17/Cargo.toml 1970-01-01T01:00:00+01:00 --- encoding_rs-0.8.17/Cargo.toml 1970-01-01T00:00:00+00:00
+++ encoding_rs-0.8.17/Cargo.toml 2019-03-10T10:18:31.791987+01:00 +++ encoding_rs-0.8.17/Cargo.toml 2019-06-20T09:41:18.268368+00:00
@@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
categories = ["text-processing", "encoding", "web-programming", "internationalization"] categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"

@ -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.8.17 Version: 0.8.17
Release: 3%{?dist} Release: 4%{?dist}
Summary: Gecko-oriented implementation of the Encoding Standard Summary: Gecko-oriented implementation of the Encoding Standard
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -23,14 +23,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Gecko-oriented implementation of the Encoding Standard.} Gecko-oriented implementation of the Encoding Standard.}
@ -211,6 +203,9 @@ which use "simd-accel" 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
@ -223,6 +218,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 11:41:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-4
- Regenerate
* Sun Jun 09 00:05:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-3 * Sun Jun 09 00:05:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.17-3
- Regenerate - Regenerate

Loading…
Cancel
Save