diff --git a/.gitignore b/.gitignore index d59992d..6246f53 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zstd-0.5.1+zstd.1.4.4.crate +/zstd-0.5.2+zstd.1.4.5.crate diff --git a/rust-zstd.spec b/rust-zstd.spec index 5fbec34..512bcaf 100644 --- a/rust-zstd.spec +++ b/rust-zstd.spec @@ -1,14 +1,14 @@ -# Generated by rust2rpm 12 +# Generated by rust2rpm 13 # Tests require files not included in crate %bcond_with check %global debug_package %{nil} %global crate zstd -%global upstream_version 0.5.1+zstd.1.4.4 +%global upstream_version 0.5.2+zstd.1.4.5 Name: rust-%{crate} -Version: 0.5.1 -Release: 2%{?dist} +Version: 0.5.2 +Release: 1%{?dist} Summary: Binding for the zstd compression library # Upstream license specification: MIT @@ -137,6 +137,9 @@ which use "wasm" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 06 2020 Josh Stone - 0.5.2-1 +- Update to 0.5.2+zstd.1.4.5 + * Thu Jan 30 2020 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index bece7cf..7a62b1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zstd-0.5.1+zstd.1.4.4.crate) = 565a3898c24eb5efac75df6b76d327ce8a2e62f261e63c4e307ad8583604333d9e3ba6567b3d83c7eb771a1117b743e594dacfe3fdf7542800da921ec0ebef2d +SHA512 (zstd-0.5.2+zstd.1.4.5.crate) = b6165d93fffcef7c9640dd7d323a53cc4250367247e2c062cf2e1ca159076000f052f83abdd43b55bcaf056d802ccb6aa4d84ffa3aadfadfa4f11438017b9295 diff --git a/zstd-fix-metadata.diff b/zstd-fix-metadata.diff index 3f1702d..6b64167 100644 --- a/zstd-fix-metadata.diff +++ b/zstd-fix-metadata.diff @@ -1,11 +1,11 @@ ---- zstd-0.5.1+zstd.1.4.4/Cargo.toml 2019-11-05T19:48:37+00:00 -+++ zstd-0.5.1+zstd.1.4.4/Cargo.toml 2020-01-08T20:16:14.429503+00:00 +--- zstd-0.5.2+zstd.1.4.5/Cargo.toml 2020-05-24T04:17:29+00:00 ++++ zstd-0.5.2+zstd.1.4.5/Cargo.toml 2020-06-06T01:02:50.763437+00:00 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "zstd" --version = "0.5.1+zstd.1.4.4" -+version = "0.5.1" +-version = "0.5.2+zstd.1.4.5" ++version = "0.5.2" authors = ["Alexandre Bury "] exclude = ["assets/**"] description = "Binding for the zstd compression library."