Update to 2.0.5+zstd.1.4.5

epel9
Josh Stone 5 years ago
parent 8fd60ade8d
commit f79e72c5b2

1
.gitignore vendored

@ -1,2 +1,3 @@
/zstd-safe-2.0.3+zstd.1.4.4.crate
/zstd-safe-2.0.4+zstd.1.4.5.crate
/zstd-safe-2.0.5+zstd.1.4.5.crate

@ -3,10 +3,10 @@
%global debug_package %{nil}
%global crate zstd-safe
%global upstream_version 2.0.4+zstd.1.4.5
%global upstream_version 2.0.5+zstd.1.4.5
Name: rust-%{crate}
Version: 2.0.4
Version: 2.0.5
Release: 1%{?dist}
Summary: Safe low-level bindings for the zstd compression library
@ -125,6 +125,9 @@ which use "zstdmt" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 2.0.5-1
- Update to 2.0.5+zstd.1.4.5
* Sat Jun 06 2020 Josh Stone <jistone@redhat.com> - 2.0.4-1
- Update to 2.0.4+zstd.1.4.5

@ -1 +1 @@
SHA512 (zstd-safe-2.0.4+zstd.1.4.5.crate) = 6f11d8afa1309e5f018cbbe29bc1894c0bd67c15d7db166952a0e7e73ad8c4fb86159e9008d716d2351885e2bb14dee3323a8b67fad48f79b0ee9b7d6ba871a0
SHA512 (zstd-safe-2.0.5+zstd.1.4.5.crate) = cb4b33059da628e103a0fc9a83217fe96f5201cc9db0572b3c2d102b181dc29c346aea12ddec902ecf36886fcb6a2177155791d00ee2fbb267ddf84a48d3c2c6

@ -1,17 +1,17 @@
--- zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-05-24T04:16:44+00:00
+++ zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-06-06T01:10:16.412143+00:00
--- zstd-safe-2.0.5+zstd.1.4.5/Cargo.toml 2020-06-14T06:27:22+00:00
+++ zstd-safe-2.0.5+zstd.1.4.5/Cargo.toml 2020-06-19T22:32:09.835230+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-safe"
-version = "2.0.4+zstd.1.4.5"
+version = "2.0.4"
-version = "2.0.5+zstd.1.4.5"
+version = "2.0.5"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
description = "Safe low-level bindings for the zstd compression library."
readme = "Readme.md"
@@ -28,9 +28,9 @@
[dependencies.zstd-sys]
version = "=1.4.16"
version = "=1.4.17"
default-features = false
+features = ["pkg-config", "bindgen"]

Loading…
Cancel
Save