|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.18.0
|
|
|
|
Version: 0.18.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Native bindings to the libsqlite3 library
|
|
|
|
Summary: Native bindings to the libsqlite3 library
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -16,7 +16,8 @@ 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
|
|
|
|
# * 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
|
|
|
|
Patch0: libsqlite3-sys-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -247,6 +248,9 @@ echo 'pkgconfig(sqlite3) >= 3.7.16'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|