From 07d1a009311eeca83a0c563514b67de982943785 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 10 Dec 2019 12:23:43 -0800 Subject: [PATCH] Bump bindgen to 0.52. --- onig_sys-fix-metadata.diff | 7 ++++--- rust-onig_sys.spec | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/onig_sys-fix-metadata.diff b/onig_sys-fix-metadata.diff index 3d9ca81..ec9f098 100644 --- a/onig_sys-fix-metadata.diff +++ b/onig_sys-fix-metadata.diff @@ -1,11 +1,12 @@ --- onig_sys-69.2.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ onig_sys-69.2.0/Cargo.toml 2019-09-05T03:38:15.109145+00:00 -@@ -23,7 +23,7 @@ ++++ onig_sys-69.2.0/Cargo.toml 2019-12-10T20:20:46.491369+00:00 +@@ -23,7 +23,8 @@ license = "MIT" repository = "http://github.com/iwillspeak/rust-onig" [build-dependencies.bindgen] -version = "0.50" -+version = "0.51" ++version = "0.52" ++default-features = false [build-dependencies.cc] version = "1.0" diff --git a/rust-onig_sys.spec b/rust-onig_sys.spec index 8ecdf46..db3a6f7 100644 --- a/rust-onig_sys.spec +++ b/rust-onig_sys.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 69.2.0 -Release: 1%{?dist} +Release: 2%{?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.51, https://github.com/rust-onig/rust-onig/pull/118 +# * Update bindgen to 0.52, https://github.com/rust-onig/rust-onig/pull/132 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 +* Tue Dec 10 2019 Josh Stone - 69.2.0-2 +- Bump bindgen to 0.52. + * Thu Sep 05 05:30:43 CEST 2019 Igor Gnatenko - 69.2.0-1 - Update to 69.2.0