|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 4;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate rusqlite
|
|
|
|
|
|
|
|
|
|
Name: rust-rusqlite
|
|
|
|
|
Version: 0.28.0
|
|
|
|
|
Version: 0.31.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Ergonomic wrapper for SQLite
|
|
|
|
|
|
|
|
|
@ -13,12 +23,14 @@ License: MIT
|
|
|
|
|
URL: https://crates.io/crates/rusqlite
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * bump fallible-iterator dependency from 0.2 to 0.3
|
|
|
|
|
# * drop features for building with bundled dependencies
|
|
|
|
|
# * drop Windows- and WASM-specific features and dependencies
|
|
|
|
|
# * drop unused optional rusqlite_macros dependency
|
|
|
|
|
# * drop unused support for sqlcipher
|
|
|
|
|
# * drop unused, benchmark-only bencher dev-dependency
|
|
|
|
|
Patch: rusqlite-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Ergonomic wrapper for SQLite.}
|
|
|
|
@ -207,18 +219,6 @@ use the "i128_blob" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+i128_blob-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+lazy_static-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+lazy_static-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "lazy_static" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+lazy_static-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+limits-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -291,40 +291,40 @@ use the "serde_json" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+serde_json-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+series-devel
|
|
|
|
|
%package -n %{name}+serialize-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+series-devel %{_description}
|
|
|
|
|
%description -n %{name}+serialize-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "series" feature of the "%{crate}" crate.
|
|
|
|
|
use the "serialize" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+series-devel
|
|
|
|
|
%files -n %{name}+serialize-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+session-devel
|
|
|
|
|
%package -n %{name}+series-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+session-devel %{_description}
|
|
|
|
|
%description -n %{name}+series-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "session" feature of the "%{crate}" crate.
|
|
|
|
|
use the "series" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+session-devel
|
|
|
|
|
%files -n %{name}+series-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+sqlcipher-devel
|
|
|
|
|
%package -n %{name}+session-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+sqlcipher-devel %{_description}
|
|
|
|
|
%description -n %{name}+session-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "sqlcipher" feature of the "%{crate}" crate.
|
|
|
|
|
use the "session" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+sqlcipher-devel
|
|
|
|
|
%files -n %{name}+session-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+time-devel
|
|
|
|
@ -411,20 +411,8 @@ use the "window" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+window-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+with-asan-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+with-asan-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "with-asan" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+with-asan-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -442,4 +430,53 @@ use the "with-asan" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.31.0-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Sep 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.31.0-4
|
|
|
|
|
- Drop unused, benchmark-only bencher dev-dependency
|
|
|
|
|
|
|
|
|
|
* Sun Sep 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.31.0-3
|
|
|
|
|
- Drop unused support for sqlcipher
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.31.0-1
|
|
|
|
|
- Update to version 0.31.0; Fixes RHBZ#2181819
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.28.0-3
|
|
|
|
|
- Bump fallible-iterator dependency from 0.2 to 0.3
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Mar 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.28.0-1
|
|
|
|
|
- Update to version 0.28.0; Fixes RHBZ#2059012
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.26.3-1
|
|
|
|
|
- Update to version 0.26.3; Fixes RHBZ#2030136
|
|
|
|
|
|
|
|
|
|
* Sat Nov 13 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.26.1-1
|
|
|
|
|
- Update to 0.26.1 Close: rhbz#1950008
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.24.2-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|