diff --git a/.gitignore b/.gitignore index 6bcaaf8..920d1c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rustc-hash-2.0.0.crate +SOURCES/rustc-hash-2.1.0.crate diff --git a/.rust-rustc-hash.metadata b/.rust-rustc-hash.metadata index 707f08a..1bc7bd6 100644 --- a/.rust-rustc-hash.metadata +++ b/.rust-rustc-hash.metadata @@ -1 +1 @@ -a0bdf6eeab83ea1a016646b93ede450aeefaa545 SOURCES/rustc-hash-2.0.0.crate +64e463f067193c6472c3c408af9e79246f0bfb4f SOURCES/rustc-hash-2.1.0.crate diff --git a/SPECS/rust-rustc-hash.spec b/SPECS/rust-rustc-hash.spec index 8e99aed..bd46a88 100644 --- a/SPECS/rust-rustc-hash.spec +++ b/SPECS/rust-rustc-hash.spec @@ -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 - 2.1.0-1 +- Update to version 2.1.0; Fixes RHBZ#2329629 + * Fri Dec 20 2024 MSVSphere Packaging Team - 2.0.0-2 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild