diff --git a/libsqlite3-sys-fix-metadata.diff b/libsqlite3-sys-fix-metadata.diff index 2526d09..e333e93 100644 --- a/libsqlite3-sys-fix-metadata.diff +++ b/libsqlite3-sys-fix-metadata.diff @@ -6,7 +6,7 @@ [build-dependencies.bindgen] -version = "0.55" -features = ["runtime"] -+version = "0.56" ++version = "0.57" optional = true default-features = false diff --git a/rust-libsqlite3-sys.spec b/rust-libsqlite3-sys.spec index a3c9254..e78b24e 100644 --- a/rust-libsqlite3-sys.spec +++ b/rust-libsqlite3-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: 0.20.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Native bindings to the libsqlite3 library # Upstream license specification: MIT @@ -16,7 +16,7 @@ Source: %{crates_source} # Initial patched metadata # * No bundled sqlite # * Remove windows and WASM features -# * Bump to bindgen 0.56: https://github.com/rusqlite/rusqlite/commit/18bc6dd +# * Bump to bindgen 0.57: https://github.com/rusqlite/rusqlite/commit/18bc6dd Patch0: libsqlite3-sys-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -248,6 +248,9 @@ echo 'pkgconfig(sqlite3) >= 3.7.16' %endif %changelog +* Wed Mar 31 21:56:13 CEST 2021 Robert-André Mauchin - 0.20.1-2 +- Bump to bindgen 0.57 + * Fri Mar 05 2021 Fabio Valentini - 0.20.1-1 - Update to version 0.20.1. @@ -265,3 +268,4 @@ echo 'pkgconfig(sqlite3) >= 3.7.16' * Sat May 16 09:59:25 CEST 2020 Igor Raits - 0.18.0-1 - Initial package +