Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
/uluru-3.0.0.crate
SOURCES/uluru-3.1.0.crate

@ -0,0 +1 @@
7289dbfaa6711ba2bf9e411a9b3a8b1a77198707 SOURCES/uluru-3.1.0.crate

@ -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 = 2;
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 uluru
Name: rust-uluru
Version: 3.0.0
Version: 3.1.0
Release: %autorelease
Summary: Simple, fast, LRU cache implementation
@ -13,7 +23,7 @@ License: MPL-2.0
URL: https://crates.io/crates/uluru
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A simple, fast, LRU cache implementation.}
@ -47,7 +57,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -65,4 +75,17 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.1.0-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Apr 14 2024 blinxen <h-k-81@hotmail.com> - 3.1.0-2
- Update to version 3.1.0 (rhbz#2273910)
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Sep 27 2023 blinxen <h-k-81@hotmail.com> - 3.0.0-1
- Initial package (rhbz#2241009)
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (uluru-3.0.0.crate) = f7bea4a92ff58dff7c33ee549082b28dc4638c100c330806b43d11fd384f24cd95d213e690d0797b697609dc9a01f8245667341467fd39027416be8f1c09ba04
Loading…
Cancel
Save