## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 28 %bcond check 1 %global debug_package %{nil} %global crate moka Name: rust-moka Version: 0.12.15 Release: %autorelease Summary: Fast and concurrent cache library inspired by Java Caffeine License: (MIT OR Apache-2.0) AND Apache-2.0 URL: https://crates.io/crates/moka Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: moka-fix-metadata-auto.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A fast and concurrent cache library inspired by Java Caffeine.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/NOTICE %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+future-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+future-devel %{_description} This package contains library source intended for building other packages which use the "future" feature of the "%{crate}" crate. %files -n %{name}+future-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+logging-devel %{_description} This package contains library source intended for building other packages which use the "logging" feature of the "%{crate}" crate. %files -n %{name}+logging-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+quanta-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+quanta-devel %{_description} This package contains library source intended for building other packages which use the "quanta" feature of the "%{crate}" crate. %files -n %{name}+quanta-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+sync-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sync-devel %{_description} This package contains library source intended for building other packages which use the "sync" feature of the "%{crate}" crate. %files -n %{name}+sync-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires -f future,sync %build %cargo_build -f future,sync %install %cargo_install -f future,sync %if %{with check} %check %cargo_test -f future,sync %endif %changelog ## START: Generated by rpmautospec * Sun Mar 22 2026 Benjamin A. Beasley - 0.12.15-1 - Update to version 0.12.15; Fixes RHBZ#2450057 * Fri Mar 20 2026 Benjamin A. Beasley - 0.12.14-4 - Skip a test that fails on 192-core builders * Fri Mar 20 2026 Benjamin A. Beasley - 0.12.14-3 - Backport upstream disablement of flaky GC-dependent tests * Mon Mar 02 2026 Benjamin A. Beasley - 0.12.14-2 - Remove two flaky test skips, fixed in 0.12.14 * Mon Mar 02 2026 Benjamin A. Beasley - 0.12.14-1 - Update to 0.12.14; Fixes RHBZ#2443719 * Mon Feb 23 2026 Benjamin A. Beasley - 0.12.13-3 - Don’t mark README.md as documentation since it’s used in compiling * Mon Jan 26 2026 Benjamin A. Beasley - 0.12.13-1 - Update to version 0.12.13; Fixes RHBZ#2432737 * Tue Jan 20 2026 Benjamin A. Beasley - 0.12.12-4 - Document and skip a couple of flaky tests * Tue Jan 20 2026 Benjamin A. Beasley - 0.12.12-3 - Improve notes on "test_timer_wheel_panic" skip * Sat Jan 17 2026 Fedora Release Engineering - 0.12.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Dec 24 2025 Benjamin A. Beasley - 0.12.12-1 - Update to version 0.12.12; fixes RHBZ#2424173 * Sun Sep 28 2025 Benjamin A. Beasley - 0.12.11-4 - Fix upstream bug link * Sun Sep 28 2025 Benjamin A. Beasley - 0.12.11-3 - Report ensure_gc_runs_when_dropping_cache flakes upstream * Sun Sep 28 2025 Benjamin A. Beasley - 0.12.11-2 - Still skip ensure_gc_runs_when_dropping_cache * Wed Sep 24 2025 Benjamin A. Beasley - 0.12.11-1 - Update to version 0.12.11; Fixes RHBZ#2397637 * Thu Sep 18 2025 Benjamin A. Beasley - 0.12.10-2 - Update reqwest dev-dependency from 0.11 to 0.12 * Wed Sep 17 2025 Benjamin A. Beasley - 0.12.10-1 - Initial package (close RHBZ#2393703) ## END: Generated by rpmautospec