Do not pull optional dependencies

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

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 4.3.2 Version: 4.3.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Set of rust bindings for the oniguruma regular expression library Summary: Set of rust bindings for the oniguruma regular expression library
License: MIT License: MIT
@ -23,8 +23,6 @@ BuildRequires: rust-packaging
BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0) BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0) BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(onig_sys/default) >= 69.1.0 with crate(onig_sys/default) < 70.0.0) BuildRequires: (crate(onig_sys/default) >= 69.1.0 with crate(onig_sys/default) < 70.0.0)
BuildRequires: (crate(onig_sys/posix-api) >= 69.1.0 with crate(onig_sys/posix-api) < 70.0.0)
BuildRequires: (crate(onig_sys/print-debug) >= 69.1.0 with crate(onig_sys/print-debug) < 70.0.0)
%global _description \ %global _description \
Rust-Onig is a set of Rust bindings for the Oniguruma regular expression\ Rust-Onig is a set of Rust bindings for the Oniguruma regular expression\
@ -110,6 +108,9 @@ which use "std-pattern" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.3.2-2
- Do not pull optional dependencies
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.3.2-1 * Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.3.2-1
- Update to 4.3.2 - Update to 4.3.2

Loading…
Cancel
Save