From 4b04517274600378c3bcbcdf158bd1ac8da4b25d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Nov 29 2020 16:27:22 +0000 Subject: bump bindgen to 0.56 --- diff --git a/libcryptsetup-rs-sys-fix-metadata.diff b/libcryptsetup-rs-sys-fix-metadata.diff new file mode 100644 index 0000000..a2409af --- /dev/null +++ b/libcryptsetup-rs-sys-fix-metadata.diff @@ -0,0 +1,11 @@ +--- libcryptsetup-rs-sys-0.1.4/Cargo.toml 2020-07-04T14:33:55+00:00 ++++ libcryptsetup-rs-sys-0.1.4/Cargo.toml 2020-11-27T23:23:05.875809+00:00 +@@ -21,7 +21,7 @@ + license = "MPL-2.0" + repository = "https://github.com/stratis-storage/libcryptsetup-rs" + [build-dependencies.bindgen] +-version = "0.54.0" ++version = "0.56.0" + + [build-dependencies.cc] + version = "1.0.45" diff --git a/rust-libcryptsetup-rs-sys.spec b/rust-libcryptsetup-rs-sys.spec index 4109a95..9bfa0cf 100644 --- a/rust-libcryptsetup-rs-sys.spec +++ b/rust-libcryptsetup-rs-sys.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low level bindings for libcryptsetup # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: https://crates.io/crates/libcryptsetup-rs-sys Source: %{crates_source} +# Initial patched metadata +# * bump bindgen to 0.56: https://github.com/stratis-storage/libcryptsetup-rs/pull/108 +Patch0: libcryptsetup-rs-sys-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -71,6 +74,9 @@ echo 'pkgconfig(libcryptsetup)' %endif %changelog +* Fri Nov 27 2020 Fabio Valentini - 0.1.4-3 +- Bump bindgen to 0.56. + * Wed Jul 29 2020 Fedora Release Engineering - 0.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild