Update to 1.4.17+zstd.1.4.5

epel9
Josh Stone 5 years ago
parent 28565929e5
commit a0bacdad94

1
.gitignore vendored

@ -1,2 +1,3 @@
/zstd-sys-1.4.15+zstd.1.4.4.crate
/zstd-sys-1.4.16+zstd.1.4.5.crate
/zstd-sys-1.4.17+zstd.1.4.5.crate

@ -3,10 +3,10 @@
%global debug_package %{nil}
%global crate zstd-sys
%global upstream_version 1.4.16+zstd.1.4.5
%global upstream_version 1.4.17+zstd.1.4.5
Name: rust-%{crate}
Version: 1.4.16
Version: 1.4.17
Release: 1%{?dist}
Summary: Low-level bindings for the zstd compression library
@ -170,7 +170,10 @@ export LLVM_CONFIG_PATH=/usr/bin/llvm-config-%{__isa_bits}
%endif
%changelog
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 1.4.16+zstd.1.4.5-1
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 1.4.17-1
- Update to 1.4.17+zstd.1.4.5
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 1.4.16-1
- Update to 1.4.16+zstd.1.4.5
* Thu Feb 27 2020 Josh Stone <jistone@redhat.com> - 1.4.15-3

@ -1 +1 @@
SHA512 (zstd-sys-1.4.16+zstd.1.4.5.crate) = 3541bd75d9a0fecd33495a1f9976317e3d915623cf6edc507ec61b39371208e0c7fc4a9ea1fc7ec195da8cfc2d21f92cc3a2d4c5c3297814034ac4fff7dc493b
SHA512 (zstd-sys-1.4.17+zstd.1.4.5.crate) = 89439b20e4e0bce6455d982fb7467c45436ee68572395db662d056eb2e09e95ad600947bf11c27ba60b161c2e2511e04cac8dcfacc5f85fcf9222d4a206bdc30

@ -1,11 +1,11 @@
--- zstd-sys-1.4.16+zstd.1.4.5/Cargo.toml 2020-05-24T04:16:00+00:00
+++ zstd-sys-1.4.16+zstd.1.4.5/Cargo.toml 2020-05-30T00:35:40.576094+00:00
--- zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-06-14T06:25:46+00:00
+++ zstd-sys-1.4.17+zstd.1.4.5/Cargo.toml 2020-06-19T22:30:19.850041+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-sys"
-version = "1.4.16+zstd.1.4.5"
+version = "1.4.16"
-version = "1.4.17+zstd.1.4.5"
+version = "1.4.17"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"

Loading…
Cancel
Save