Compare commits

..

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/clru-0.6.2.crate /clru-0.6.1.crate

@ -1 +0,0 @@
b55db3d316350dd3abd9976b7314b022a05d53d2 SOURCES/clru-0.6.2.crate

@ -1,21 +1,11 @@
## START: Set by rpmautospec # Generated by rust2rpm 24
## (rpmautospec version 0.7.2)
## 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 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate clru %global crate clru
Name: rust-clru Name: rust-clru
Version: 0.6.2 Version: 0.6.1
Release: %autorelease Release: %autorelease
Summary: LRU cache implementation with constant time operations and weighted semantic Summary: LRU cache implementation with constant time operations and weighted semantic
@ -23,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/clru URL: https://crates.io/crates/clru
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
An LRU cache implementation with constant time operations and weighted An LRU cache implementation with constant time operations and weighted
@ -58,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -76,16 +66,4 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.2-1 %autochangelog
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri May 03 2024 blinxen <h-k-81@hotmail.com> - 0.6.2-1
- Update to version 0.6.2 (rhbz#2278741)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 27 2023 blinxen <h-k-81@hotmail.com> - 0.6.1-1
- Initial package (rhbz#2241010)
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (clru-0.6.1.crate) = bb9303ea245e3df6321bbf3c4cf9f899648067f8d3950638387badc79ab37e7570ee73c90af96dfe4eefc004d116c5fc77cc8d89a2809defa2107cde530cd192
Loading…
Cancel
Save