Compare commits

..

3 Commits

Author SHA1 Message Date
Fabio Valentini b0e9b5300e
Update to version 1.1.7; Fixes RHBZ#2168763
2 years ago
Fabio Valentini c906e3a771
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 54d33f338d
Rebuild
3 years ago

1
.gitignore vendored

@ -6,4 +6,3 @@
/thread_local-1.1.3.crate
/thread_local-1.1.4.crate
/thread_local-1.1.7.crate
/thread_local-1.1.8.crate

@ -0,0 +1,3 @@
# rust-thread_local
The rust-thread_local package

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate thread_local
Name: rust-thread_local
Version: 1.1.8
Version: 1.1.7
Release: %autorelease
Summary: Per-object thread-local storage
@ -13,10 +13,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/thread_local
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
# * drop unused, benchmark-only criterion dependency to speed up builds
Patch: thread_local-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Per-object thread-local storage.}
@ -63,7 +63,7 @@ use the "nightly" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1,5 +0,0 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (thread_local-1.1.8.crate) = 6d7e3941f43c43ac091db5d1cf2a8a3892b54b0634d9200426eadeb82015566532f04b6040085dbdcb10580ac724b6ded8416931d764d795a5f923aced66c492
SHA512 (thread_local-1.1.7.crate) = 3772452c2a349fb564d29bb06e13c8ae64807db27c3ee217fa04fd0e9847e94adeea582b82ffc2d9116f31ff478eb088550caf1346c263de49b55fa17b431c31

@ -1,6 +1,6 @@
--- thread_local-1.1.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread_local-1.1.8/Cargo.toml 2024-04-25T13:59:04.312560+00:00
@@ -26,18 +26,11 @@
--- thread_local-1.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread_local-1.1.7/Cargo.toml 2023-02-19T21:27:42.639663+00:00
@@ -25,19 +25,12 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/thread_local-rs"
@ -15,7 +15,8 @@
version = "1.5.2"
-[dev-dependencies.criterion]
-version = "0.5.1"
-version = "0.4.0"
-
[features]
nightly = []

Loading…
Cancel
Save