Update to 69.2.0

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/onig_sys-68.2.1.crate
/onig_sys-69.0.0.crate
/onig_sys-69.1.0.crate
/onig_sys-69.2.0.crate

@ -5,18 +5,16 @@
%global crate onig_sys
Name: rust-%{crate}
Version: 69.1.0
Release: 4%{?dist}
Version: 69.2.0
Release: 1%{?dist}
Summary: Raw rust bindings to the oniguruma library
# Upstream license specification: MIT
# * Since we bundle oniguruma for time being, it is BSD
License: MIT and BSD
License: MIT
URL: https://crates.io/crates/onig_sys
Source: %{crates_source}
# Use system onig by default
# * This is utterly broken with 6.9.2, https://github.com/rust-onig/rust-onig/issues/103
#Patch0: rust-onig_sys-use-system-onig.diff
Patch0: rust-onig_sys-use-system-onig.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -37,8 +35,7 @@ this crate directly; instead check out the `onig` crate.}
%package devel
Summary: %{summary}
BuildArch: noarch
#Requires: pkgconfig(oniguruma) >= 6.8.0
Provides: bundled(oniguruma) = 6.9.1
Requires: pkgconfig(oniguruma) >= 6.8.0
%description devel %{_description}
@ -87,14 +84,12 @@ which use "print-debug" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
#rm -vrf oniguruma/
find oniguruma/ -mindepth 1 -maxdepth 1 -not -name 'src' -not -name 'COPYING' | xargs rm -vrf
find oniguruma/ -type f -executable -exec chmod -x {} \+
rm -vrf oniguruma/
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
#echo 'pkgconfig(oniguruma) >= 6.8.0'
echo 'pkgconfig(oniguruma) >= 6.8.0'
%build
%cargo_build
@ -108,6 +103,9 @@ find oniguruma/ -type f -executable -exec chmod -x {} \+
%endif
%changelog
* Thu Sep 05 05:30:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 69.2.0-1
- Update to 69.2.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 69.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (onig_sys-69.1.0.crate) = 676884bf338fe2d9726956eec5d26297f3eba03642766ee3e64d7e2f5a945d6da93521c19c2c11881b5bb2785f24e5e91febfc08f12729fe58d74e4494f08ae6
SHA512 (onig_sys-69.2.0.crate) = 279d08cbb6169f34f836812b44179a2efe12b7676ae424c27fee624d2b8d609c8015608c09e2d4adeaffe66308822263d9d0399ab2169dfa749ec73233eafdbc

Loading…
Cancel
Save