Bump to bindgen 0.54

epel9
Josh Stone 5 years ago
parent 8b5b9f11cd
commit a0870a8c1e

@ -1,10 +1,12 @@
--- libsqlite3-sys-0.18.0/Cargo.toml 2020-04-23T16:47:20+00:00 --- libsqlite3-sys-0.18.0/Cargo.toml 2020-04-23T16:47:20+00:00
+++ libsqlite3-sys-0.18.0/Cargo.toml 2020-05-16T07:59:25.716360+00:00 +++ libsqlite3-sys-0.18.0/Cargo.toml 2020-05-30T00:46:16.231522+00:00
@@ -24,7 +24,6 @@ @@ -23,8 +23,7 @@
license = "MIT"
repository = "https://github.com/rusqlite/rusqlite" repository = "https://github.com/rusqlite/rusqlite"
[build-dependencies.bindgen] [build-dependencies.bindgen]
version = "0.53" -version = "0.53"
-features = ["runtime"] -features = ["runtime"]
+version = "0.54"
optional = true optional = true
default-features = false default-features = false

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.18.0 Version: 0.18.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Native bindings to the libsqlite3 library Summary: Native bindings to the libsqlite3 library
# Upstream license specification: MIT # Upstream license specification: MIT
@ -16,6 +16,7 @@ URL: https://crates.io/crates/libsqlite3-sys
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No bundled sqlite # * No bundled sqlite
# * Bump to bindgen 0.54, https://github.com/rusqlite/rusqlite/pull/748
Patch0: libsqlite3-sys-fix-metadata.diff Patch0: libsqlite3-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -246,5 +247,8 @@ echo 'pkgconfig(sqlite3) >= 3.7.16'
%endif %endif
%changelog %changelog
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.18.0-2
- Bump to bindgen 0.54
* Sat May 16 09:59:25 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 0.18.0-1 * Sat May 16 09:59:25 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 0.18.0-1
- Initial package - Initial package

Loading…
Cancel
Save