Update to version 0.26.3; Fixes RHBZ#2030136

epel9
Fabio Valentini 3 years ago
parent 131c4beb78
commit 022772417e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/rusqlite-0.24.2.crate /rusqlite-0.24.2.crate
/rusqlite-0.26.1.crate /rusqlite-0.26.1.crate
/rusqlite-0.26.3.crate

@ -1,5 +1,5 @@
--- rusqlite-0.26.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- rusqlite-0.26.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rusqlite-0.26.1/Cargo.toml 2021-11-13T11:21:24.207997+00:00 +++ rusqlite-0.26.3/Cargo.toml 2021-12-09T14:58:52.648947+00:00
@@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
categories = ["database"] categories = ["database"]
license = "MIT" license = "MIT"

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rusqlite %global crate rusqlite
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.26.1 Version: 0.26.3
Release: %autorelease Release: %autorelease
Summary: Ergonomic wrapper for SQLite Summary: Ergonomic wrapper for SQLite
@ -20,9 +20,6 @@ Source: %{crates_source}
Patch0: rusqlite-fix-metadata.diff Patch0: rusqlite-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -37,12 +34,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md Changelog.md %doc Changelog.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -51,8 +48,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -63,8 +60,8 @@ BuildArch: noarch
%description -n %{name}+array-devel %{_description} %description -n %{name}+array-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "array" feature of "%{crate}" crate. use the "array" feature of the "%{crate}" crate.
%files -n %{name}+array-devel %files -n %{name}+array-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -75,8 +72,8 @@ BuildArch: noarch
%description -n %{name}+backup-devel %{_description} %description -n %{name}+backup-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "backup" feature of "%{crate}" crate. use the "backup" feature of the "%{crate}" crate.
%files -n %{name}+backup-devel %files -n %{name}+backup-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -87,8 +84,8 @@ BuildArch: noarch
%description -n %{name}+blob-devel %{_description} %description -n %{name}+blob-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "blob" feature of "%{crate}" crate. use the "blob" feature of the "%{crate}" crate.
%files -n %{name}+blob-devel %files -n %{name}+blob-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -99,8 +96,8 @@ BuildArch: noarch
%description -n %{name}+buildtime_bindgen-devel %{_description} %description -n %{name}+buildtime_bindgen-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "buildtime_bindgen" feature of "%{crate}" crate. use the "buildtime_bindgen" feature of the "%{crate}" crate.
%files -n %{name}+buildtime_bindgen-devel %files -n %{name}+buildtime_bindgen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -111,8 +108,8 @@ BuildArch: noarch
%description -n %{name}+byteorder-devel %{_description} %description -n %{name}+byteorder-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "byteorder" feature of "%{crate}" crate. use the "byteorder" feature of the "%{crate}" crate.
%files -n %{name}+byteorder-devel %files -n %{name}+byteorder-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -123,8 +120,8 @@ BuildArch: noarch
%description -n %{name}+chrono-devel %{_description} %description -n %{name}+chrono-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "chrono" feature of "%{crate}" crate. use the "chrono" feature of the "%{crate}" crate.
%files -n %{name}+chrono-devel %files -n %{name}+chrono-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -135,8 +132,8 @@ BuildArch: noarch
%description -n %{name}+collation-devel %{_description} %description -n %{name}+collation-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "collation" feature of "%{crate}" crate. use the "collation" feature of the "%{crate}" crate.
%files -n %{name}+collation-devel %files -n %{name}+collation-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -147,8 +144,8 @@ BuildArch: noarch
%description -n %{name}+column_decltype-devel %{_description} %description -n %{name}+column_decltype-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "column_decltype" feature of "%{crate}" crate. use the "column_decltype" feature of the "%{crate}" crate.
%files -n %{name}+column_decltype-devel %files -n %{name}+column_decltype-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -159,8 +156,8 @@ BuildArch: noarch
%description -n %{name}+csv-devel %{_description} %description -n %{name}+csv-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "csv" feature of "%{crate}" crate. use the "csv" feature of the "%{crate}" crate.
%files -n %{name}+csv-devel %files -n %{name}+csv-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -171,8 +168,8 @@ BuildArch: noarch
%description -n %{name}+csvtab-devel %{_description} %description -n %{name}+csvtab-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "csvtab" feature of "%{crate}" crate. use the "csvtab" feature of the "%{crate}" crate.
%files -n %{name}+csvtab-devel %files -n %{name}+csvtab-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -183,8 +180,8 @@ BuildArch: noarch
%description -n %{name}+extra_check-devel %{_description} %description -n %{name}+extra_check-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "extra_check" feature of "%{crate}" crate. use the "extra_check" feature of the "%{crate}" crate.
%files -n %{name}+extra_check-devel %files -n %{name}+extra_check-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -195,8 +192,8 @@ BuildArch: noarch
%description -n %{name}+functions-devel %{_description} %description -n %{name}+functions-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "functions" feature of "%{crate}" crate. use the "functions" feature of the "%{crate}" crate.
%files -n %{name}+functions-devel %files -n %{name}+functions-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -207,8 +204,8 @@ BuildArch: noarch
%description -n %{name}+hooks-devel %{_description} %description -n %{name}+hooks-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "hooks" feature of "%{crate}" crate. use the "hooks" feature of the "%{crate}" crate.
%files -n %{name}+hooks-devel %files -n %{name}+hooks-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -219,8 +216,8 @@ BuildArch: noarch
%description -n %{name}+i128_blob-devel %{_description} %description -n %{name}+i128_blob-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "i128_blob" feature of "%{crate}" crate. use the "i128_blob" feature of the "%{crate}" crate.
%files -n %{name}+i128_blob-devel %files -n %{name}+i128_blob-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -231,8 +228,8 @@ BuildArch: noarch
%description -n %{name}+in_gecko-devel %{_description} %description -n %{name}+in_gecko-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "in_gecko" feature of "%{crate}" crate. use the "in_gecko" feature of the "%{crate}" crate.
%files -n %{name}+in_gecko-devel %files -n %{name}+in_gecko-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -243,8 +240,8 @@ BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description} %description -n %{name}+lazy_static-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "lazy_static" feature of "%{crate}" crate. use the "lazy_static" feature of the "%{crate}" crate.
%files -n %{name}+lazy_static-devel %files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -255,8 +252,8 @@ BuildArch: noarch
%description -n %{name}+limits-devel %{_description} %description -n %{name}+limits-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "limits" feature of "%{crate}" crate. use the "limits" feature of the "%{crate}" crate.
%files -n %{name}+limits-devel %files -n %{name}+limits-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -267,8 +264,8 @@ BuildArch: noarch
%description -n %{name}+load_extension-devel %{_description} %description -n %{name}+load_extension-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "load_extension" feature of "%{crate}" crate. use the "load_extension" feature of the "%{crate}" crate.
%files -n %{name}+load_extension-devel %files -n %{name}+load_extension-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -279,8 +276,8 @@ BuildArch: noarch
%description -n %{name}+modern-full-devel %{_description} %description -n %{name}+modern-full-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "modern-full" feature of "%{crate}" crate. use the "modern-full" feature of the "%{crate}" crate.
%files -n %{name}+modern-full-devel %files -n %{name}+modern-full-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -291,8 +288,8 @@ BuildArch: noarch
%description -n %{name}+modern_sqlite-devel %{_description} %description -n %{name}+modern_sqlite-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "modern_sqlite" feature of "%{crate}" crate. use the "modern_sqlite" feature of the "%{crate}" crate.
%files -n %{name}+modern_sqlite-devel %files -n %{name}+modern_sqlite-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -303,8 +300,8 @@ BuildArch: noarch
%description -n %{name}+serde_json-devel %{_description} %description -n %{name}+serde_json-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde_json" feature of "%{crate}" crate. use the "serde_json" feature of the "%{crate}" crate.
%files -n %{name}+serde_json-devel %files -n %{name}+serde_json-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -315,8 +312,8 @@ BuildArch: noarch
%description -n %{name}+series-devel %{_description} %description -n %{name}+series-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "series" feature of "%{crate}" crate. use the "series" feature of the "%{crate}" crate.
%files -n %{name}+series-devel %files -n %{name}+series-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -327,8 +324,8 @@ BuildArch: noarch
%description -n %{name}+session-devel %{_description} %description -n %{name}+session-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "session" feature of "%{crate}" crate. use the "session" feature of the "%{crate}" crate.
%files -n %{name}+session-devel %files -n %{name}+session-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -339,8 +336,8 @@ BuildArch: noarch
%description -n %{name}+sqlcipher-devel %{_description} %description -n %{name}+sqlcipher-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "sqlcipher" feature of "%{crate}" crate. use the "sqlcipher" feature of the "%{crate}" crate.
%files -n %{name}+sqlcipher-devel %files -n %{name}+sqlcipher-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -351,8 +348,8 @@ BuildArch: noarch
%description -n %{name}+time-devel %{_description} %description -n %{name}+time-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "time" feature of "%{crate}" crate. use the "time" feature of the "%{crate}" crate.
%files -n %{name}+time-devel %files -n %{name}+time-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -363,8 +360,8 @@ BuildArch: noarch
%description -n %{name}+trace-devel %{_description} %description -n %{name}+trace-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "trace" feature of "%{crate}" crate. use the "trace" feature of the "%{crate}" crate.
%files -n %{name}+trace-devel %files -n %{name}+trace-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -375,8 +372,8 @@ BuildArch: noarch
%description -n %{name}+unlock_notify-devel %{_description} %description -n %{name}+unlock_notify-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "unlock_notify" feature of "%{crate}" crate. use the "unlock_notify" feature of the "%{crate}" crate.
%files -n %{name}+unlock_notify-devel %files -n %{name}+unlock_notify-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -387,8 +384,8 @@ BuildArch: noarch
%description -n %{name}+url-devel %{_description} %description -n %{name}+url-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "url" feature of "%{crate}" crate. use the "url" feature of the "%{crate}" crate.
%files -n %{name}+url-devel %files -n %{name}+url-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -399,8 +396,8 @@ BuildArch: noarch
%description -n %{name}+uuid-devel %{_description} %description -n %{name}+uuid-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "uuid" feature of "%{crate}" crate. use the "uuid" feature of the "%{crate}" crate.
%files -n %{name}+uuid-devel %files -n %{name}+uuid-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -411,8 +408,8 @@ BuildArch: noarch
%description -n %{name}+vtab-devel %{_description} %description -n %{name}+vtab-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "vtab" feature of "%{crate}" crate. use the "vtab" feature of the "%{crate}" crate.
%files -n %{name}+vtab-devel %files -n %{name}+vtab-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -423,8 +420,8 @@ BuildArch: noarch
%description -n %{name}+window-devel %{_description} %description -n %{name}+window-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "window" feature of "%{crate}" crate. use the "window" feature of the "%{crate}" crate.
%files -n %{name}+window-devel %files -n %{name}+window-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -435,8 +432,8 @@ BuildArch: noarch
%description -n %{name}+with-asan-devel %{_description} %description -n %{name}+with-asan-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "with-asan" feature of "%{crate}" crate. use the "with-asan" feature of the "%{crate}" crate.
%files -n %{name}+with-asan-devel %files -n %{name}+with-asan-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (rusqlite-0.26.1.crate) = 4322dbb58097324bdbcafa4dd81a3fb16c28a16b93091a371fbefd86aff5d2d104abd7290669f4092cc5cf869ccce794d4b20457b1a8ec7154a55c9a6c15cbea SHA512 (rusqlite-0.26.3.crate) = 1d8ae38d3863530a941da111045a7d4e785c24e01ce34f38573eec9d8faad91ffdbe9ebd32e8f812522db304ea56c1dd08b3cb0482ae7a688ce56799df07239e

Loading…
Cancel
Save