import rust-string_cache-0.8.8-1.el10

i10ce changed/i10ce/rust-string_cache-0.8.8-1.el10
MSVSphere Packaging Team 1 day ago
parent f01f8a4fde
commit 6bd86ed5ee
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/string_cache-0.8.7.crate
SOURCES/string_cache-0.8.8.crate

@ -1 +1 @@
ae13b9a1a5b7dabae5dc5f549f63d507a14d1f21 SOURCES/string_cache-0.8.7.crate
4ceb9875ad817fd33b6045f5d6fae33f1701b75f SOURCES/string_cache-0.8.8.crate

@ -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"

@ -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 <decathorpe@gmail.com> - 0.8.8-1
- Update to version 0.8.8; Fixes RHBZ#2343345
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.8.7-5
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

Loading…
Cancel
Save