Update to 2.0.4+zstd.1.4.5

epel9
Josh Stone 5 years ago
parent ff7289d155
commit 8fd60ade8d

1
.gitignore vendored

@ -1 +1,2 @@
/zstd-safe-2.0.3+zstd.1.4.4.crate
/zstd-safe-2.0.4+zstd.1.4.5.crate

@ -1,17 +1,16 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate zstd-safe
%global upstream_version 2.0.3+zstd.1.4.4
%global upstream_version 2.0.4+zstd.1.4.5
Name: rust-%{crate}
Version: 2.0.3
Release: 2%{?dist}
Version: 2.0.4
Release: 1%{?dist}
Summary: Safe low-level bindings for the zstd compression library
# Upstream license specification: MIT/Apache-2.0
# license in next release
License: MIT or ASL 2.0
URL: https://crates.io/crates/zstd-safe
Source: %{crates_source %{crate} %{upstream_version}}
@ -43,7 +42,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
#%%license LICENSE
%license LICENSE
%doc Readme.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -126,6 +125,9 @@ which use "zstdmt" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jun 06 2020 Josh Stone <jistone@redhat.com> - 2.0.4-1
- Update to 2.0.4+zstd.1.4.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (zstd-safe-2.0.3+zstd.1.4.4.crate) = 05f45aa3440e84e72f9a2bc647a5c1b146399dc5424767fc6371aadb8f48cab24dcac5fbd1c856b770c9c777b983382482d76ab8b10b99ae9569f5ffda852ae5
SHA512 (zstd-safe-2.0.4+zstd.1.4.5.crate) = 6f11d8afa1309e5f018cbbe29bc1894c0bd67c15d7db166952a0e7e73ad8c4fb86159e9008d716d2351885e2bb14dee3323a8b67fad48f79b0ee9b7d6ba871a0

@ -1,19 +1,19 @@
--- zstd-safe-2.0.3+zstd.1.4.4/Cargo.toml 2019-11-05T19:46:40+00:00
+++ zstd-safe-2.0.3+zstd.1.4.4/Cargo.toml 2020-01-06T16:47:45.456547+00:00
--- zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-05-24T04:16:44+00:00
+++ zstd-safe-2.0.4+zstd.1.4.5/Cargo.toml 2020-06-06T01:10:16.412143+00:00
@@ -12,7 +12,7 @@
[package]
name = "zstd-safe"
-version = "2.0.3+zstd.1.4.4"
+version = "2.0.3"
-version = "2.0.4+zstd.1.4.5"
+version = "2.0.4"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
description = "Safe low-level bindings for the zstd compression library."
readme = "Readme.md"
@@ -26,9 +26,9 @@
@@ -28,9 +28,9 @@
[dependencies.zstd-sys]
version = "=1.4.15"
version = "=1.4.16"
default-features = false
+features = ["pkgconfig"]
+features = ["pkg-config", "bindgen"]
[features]
-bindgen = ["zstd-sys/bindgen"]

Loading…
Cancel
Save