update to version 0.20.1

epel9
Fabio Valentini 4 years ago
parent cc126dfc92
commit be479431f3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/libsqlite3-sys-0.18.0.crate
/libsqlite3-sys-0.20.1.crate

@ -1,16 +1,16 @@
--- libsqlite3-sys-0.18.0/Cargo.toml 2020-04-23T16:47:20+00:00
+++ libsqlite3-sys-0.18.0/Cargo.toml 2020-11-27T23:49:05.335742+00:00
--- libsqlite3-sys-0.20.1/Cargo.toml 2020-10-07T22:54:16+00:00
+++ libsqlite3-sys-0.20.1/Cargo.toml 2021-03-05T13:43:46.101915+00:00
@@ -23,8 +23,7 @@
license = "MIT"
repository = "https://github.com/rusqlite/rusqlite"
[build-dependencies.bindgen]
-version = "0.53"
-version = "0.55"
-features = ["runtime"]
+version = "0.56"
optional = true
default-features = false
@@ -37,21 +36,15 @@
@@ -37,23 +36,15 @@
optional = true
[features]
@ -30,10 +30,12 @@
+min_sqlite_version_3_6_8 = ["pkg-config"]
+min_sqlite_version_3_7_16 = ["pkg-config"]
+min_sqlite_version_3_7_7 = ["pkg-config"]
preupdate_hook = []
session = ["preupdate_hook"]
preupdate_hook = ["buildtime_bindgen"]
session = ["preupdate_hook", "buildtime_bindgen"]
sqlcipher = []
unlock_notify = []
-wasm32-wasi-vfs = []
-winsqlite3 = ["min_sqlite_version_3_7_16"]
with-asan = []
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"

@ -1,22 +1,21 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate libsqlite3-sys
Name: rust-%{crate}
Version: 0.18.0
Release: 5%{?dist}
Version: 0.20.1
Release: 1%{?dist}
Summary: Native bindings to the libsqlite3 library
# Upstream license specification: MIT
# https://github.com/rusqlite/rusqlite/issues/736
License: MIT
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
# * Remove windows and WASM features
# * Bump to bindgen 0.56: https://github.com/rusqlite/rusqlite/commit/18bc6dd
Patch0: libsqlite3-sys-fix-metadata.diff
@ -43,6 +42,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -248,6 +248,9 @@ echo 'pkgconfig(sqlite3) >= 3.7.16'
%endif
%changelog
* Fri Mar 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.1-1
- Update to version 0.20.1.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libsqlite3-sys-0.18.0.crate) = b11a1c3694778b4e175ee459068c9a05ecb9f736b22708fa5f673514a0721537a078fda92b7a49b846e48217d8aed3066944f7be2e87fd28486eecf2ee4f4a80
SHA512 (libsqlite3-sys-0.20.1.crate) = 8ba1e7c7a6a5dc11ee4a2c817879478c7e3d349b237b418edf72489a232d39904537abfa2274553b06ae2dc909f4f9e2b3d8ae91a4c75768a3215ebeb5c057d1

Loading…
Cancel
Save