From fda04f2e05906fb46d79204635b287d55600a2b6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 7 Mar 2021 21:46:49 +0100 Subject: [PATCH] update to version 0.6.1+zstd.1.4.9 --- .gitignore | 1 + rust-zstd.spec | 35 +++++++++++++++++++++++++++++++---- sources | 2 +- zstd-fix-metadata.diff | 10 +++++----- 4 files changed, 38 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 39cdbe9..e519b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /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 +/zstd-0.6.1+zstd.1.4.9.crate diff --git a/rust-zstd.spec b/rust-zstd.spec index cc2e341..f81c500 100644 --- a/rust-zstd.spec +++ b/rust-zstd.spec @@ -1,14 +1,14 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 # Tests require files not included in crate %bcond_with check %global debug_package %{nil} %global crate zstd -%global upstream_version 0.5.3+zstd.1.4.5 +%global upstream_version 0.6.1+zstd.1.4.9 Name: rust-%{crate} -Version: 0.5.3 -Release: 3%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Binding for the zstd compression library # Upstream license specification: MIT @@ -58,6 +58,18 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+debug-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+debug-devel %{_description} + +This package contains library source intended for building other packages +which use "debug" feature of "%{crate}" crate. + +%files -n %{name}+debug-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+futures-devel Summary: %{summary} BuildArch: noarch @@ -82,6 +94,18 @@ which use "legacy" feature of "%{crate}" crate. %files -n %{name}+legacy-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+pkg-config-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+pkg-config-devel %{_description} + +This package contains library source intended for building other packages +which use "pkg-config" feature of "%{crate}" crate. + +%files -n %{name}+pkg-config-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+tokio-devel Summary: %{summary} BuildArch: noarch @@ -149,6 +173,9 @@ which use "zstdmt" feature of "%{crate}" crate. %endif %changelog +* Sat Mar 06 2021 Fabio Valentini - 0.6.1-1 +- Update to version 0.6.1+zstd.1.4.9. + * Wed Jan 27 2021 Fedora Release Engineering - 0.5.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index d1e7a08..c783662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zstd-0.5.3+zstd.1.4.5.crate) = cb6d2adbb3d400ffec19ce7c942b47a0e5826ed62bb8de195b0e8817b4a1e00c1569a080457452180cf869b7bd99fdb150e4a981a992f977b2dbd03eb5a073ff +SHA512 (zstd-0.6.1+zstd.1.4.9.crate) = 145373dd3c571e455579474c1bff847de44532b34e5f97e7c2461ac7094060fabdd1c88d8161a868f05bd75f07efeb70b020c60198479c5f6b16d5473abe8c7d diff --git a/zstd-fix-metadata.diff b/zstd-fix-metadata.diff index 9fb3ee2..679b0eb 100644 --- a/zstd-fix-metadata.diff +++ b/zstd-fix-metadata.diff @@ -1,11 +1,11 @@ ---- 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 +--- zstd-0.6.1+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ zstd-0.6.1+zstd.1.4.9/Cargo.toml 2021-03-06T23:20:56.770277+00:00 @@ -13,7 +13,7 @@ [package] edition = "2018" name = "zstd" --version = "0.5.3+zstd.1.4.5" -+version = "0.5.3" +-version = "0.6.1+zstd.1.4.9" ++version = "0.6.1" authors = ["Alexandre Bury "] exclude = ["assets/**"] description = "Binding for the zstd compression library." @@ -14,6 +14,6 @@ [features] -bindgen = ["zstd-safe/bindgen"] + debug = ["zstd-safe/debug"] default = ["legacy"] legacy = ["zstd-safe/legacy"] - tokio = ["tokio-io", "futures"]