update to version 0.6.1+zstd.1.4.9

epel9
Fabio Valentini 4 years ago
parent 5c2933b292
commit fda04f2e05
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -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

@ -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 <decathorpe@gmail.com> - 0.6.1-1
- Update to version 0.6.1+zstd.1.4.9.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (zstd-0.5.3+zstd.1.4.5.crate) = cb6d2adbb3d400ffec19ce7c942b47a0e5826ed62bb8de195b0e8817b4a1e00c1569a080457452180cf869b7bd99fdb150e4a981a992f977b2dbd03eb5a073ff
SHA512 (zstd-0.6.1+zstd.1.4.9.crate) = 145373dd3c571e455579474c1bff847de44532b34e5f97e7c2461ac7094060fabdd1c88d8161a868f05bd75f07efeb70b020c60198479c5f6b16d5473abe8c7d

@ -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 <alexandre.bury@gmail.com>"]
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"]

Loading…
Cancel
Save