From 251195e87ec211e7ad21e123bdb2b0bc79b03398 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 19 Jun 2020 15:49:51 -0700 Subject: [PATCH] Update to 0.5.3+zstd.1.4.5 --- .gitignore | 1 + rust-zstd.spec | 19 +++++++++++++++++-- sources | 2 +- zstd-fix-metadata.diff | 8 ++++---- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6246f53..39cdbe9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zstd-0.5.1+zstd.1.4.4.crate /zstd-0.5.2+zstd.1.4.5.crate +/zstd-0.5.3+zstd.1.4.5.crate diff --git a/rust-zstd.spec b/rust-zstd.spec index 512bcaf..472e0dc 100644 --- a/rust-zstd.spec +++ b/rust-zstd.spec @@ -4,10 +4,10 @@ %global debug_package %{nil} %global crate zstd -%global upstream_version 0.5.2+zstd.1.4.5 +%global upstream_version 0.5.3+zstd.1.4.5 Name: rust-%{crate} -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: Binding for the zstd compression library @@ -118,6 +118,18 @@ which use "wasm" feature of "%{crate}" crate. %files -n %{name}+wasm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+zstdmt-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+zstdmt-devel %{_description} + +This package contains library source intended for building other packages +which use "zstdmt" feature of "%{crate}" crate. + +%files -n %{name}+zstdmt-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %prep %autosetup -n %{crate}-%{upstream_version} -p1 %cargo_prep @@ -137,6 +149,9 @@ which use "wasm" feature of "%{crate}" crate. %endif %changelog +* Fri Jun 19 2020 Josh Stone - 0.5.3-1 +- Update to 0.5.3+zstd.1.4.5 + * Sat Jun 06 2020 Josh Stone - 0.5.2-1 - Update to 0.5.2+zstd.1.4.5 diff --git a/sources b/sources index 7a62b1e..d1e7a08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zstd-0.5.2+zstd.1.4.5.crate) = b6165d93fffcef7c9640dd7d323a53cc4250367247e2c062cf2e1ca159076000f052f83abdd43b55bcaf056d802ccb6aa4d84ffa3aadfadfa4f11438017b9295 +SHA512 (zstd-0.5.3+zstd.1.4.5.crate) = cb6d2adbb3d400ffec19ce7c942b47a0e5826ed62bb8de195b0e8817b4a1e00c1569a080457452180cf869b7bd99fdb150e4a981a992f977b2dbd03eb5a073ff diff --git a/zstd-fix-metadata.diff b/zstd-fix-metadata.diff index 6b64167..9fb3ee2 100644 --- a/zstd-fix-metadata.diff +++ b/zstd-fix-metadata.diff @@ -1,11 +1,11 @@ ---- 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 +--- zstd-0.5.3+zstd.1.4.5/Cargo.toml 2020-06-14T06:29:14+00:00 ++++ zstd-0.5.3+zstd.1.4.5/Cargo.toml 2020-06-19T22:33:27.049362+00:00 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "zstd" --version = "0.5.2+zstd.1.4.5" -+version = "0.5.2" +-version = "0.5.3+zstd.1.4.5" ++version = "0.5.3" authors = ["Alexandre Bury "] exclude = ["assets/**"] description = "Binding for the zstd compression library."