Update to version 4.0.10; Fixes RHBZ#2255134

epel10
Fabio Valentini 8 months ago
parent f4e38088d5
commit 96d22bfee7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/wmidi-4.0.6.crate
/wmidi-4.0.8.crate
/wmidi-4.0.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate wmidi
Name: rust-wmidi
Version: 4.0.8
Version: 4.0.10
Release: %autorelease
Summary: Midi parsing library
@ -13,10 +13,10 @@ License: MIT
URL: https://crates.io/crates/wmidi
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * drop unused, benchmark-only criterion dev-dependency
Patch: wmidi-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Midi parsing library.}
@ -62,7 +62,7 @@ use the "std" 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

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

@ -1 +1 @@
SHA512 (wmidi-4.0.8.crate) = fe78c35c584df63de7fe0742fa823ff5b006f4113a3366a94902092912f7e91a12473133ba3af7ca6017d27361daefcce850e1a5fcbb2c2a43e3979c585cfa46
SHA512 (wmidi-4.0.10.crate) = b3ce5715dc319e3224df3edbd5649b6aaee26d01e0bbc099f304f1573cc344765d6372ee193056a77924ed771401daa6f22c720b82369b92f7e05024cf24b1e7

@ -1,12 +1,17 @@
--- wmidi-4.0.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ wmidi-4.0.8/Cargo.toml 2023-08-30T13:29:10.154544+00:00
@@ -35,9 +35,6 @@
--- wmidi-4.0.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ wmidi-4.0.10/Cargo.toml 2024-06-18T13:02:36.236028+00:00
@@ -29,14 +29,7 @@
[lib]
bench = false
-[[bench]]
-name = "bench"
-harness = false
-
[dependencies]
-
-[dev-dependencies.criterion]
-version = "0.3"
-
[features]
default = ["std"]
std = []

Loading…
Cancel
Save