From 720c9c19b61bb7b0e33d78bed08a3c77e05f7b54 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Mar 2019 20:25:40 +0100 Subject: [PATCH] Do not pull optional dependencies Signed-off-by: Igor Gnatenko --- rust-onig.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rust-onig.spec b/rust-onig.spec index e0b64c2..600b548 100644 --- a/rust-onig.spec +++ b/rust-onig.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 4.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of rust bindings for the oniguruma regular expression library 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(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/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 \ 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 %changelog +* Sun Mar 10 2019 Igor Gnatenko - 4.3.2-2 +- Do not pull optional dependencies + * Sun Feb 10 2019 Igor Gnatenko - 4.3.2-1 - Update to 4.3.2