|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate onig
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 4.2.1
|
|
|
|
|
Version: 4.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Set of rust bindings for the oniguruma regular expression library
|
|
|
|
|
|
|
|
|
@ -19,10 +19,9 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
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(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(onig_sys/default) >= 69.0.0 with crate(onig_sys/default) < 70.0.0)
|
|
|
|
|
BuildRequires: (crate(onig_sys/posix-api) >= 69.0.0 with crate(onig_sys/posix-api) < 70.0.0)
|
|
|
|
|
BuildRequires: (crate(onig_sys/print-debug) >= 69.0.0 with crate(onig_sys/print-debug) < 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 \
|
|
|
|
|
Rust-Onig is a set of Rust bindings for the Oniguruma regular expression\
|
|
|
|
@ -109,6 +108,9 @@ which use "std-pattern" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.3.0-1
|
|
|
|
|
- Update to 4.3.0
|
|
|
|
|
|
|
|
|
|
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 4.2.1-1
|
|
|
|
|
- Update to 4.2.1
|
|
|
|
|
|
|
|
|
|