|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 69.5.0
|
|
|
|
Version: 69.5.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Raw rust bindings to the oniguruma library
|
|
|
|
Summary: Raw rust bindings to the oniguruma library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -14,6 +14,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
URL: https://crates.io/crates/onig_sys
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
|
|
|
|
# * Bump to bindgen 0.54, https://github.com/rust-onig/rust-onig/pull/143
|
|
|
|
# * Make bindgen as non-optional dep (for next patch)
|
|
|
|
# * Make bindgen as non-optional dep (for next patch)
|
|
|
|
Patch0: onig_sys-fix-metadata.diff
|
|
|
|
Patch0: onig_sys-fix-metadata.diff
|
|
|
|
# Always use system onig
|
|
|
|
# Always use system onig
|
|
|
@ -118,6 +119,9 @@ echo 'pkgconfig(oniguruma) >= 6.8.0'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 29 2020 Josh Stone <jistone@redhat.com> - 69.5.0-3
|
|
|
|
|
|
|
|
- Bump to bindgen 0.54.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 23 22:37:42 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 69.5.0-2
|
|
|
|
* Sat May 23 22:37:42 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 69.5.0-2
|
|
|
|
- Always require bindgen
|
|
|
|
- Always require bindgen
|
|
|
|
|
|
|
|
|
|
|
|