From 85df50162340411be6cb2aa1eb282cda0744fbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Wed, 31 Mar 2021 21:07:36 +0200 Subject: [PATCH] Bump bindgen to 0.57 --- onig_sys-fix-metadata.diff | 4 ++-- rust-onig_sys.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/onig_sys-fix-metadata.diff b/onig_sys-fix-metadata.diff index 38c272b..0325aef 100644 --- a/onig_sys-fix-metadata.diff +++ b/onig_sys-fix-metadata.diff @@ -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-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 @@ license = "MIT" repository = "http://github.com/iwillspeak/rust-onig" @@ -7,7 +7,7 @@ -version = "0.55" -features = ["runtime"] -optional = true -+version = "0.56" ++version = "0.57" [build-dependencies.cc] version = "1.0" diff --git a/rust-onig_sys.spec b/rust-onig_sys.spec index e02ef04..2f15646 100644 --- a/rust-onig_sys.spec +++ b/rust-onig_sys.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 69.6.0 -Release: 2%{?dist} +Release: 3%{?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 -# * 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) Patch0: onig_sys-fix-metadata.diff # Always use system onig @@ -26,7 +26,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -BuildRequires: pkgconfig(oniguruma) >= 6.8.0 %global _description %{expand: `onig_sys` crate contains raw rust bindings to the oniguruma library. This @@ -106,6 +105,7 @@ rm -vrf oniguruma/ %generate_buildrequires %cargo_generate_buildrequires +echo 'pkgconfig(oniguruma) >= 6.8.0' %build %cargo_build @@ -119,6 +119,9 @@ rm -vrf oniguruma/ %endif %changelog +* Wed Mar 31 20:46:59 CEST 2021 Robert-André Mauchin - 69.6.0-3 +- Bump bindgen to 0.57 + * Wed Jan 27 2021 Fedora Release Engineering - 69.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild