Compare commits

...

10 Commits

Author SHA1 Message Date
Fedora Release Engineering 97773fa2c5 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 78a02c2516
Update to version 0.9.10; Fixes RHBZ#2277252
10 months ago
Fedora Release Engineering 5805d0c95f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 6e7fed2b8e
Update to version 0.9.9; Fixes RHBZ#2244733
1 year ago
Fedora Release Engineering 2e56bd9c58 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 8e529b26d8
Update to version 0.9.8; Fixes RHBZ#2212575
2 years ago
Fabio Valentini 1fa7ba7bf7
Update to version 0.9.7; Fixes RHBZ#2166439
2 years ago
Fabio Valentini ace72f0496
Update to version 0.9.6; Fixes RHBZ#2160192
2 years ago
Fedora Release Engineering 7196aa612a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 80a665f8bb
Update to version 0.9.5; Fixes RHBZ#2135839
2 years ago

6
.gitignore vendored

@ -13,3 +13,9 @@
/parking_lot_core-0.8.5.crate /parking_lot_core-0.8.5.crate
/parking_lot_core-0.9.1.crate /parking_lot_core-0.9.1.crate
/parking_lot_core-0.9.3.crate /parking_lot_core-0.9.3.crate
/parking_lot_core-0.9.5.crate
/parking_lot_core-0.9.6.crate
/parking_lot_core-0.9.7.crate
/parking_lot_core-0.9.8.crate
/parking_lot_core-0.9.9.crate
/parking_lot_core-0.9.10.crate

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

@ -0,0 +1,14 @@
--- parking_lot_core-0.9.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.10/Cargo.toml 2024-05-08T18:23:48.986539+00:00
@@ -56,11 +56,6 @@
]
nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.5"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.52.0"

@ -1,20 +0,0 @@
--- parking_lot_core-0.9.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.3/Cargo.toml 2022-05-24T14:17:50.607577+00:00
@@ -52,17 +52,5 @@
]
nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.2.8"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.36.0"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",
- "Win32_System_SystemServices",
- "Win32_System_WindowsProgramming",
-]

@ -1,28 +1,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate parking_lot_core %global crate parking_lot_core
Name: rust-%{crate} Name: rust-parking_lot_core
Version: 0.9.3 Version: 0.9.10
Release: %autorelease Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/parking_lot_core URL: https://crates.io/crates/parking_lot_core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip dependencies and normalize metadata
# * drop Windows- and Redox OS-specific dependencies Patch: parking_lot_core-fix-metadata-auto.diff
Patch0: parking_lot_core-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Advanced API for creating custom synchronization primitives.} An advanced API for creating custom synchronization primitives.}
%description %{_description} %description %{_description}
@ -113,7 +109,7 @@ use the "thread-id" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df SHA512 (parking_lot_core-0.9.10.crate) = 4f30fb60ded274d3154ffb00f6f50ac284b6fb97daebc1a2ac897ce97fa8e2ec6ff30cbdadf3b7419617a410fa7525f30ef5e580334e07d4420f4c0200a57389

Loading…
Cancel
Save