import rust-rustc-hash-2.1.0-1.el10

i10ce changed/i10ce/rust-rustc-hash-2.1.0-1.el10
MSVSphere Packaging Team 4 weeks ago
parent 0844211b3b
commit f6cb18a08f
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/rustc-hash-2.0.0.crate
SOURCES/rustc-hash-2.1.0.crate

@ -1 +1 @@
a0bdf6eeab83ea1a016646b93ede450aeefaa545 SOURCES/rustc-hash-2.0.0.crate
64e463f067193c6472c3c408af9e79246f0bfb4f SOURCES/rustc-hash-2.1.0.crate

@ -1,25 +1,24 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
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
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate rustc-hash
Name: rust-rustc-hash
Version: 2.0.0
Version: 2.1.0
Release: %autorelease
Summary: Speedy, non-cryptographic hashing algorithm used by rustc
# Upstream license specification: Apache-2.0/MIT
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/rustc-hash
Source: %{crates_source}
@ -103,10 +102,13 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0; Fixes RHBZ#2329629
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.0.0-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

Loading…
Cancel
Save