From 6bd86ed5eee903e0dc1a23db40acf274a46aa077 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 11 Feb 2025 01:59:58 +0300 Subject: [PATCH] import rust-string_cache-0.8.8-1.el10 --- .gitignore | 2 +- .rust-string_cache.metadata | 2 +- SOURCES/string_cache-fix-metadata.diff | 11 ----------- SPECS/rust-string_cache.spec | 25 ++++++++++++++----------- 4 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 SOURCES/string_cache-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 36b18ac..6f26efb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/string_cache-0.8.7.crate +SOURCES/string_cache-0.8.8.crate diff --git a/.rust-string_cache.metadata b/.rust-string_cache.metadata index 6e7cfbe..c1575e8 100644 --- a/.rust-string_cache.metadata +++ b/.rust-string_cache.metadata @@ -1 +1 @@ -ae13b9a1a5b7dabae5dc5f549f63d507a14d1f21 SOURCES/string_cache-0.8.7.crate +4ceb9875ad817fd33b6045f5d6fae33f1701b75f SOURCES/string_cache-0.8.8.crate diff --git a/SOURCES/string_cache-fix-metadata.diff b/SOURCES/string_cache-fix-metadata.diff deleted file mode 100644 index 532f2fc..0000000 --- a/SOURCES/string_cache-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- string_cache-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ string_cache-0.8.7/Cargo.toml 2023-07-28T13:16:52.450530+00:00 -@@ -37,7 +37,7 @@ - version = "0.12" - - [dependencies.phf_shared] --version = "0.10" -+version = "0.11" - - [dependencies.precomputed-hash] - version = "0.1" diff --git a/SPECS/rust-string_cache.spec b/SPECS/rust-string_cache.spec index 4efa0ce..a7bdee6 100644 --- a/SPECS/rust-string_cache.spec +++ b/SPECS/rust-string_cache.spec @@ -1,32 +1,29 @@ ## 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 = 5; + 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 24 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate string_cache Name: rust-string_cache -Version: 0.8.7 +Version: 0.8.8 Release: %autorelease Summary: String interning library for Rust, developed as part of the Servo project License: MIT OR Apache-2.0 URL: https://crates.io/crates/string_cache Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * bump phf_shared dependency from 0.10 to 0.11 -Patch: string_cache-fix-metadata.diff -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A string interning library for Rust, developed as part of the Servo @@ -86,7 +83,7 @@ use the "serde_support" 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 @@ -104,10 +101,16 @@ use the "serde_support" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Mon Feb 10 2025 Fabio Valentini - 0.8.8-1 +- Update to version 0.8.8; Fixes RHBZ#2343345 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.8.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.8.7-5 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 0.8.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild