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