From 8fd60ade8d72c04d3317cadab4afbc8859ec44aa Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jun 06 2020 01:18:26 +0000 Subject: Update to 2.0.4+zstd.1.4.5 --- diff --git a/.gitignore b/.gitignore index 7db4475..3d1a777 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zstd-safe-2.0.3+zstd.1.4.4.crate +/zstd-safe-2.0.4+zstd.1.4.5.crate diff --git a/rust-zstd-safe.spec b/rust-zstd-safe.spec index 54f869a..1d41f84 100644 --- a/rust-zstd-safe.spec +++ b/rust-zstd-safe.spec @@ -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 - 2.0.4-1 +- Update to 2.0.4+zstd.1.4.5 + * Thu Jan 30 2020 Fedora Release Engineering - 2.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 3b5bd0e..daeaee9 100644 --- a/sources +++ b/sources @@ -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 diff --git a/zstd-safe-fix-metadata.diff b/zstd-safe-fix-metadata.diff index 5a85a60..1743b08 100644 --- a/zstd-safe-fix-metadata.diff +++ b/zstd-safe-fix-metadata.diff @@ -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 "] 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"]