Update to version 7.0.0; Fixes RHBZ#2243314

epel9 imports/e9/rust-zstd-safe-7.0.0-1.el9
Fabio Valentini 12 months ago
parent a8beffa87e
commit 1fd3f500b9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/zstd-safe-5.0.2+zstd.1.5.2.crate
/zstd-safe-6.0.4+zstd.1.5.4.crate
/zstd-safe-6.0.6.crate
/zstd-safe-7.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate zstd-safe
Name: rust-zstd-safe
Version: 6.0.6
Version: 7.0.0
Release: %autorelease
Summary: Safe low-level bindings for the zstd compression library
@ -13,11 +13,8 @@ Summary: Safe low-level bindings for the zstd compression library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/zstd-safe
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * exclude files that are only useful for upstream development
Patch: zstd-safe-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Safe low-level bindings for the zstd compression library.}
@ -221,7 +218,7 @@ use the "zstdmt" 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 (zstd-safe-6.0.6.crate) = 33f8aee9c584a2abdd3d965fa9ff15fad310fc3f9d73e04d5a3a871c3b7e96b7a833cf563ef81656c9226ec793f42bb9c08b1c5cc53c9ead3e29802d8fcfbc6a
SHA512 (zstd-safe-7.0.0.crate) = 2f0d66c874f7880d05fce39f4bdec5e217e8e18b44bfe97b4ea33c7d5c8719c5bd9615f7274f0b19734a465eb2477993fb8ae8d60abc7da36eac361e8fc4a437

@ -1,10 +0,0 @@
--- zstd-safe-6.0.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-safe-6.0.6/Cargo.toml 2023-08-01T13:07:09.173716+00:00
@@ -29,6 +29,7 @@
]
license = "MIT/Apache-2.0"
repository = "https://github.com/gyscos/zstd-rs"
+exclude = ["/update_consts.sh"]
[package.metadata.docs.rs]
features = [
Loading…
Cancel
Save