Update to 69.0.0

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/onig_sys-68.2.0.crate /onig_sys-68.2.0.crate
/onig_sys-68.2.1.crate /onig_sys-68.2.1.crate
/onig_sys-69.0.0.crate

@ -7,7 +7,7 @@
%global crate onig_sys %global crate onig_sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 68.2.1 Version: 69.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Raw rust bindings to the oniguruma library Summary: Raw rust bindings to the oniguruma library
@ -23,7 +23,7 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
# [build-dependencies] # [build-dependencies]
BuildRequires: (crate(cc) >= 1.0.18 with crate(cc) < 2.0.0) BuildRequires: (crate(cc) >= 1.0.0 with crate(cc) < 2.0.0)
BuildRequires: (crate(pkg-config) >= 0.3.0 with crate(pkg-config) < 0.4.0) BuildRequires: (crate(pkg-config) >= 0.3.0 with crate(pkg-config) < 0.4.0)
BuildRequires: pkgconfig(oniguruma) >= %{onig_min} BuildRequires: pkgconfig(oniguruma) >= %{onig_min}
@ -36,15 +36,13 @@ Requires: pkgconfig(oniguruma) >= %{onig_min}
BuildArch: noarch BuildArch: noarch
%description devel %description devel
The Onig Sys crate contains raw rust bindings to the The `onig_sys` crate contains raw rust bindings to the
oniguruma library. This oniguruma library. This crate exposes a set of unsafe
crate exposes a set of unsafe functions which functions which can then be used by other crates to
can then be used by other crates create safe wrappers around Oniguruma.
to create safe wrappers around
Oniguruma.
You probably don't want to link to You probably don't want to link to this crate directly;
this crate directly. instead check out the `onig` crate.
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use %{crate} from crates.io. which use %{crate} from crates.io.
@ -70,6 +68,9 @@ rm -vrf oniguruma/
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 69.0.0-1
- Update to 69.0.0
* Wed Sep 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 68.2.1-1 * Wed Sep 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 68.2.1-1
- Update to 68.2.1 - Update to 68.2.1

@ -1 +1 @@
SHA512 (onig_sys-68.2.1.crate) = ced01ee3400fc6e612674f9417f065ec8ed5f8375778d6f33ac6bd52bbb356775e77d4ed7e1606291ee50e193188265edfcd2642179ba424b66e409537925645 SHA512 (onig_sys-69.0.0.crate) = cac9e82326aba9c1a40b31f9f22de5380c11fe5662cff5396cf8647982cba274163cc00fe9d367d7b10e4b52ca68efec1de74f1cd4a0595d06f5184de9fc782e

Loading…
Cancel
Save