Update to 4.1.1 Close: rhbz#1960713

epel9
Robert-André Mauchin 3 years ago
parent 09019db156
commit f8b9e45912

1
.gitignore vendored

@ -3,3 +3,4 @@
/zstd-safe-2.0.5+zstd.1.4.5.crate
/zstd-safe-3.0.1+zstd.1.4.9.crate
/zstd-safe-4.0.0+zstd.1.4.9.crate
/zstd-safe-4.1.1+zstd.1.5.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate zstd-safe
%global upstream_version 4.0.0+zstd.1.4.9
%global upstream_version 4.1.1+zstd.1.5.0
Name: rust-%{crate}
Version: 4.0.0
Version: 4.1.1
Release: %autorelease
Summary: Safe low-level bindings for the zstd compression library

@ -1 +1 @@
SHA512 (zstd-safe-4.0.0+zstd.1.4.9.crate) = 9135d5de9b04eb5e4881150dd0e58258a373c3d4b5d7e681eb0980a93e1f42657e6478c81950582afdc617aaf119e4277c3381cd531548e99b02a03eb9772002
SHA512 (zstd-safe-4.1.1+zstd.1.5.0.crate) = 0127fd28342b118b0ddcbab0a68945f11b9c5ce68e3dcf88cca42fee0345a5818fa403cb827cdf4f4d35e17c786321ab8b3667033a1dd5b7ffcb84a11940f1d4

@ -1,17 +1,17 @@
--- zstd-safe-4.0.0+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-safe-4.0.0+zstd.1.4.9/Cargo.toml 2021-05-10T14:29:28.805307+00:00
@@ -12,7 +12,7 @@
--- zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 2021-11-13T21:24:08.782350+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "zstd-safe"
-version = "4.0.0+zstd.1.4.9"
+version = "4.0.0"
-version = "4.1.1+zstd.1.5.0"
+version = "4.1.1"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
description = "Safe low-level bindings for the zstd compression library."
@@ -29,6 +29,7 @@
@@ -30,6 +30,7 @@
[dependencies.zstd-sys]
version = "=1.5.0"
version = "=1.6.1"
default-features = false
+features = ["pkg-config", "bindgen"]

Loading…
Cancel
Save