Bump bindgen to 0.57

epel9
Robert-André Mauchin 4 years ago
parent 22bc4cd7c0
commit 85df501623

@ -1,5 +1,5 @@
--- onig_sys-69.6.0/Cargo.toml 2020-11-22T10:29:19+00:00 --- onig_sys-69.6.0/Cargo.toml 2020-11-22T10:29:19+00:00
+++ onig_sys-69.6.0/Cargo.toml 2020-11-27T23:27:23.302301+00:00 +++ onig_sys-69.6.0/Cargo.toml 2021-03-31T18:46:59.514001+00:00
@@ -23,9 +23,7 @@ @@ -23,9 +23,7 @@
license = "MIT" license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig" repository = "http://github.com/iwillspeak/rust-onig"
@ -7,7 +7,7 @@
-version = "0.55" -version = "0.55"
-features = ["runtime"] -features = ["runtime"]
-optional = true -optional = true
+version = "0.56" +version = "0.57"
[build-dependencies.cc] [build-dependencies.cc]
version = "1.0" version = "1.0"

@ -1,4 +1,4 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 69.6.0 Version: 69.6.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,7 +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 bindgen to 0.56: https://github.com/rust-onig/rust-onig/pull/157 # * Bump bindgen to 0.57: https://github.com/rust-onig/rust-onig/pull/157
# * Mark bindgen as non-optional dep (for next patch) # * Mark 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
@ -26,7 +26,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: pkgconfig(oniguruma) >= 6.8.0
%global _description %{expand: %global _description %{expand:
`onig_sys` crate contains raw rust bindings to the oniguruma library. This `onig_sys` crate contains raw rust bindings to the oniguruma library. This
@ -106,6 +105,7 @@ rm -vrf oniguruma/
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires
echo 'pkgconfig(oniguruma) >= 6.8.0'
%build %build
%cargo_build %cargo_build
@ -119,6 +119,9 @@ rm -vrf oniguruma/
%endif %endif
%changelog %changelog
* Wed Mar 31 20:46:59 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 69.6.0-3
- Bump bindgen to 0.57
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 69.6.0-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 69.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save