Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 86039743bc
Update to version 0.9.9; Fixes RHBZ#2244733
1 year ago
Fabio Valentini 94ebb16e27
Update to version 0.9.8; Fixes RHBZ#2212575
2 years ago
Fabio Valentini 5532f9a1c4
Update to version 0.9.7; Fixes RHBZ#2166439
2 years ago
Fabio Valentini 51988a0a33
Update to version 0.9.6; Fixes RHBZ#2160192
2 years ago
Fabio Valentini 2299ba2c5f
Update to version 0.9.5; Fixes RHBZ#2135839
2 years ago
Fabio Valentini 6bb4824d54
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 2d7755c843
Rebuild
3 years ago

5
.gitignore vendored

@ -13,3 +13,8 @@
/parking_lot_core-0.8.5.crate
/parking_lot_core-0.9.1.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

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

@ -0,0 +1,14 @@
--- parking_lot_core-0.9.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.9/Cargo.toml 2023-10-18T09:52:14.490446+00:00
@@ -56,11 +56,6 @@
]
nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.4"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.48.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 25
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot_core
Name: rust-%{crate}
Version: 0.9.3
Name: rust-parking_lot_core
Version: 0.9.9
Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/parking_lot_core
Source: %{crates_source}
# Initial patched metadata
# * drop Windows- and Redox OS-specific dependencies
Patch0: parking_lot_core-fix-metadata.diff
# Automatically generated patch to strip dependencies and normalize metadata
Patch: parking_lot_core-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Advanced API for creating custom synchronization primitives.}
An advanced API for creating custom synchronization primitives.}
%description %{_description}
@ -113,7 +109,7 @@ use the "thread-id" 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

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.3.crate) = fa30db0fc73b268ab8395adb8bda35d12dc15363b247a95b7c4bb848ff9b8dbfb971a20f320b4feff3317d5b533c59b62152e4c652c1809a422c5671310b30df
SHA512 (parking_lot_core-0.9.9.crate) = 7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032

Loading…
Cancel
Save