Update to 0.5.2+zstd.1.4.5

epel9
Josh Stone 5 years ago
parent 42c6738647
commit db1441e003

1
.gitignore vendored

@ -1 +1,2 @@
/zstd-0.5.1+zstd.1.4.4.crate
/zstd-0.5.2+zstd.1.4.5.crate

@ -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 <jistone@redhat.com> - 0.5.2-1
- Update to 0.5.2+zstd.1.4.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (zstd-0.5.1+zstd.1.4.4.crate) = 565a3898c24eb5efac75df6b76d327ce8a2e62f261e63c4e307ad8583604333d9e3ba6567b3d83c7eb771a1117b743e594dacfe3fdf7542800da921ec0ebef2d
SHA512 (zstd-0.5.2+zstd.1.4.5.crate) = b6165d93fffcef7c9640dd7d323a53cc4250367247e2c062cf2e1ca159076000f052f83abdd43b55bcaf056d802ccb6aa4d84ffa3aadfadfa4f11438017b9295

@ -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 <alexandre.bury@gmail.com>"]
exclude = ["assets/**"]
description = "Binding for the zstd compression library."

Loading…
Cancel
Save