Update to version 0.3.7; Fixes RHBZ#2319835

epel10 imports/epel10/rust-dary_heap-0.3.7-1.el10
Fabio Valentini 2 months ago
parent fb870afe9f
commit dbc398af37
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/dary_heap-0.3.6.crate /dary_heap-0.3.6.crate
/dary_heap-0.3.7.crate

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

@ -1,13 +0,0 @@
--- dary_heap-0.3.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ dary_heap-0.3.6/Cargo.toml 2024-04-27T23:24:00.240285+00:00
@@ -50,10 +50,6 @@
optional = true
default-features = false
-[dev-dependencies.criterion]
-version = "0.4"
-default-features = false
-
[dev-dependencies.rand]
version = "0.8"

@ -1,20 +1,17 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate dary_heap %global crate dary_heap
Name: rust-dary_heap Name: rust-dary_heap
Version: 0.3.6 Version: 0.3.7
Release: %autorelease Release: %autorelease
Summary: D-ary heap Summary: D-ary heap
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/dary_heap URL: https://crates.io/crates/dary_heap
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop criterion dependency
Patch: dary_heap-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1,5 +1,6 @@
[features] [features]
hide = [ hide = [
"unstable", "unstable",
"unstable_nightly", "unstable_nightly",
] ]

@ -1 +1 @@
SHA512 (dary_heap-0.3.6.crate) = 76ab17e04f79f8d52f88db3bbb7cb6b6dab1191f1363ebdd6487407e68d716446d043a9e8f43dbc06ed91e1e9d3e0d077f3fb246bb2cc83e831a1553c09cff65 SHA512 (dary_heap-0.3.7.crate) = 18301b9f6acaabadcf79e8c05953db92412173de2474583f8ae0274d7ff73c2a3440a8f93c398e2847db5a84dd0c373d7daa6c0e0f0a185578a6fd10f3450f25

Loading…
Cancel
Save