From f8b9e4591286585aedc9780273a8490bc4e6b8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 14 Nov 2021 01:20:49 +0100 Subject: [PATCH] Update to 4.1.1 Close: rhbz#1960713 --- .gitignore | 1 + rust-zstd-safe.spec | 6 +++--- sources | 2 +- zstd-safe-fix-metadata.diff | 16 ++++++++-------- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 944ca50..6b8f668 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /zstd-safe-2.0.5+zstd.1.4.5.crate /zstd-safe-3.0.1+zstd.1.4.9.crate /zstd-safe-4.0.0+zstd.1.4.9.crate +/zstd-safe-4.1.1+zstd.1.5.0.crate diff --git a/rust-zstd-safe.spec b/rust-zstd-safe.spec index 0f2055a..d772904 100644 --- a/rust-zstd-safe.spec +++ b/rust-zstd-safe.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil} %global crate zstd-safe -%global upstream_version 4.0.0+zstd.1.4.9 +%global upstream_version 4.1.1+zstd.1.5.0 Name: rust-%{crate} -Version: 4.0.0 +Version: 4.1.1 Release: %autorelease Summary: Safe low-level bindings for the zstd compression library diff --git a/sources b/sources index 8cc1ef8..d076416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zstd-safe-4.0.0+zstd.1.4.9.crate) = 9135d5de9b04eb5e4881150dd0e58258a373c3d4b5d7e681eb0980a93e1f42657e6478c81950582afdc617aaf119e4277c3381cd531548e99b02a03eb9772002 +SHA512 (zstd-safe-4.1.1+zstd.1.5.0.crate) = 0127fd28342b118b0ddcbab0a68945f11b9c5ce68e3dcf88cca42fee0345a5818fa403cb827cdf4f4d35e17c786321ab8b3667033a1dd5b7ffcb84a11940f1d4 diff --git a/zstd-safe-fix-metadata.diff b/zstd-safe-fix-metadata.diff index fb31837..b6c1e22 100644 --- a/zstd-safe-fix-metadata.diff +++ b/zstd-safe-fix-metadata.diff @@ -1,17 +1,17 @@ ---- zstd-safe-4.0.0+zstd.1.4.9/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ zstd-safe-4.0.0+zstd.1.4.9/Cargo.toml 2021-05-10T14:29:28.805307+00:00 -@@ -12,7 +12,7 @@ - +--- zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ zstd-safe-4.1.1+zstd.1.5.0/Cargo.toml 2021-11-13T21:24:08.782350+00:00 +@@ -13,7 +13,7 @@ [package] + edition = "2018" name = "zstd-safe" --version = "4.0.0+zstd.1.4.9" -+version = "4.0.0" +-version = "4.1.1+zstd.1.5.0" ++version = "4.1.1" authors = ["Alexandre Bury "] build = "build.rs" description = "Safe low-level bindings for the zstd compression library." -@@ -29,6 +29,7 @@ +@@ -30,6 +30,7 @@ [dependencies.zstd-sys] - version = "=1.5.0" + version = "=1.6.1" default-features = false +features = ["pkg-config", "bindgen"]