Bump to bindgen 0.57

epel9
Robert-André Mauchin 4 years ago
parent be479431f3
commit a64ad71ab0

@ -6,7 +6,7 @@
[build-dependencies.bindgen]
-version = "0.55"
-features = ["runtime"]
+version = "0.56"
+version = "0.57"
optional = true
default-features = false

@ -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 <zebob.m@gmail.com> - 0.20.1-2
- Bump to bindgen 0.57
* Fri Mar 05 2021 Fabio Valentini <decathorpe@gmail.com> - 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 <i.gnatenko.brain@gmail.com> - 0.18.0-1
- Initial package

Loading…
Cancel
Save