bump to bindgen 0.56

epel9
Fabio Valentini 4 years ago
parent 448a63e7b8
commit 8f8a5511d4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,12 +1,12 @@
--- libsqlite3-sys-0.18.0/Cargo.toml 2020-04-23T16:47:20+00:00
+++ libsqlite3-sys-0.18.0/Cargo.toml 2020-05-30T00:46:16.231522+00:00
+++ libsqlite3-sys-0.18.0/Cargo.toml 2020-11-27T23:49:05.335742+00:00
@@ -23,8 +23,7 @@
license = "MIT"
repository = "https://github.com/rusqlite/rusqlite"
[build-dependencies.bindgen]
-version = "0.53"
-features = ["runtime"]
+version = "0.54"
+version = "0.56"
optional = true
default-features = false

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.18.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Native bindings to the libsqlite3 library
# Upstream license specification: MIT
@ -16,7 +16,8 @@ URL: https://crates.io/crates/libsqlite3-sys
Source: %{crates_source}
# Initial patched metadata
# * No bundled sqlite
# * Bump to bindgen 0.54, https://github.com/rusqlite/rusqlite/pull/748
# * Bump to bindgen 0.54: https://github.com/rusqlite/rusqlite/pull/748
# * Bump to bindgen 0.56: https://github.com/rusqlite/rusqlite/commit/18bc6dd
Patch0: libsqlite3-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -247,6 +248,9 @@ echo 'pkgconfig(sqlite3) >= 3.7.16'
%endif
%changelog
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-4
- Bump to bindgen 0.56.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save