diff --git a/.gitignore b/.gitignore index a8def49..e1335b4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-zstd-sys.spec b/rust-zstd-sys.spec index 7164843..d5e93bb 100644 --- a/rust-zstd-sys.spec +++ b/rust-zstd-sys.spec @@ -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 - 1.4.16+zstd.1.4.5-1 +* Fri Jun 19 2020 Josh Stone - 1.4.17-1 +- Update to 1.4.17+zstd.1.4.5 + +* Sat May 30 2020 Josh Stone - 1.4.16-1 - Update to 1.4.16+zstd.1.4.5 * Thu Feb 27 2020 Josh Stone - 1.4.15-3 diff --git a/sources b/sources index d5ff45c..28058ae 100644 --- a/sources +++ b/sources @@ -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 diff --git a/zstd-sys-fix-metadata.diff b/zstd-sys-fix-metadata.diff index 5bc1dd7..32687e1 100644 --- a/zstd-sys-fix-metadata.diff +++ b/zstd-sys-fix-metadata.diff @@ -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 "] build = "build.rs" links = "zstd"