diff --git a/onig_sys-fix-metadata.diff b/onig_sys-fix-metadata.diff index ec9f098..d2bebb8 100644 --- a/onig_sys-fix-metadata.diff +++ b/onig_sys-fix-metadata.diff @@ -1,12 +1,11 @@ --- onig_sys-69.2.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ onig_sys-69.2.0/Cargo.toml 2019-12-10T20:20:46.491369+00:00 -@@ -23,7 +23,8 @@ ++++ onig_sys-69.2.0/Cargo.toml 2020-02-27T23:05:59.827511+00:00 +@@ -23,7 +23,7 @@ license = "MIT" repository = "http://github.com/iwillspeak/rust-onig" [build-dependencies.bindgen] -version = "0.50" -+version = "0.52" -+default-features = false ++version = "0.53" [build-dependencies.cc] version = "1.0" diff --git a/rust-onig_sys.spec b/rust-onig_sys.spec index 5fb4082..9e1128c 100644 --- a/rust-onig_sys.spec +++ b/rust-onig_sys.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 69.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Raw rust bindings to the oniguruma library # Upstream license specification: MIT @@ -14,7 +14,7 @@ License: MIT URL: https://crates.io/crates/onig_sys Source: %{crates_source} # Initial patched metadata -# * Update bindgen to 0.52, https://github.com/rust-onig/rust-onig/pull/132 +# * Update bindgen to 0.53, https://github.com/rust-onig/rust-onig/pull/134 Patch0: onig_sys-fix-metadata.diff # Use system onig by default Patch1: rust-onig_sys-use-system-onig.diff @@ -106,6 +106,9 @@ echo 'pkgconfig(oniguruma) >= 6.8.0' %endif %changelog +* Thu Feb 27 2020 Josh Stone - 69.2.0-4 +- Bump bindgen to 0.53. + * Thu Jan 30 2020 Fedora Release Engineering - 69.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild