From b3f9c2d0b6b2c7ddddbf4350b077a3cfb949533c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 11 Feb 2025 02:00:08 +0300 Subject: [PATCH] import rust-string_cache_codegen-0.5.3-1.el10 --- .gitignore | 2 +- .rust-string_cache_codegen.metadata | 2 +- .../string_cache_codegen-fix-metadata.diff | 15 ----------- SPECS/rust-string_cache_codegen.spec | 25 +++++++++++-------- 4 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 SOURCES/string_cache_codegen-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 9e56438..fc0ad68 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/string_cache_codegen-0.5.2.crate +SOURCES/string_cache_codegen-0.5.3.crate diff --git a/.rust-string_cache_codegen.metadata b/.rust-string_cache_codegen.metadata index 72bd424..4e60b6c 100644 --- a/.rust-string_cache_codegen.metadata +++ b/.rust-string_cache_codegen.metadata @@ -1 +1 @@ -6c04f01a2a274f701fbc3d3f0d4d4288abd46364 SOURCES/string_cache_codegen-0.5.2.crate +5e38467989bf021d54535f1418e0df210a0fed2d SOURCES/string_cache_codegen-0.5.3.crate diff --git a/SOURCES/string_cache_codegen-fix-metadata.diff b/SOURCES/string_cache_codegen-fix-metadata.diff deleted file mode 100644 index fc63bb2..0000000 --- a/SOURCES/string_cache_codegen-fix-metadata.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- string_cache_codegen-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ string_cache_codegen-0.5.2/Cargo.toml 2023-07-28T13:16:21.874408+00:00 -@@ -23,10 +23,10 @@ - name = "string_cache_codegen" - path = "lib.rs" - [dependencies.phf_generator] --version = "0.10" -+version = "0.11" - - [dependencies.phf_shared] --version = "0.10" -+version = "0.11" - - [dependencies.proc-macro2] - version = "1" diff --git a/SPECS/rust-string_cache_codegen.spec b/SPECS/rust-string_cache_codegen.spec index 610384b..8e5bf0c 100644 --- a/SPECS/rust-string_cache_codegen.spec +++ b/SPECS/rust-string_cache_codegen.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 = 7; + 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_codegen Name: rust-string_cache_codegen -Version: 0.5.2 +Version: 0.5.3 Release: %autorelease Summary: Codegen library for string-cache, developed as part of the Servo project License: MIT OR Apache-2.0 URL: https://crates.io/crates/string_cache_codegen Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * bump phf dependencies from 0.10 to 0.11 -Patch: string_cache_codegen-fix-metadata.diff -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A codegen library for string-cache, developed as part of the Servo @@ -61,7 +58,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 @@ -79,10 +76,16 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Mon Feb 10 2025 Fabio Valentini - 0.5.3-1 +- Update to version 0.5.3; Fixes RHBZ#2343360 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.5.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.5.2-7 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 0.5.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild