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

1
.gitignore vendored

@ -18,4 +18,3 @@
/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,14 +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
--- 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.5"
-version = "0.4"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.52.0"
-version = "0.48.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot_core
Name: rust-parking_lot_core
Version: 0.9.10
Version: 0.9.9
Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.10.crate) = 4f30fb60ded274d3154ffb00f6f50ac284b6fb97daebc1a2ac897ce97fa8e2ec6ff30cbdadf3b7419617a410fa7525f30ef5e580334e07d4420f4c0200a57389
SHA512 (parking_lot_core-0.9.9.crate) = 7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032

Loading…
Cancel
Save