Update to version 0.13.0; Fixes RHBZ#2243312

epel9 imports/e9/rust-zstd-0.13.0-1.el9
Fabio Valentini 12 months ago
parent 2b3de32ee5
commit 93ddca1da3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/zstd-0.11.2+zstd.1.5.2.crate
/zstd-0.12.3+zstd.1.5.2.crate
/zstd-0.12.4.crate
/zstd-0.13.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * tests require files that are not included in published crates
%bcond_with check
%global debug_package %{nil}
@ -6,18 +6,15 @@
%global crate zstd
Name: rust-zstd
Version: 0.12.4
Version: 0.13.0
Release: %autorelease
Summary: Binding for the zstd compression library
License: MIT
URL: https://crates.io/crates/zstd
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * exclude files that are only useful for upstream development
Patch: zstd-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Binding for the zstd compression library.}
@ -219,7 +216,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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests require files that are not included in published crates"]

@ -1 +1 @@
SHA512 (zstd-0.12.4.crate) = 69b94d18982d7adbf0d3a79dc013c98af97ec2b10e10ef4cd6c15a89049f343fd83db3a79c393a43e9d12d8c071a728b8666680cc5a23817a126340ba9500715
SHA512 (zstd-0.13.0.crate) = daab48e7479826dbc14e7594b3c97c06eb2903f2ef94af419f0f5bb201931ecd917935d27049da363c9edca7cbc3b5d0ad3dbf3805376627df63862c658d17cd

@ -1,11 +0,0 @@
--- zstd-0.12.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-0.12.4/Cargo.toml 2023-08-01T13:08:03.435950+00:00
@@ -15,7 +15,7 @@
name = "zstd"
version = "0.12.4"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
-exclude = ["assets/*.zst"]
+exclude = ["/assets/", "/appveyor.yml", "/rustfmt.toml"]
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
readme = "Readme.md"
Loading…
Cancel
Save