|
|
@ -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
|
|
|
|