diff --git a/.gitignore b/.gitignore index 94e9ed9..efc378b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/zstd-safe-6.0.6.crate +SOURCES/zstd-safe-7.0.0.crate diff --git a/.rust-zstd-safe.metadata b/.rust-zstd-safe.metadata index 561a1fc..a3d46bc 100644 --- a/.rust-zstd-safe.metadata +++ b/.rust-zstd-safe.metadata @@ -1 +1 @@ -5084dd98b0e0e399e378bc8fefe0aec86b693269 SOURCES/zstd-safe-6.0.6.crate +8baed344fdb1d68a776c758a754e9074328a41e3 SOURCES/zstd-safe-7.0.0.crate diff --git a/SOURCES/zstd-safe-fix-metadata.diff b/SOURCES/zstd-safe-fix-metadata.diff deleted file mode 100644 index 17bf7a1..0000000 --- a/SOURCES/zstd-safe-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- zstd-safe-6.0.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ zstd-safe-6.0.6/Cargo.toml 2023-08-01T13:07:09.173716+00:00 -@@ -29,6 +29,7 @@ - ] - license = "MIT/Apache-2.0" - repository = "https://github.com/gyscos/zstd-rs" -+exclude = ["/update_consts.sh"] - - [package.metadata.docs.rs] - features = [ diff --git a/SPECS/rust-zstd-safe.spec b/SPECS/rust-zstd-safe.spec index d0c5c93..9bbe6b3 100644 --- a/SPECS/rust-zstd-safe.spec +++ b/SPECS/rust-zstd-safe.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.5) +## (rpmautospec version 0.5.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate zstd-safe Name: rust-zstd-safe -Version: 6.0.6 +Version: 7.0.0 Release: %autorelease Summary: Safe low-level bindings for the zstd compression library @@ -23,11 +23,8 @@ Summary: Safe low-level bindings for the zstd compression library License: MIT OR Apache-2.0 URL: https://crates.io/crates/zstd-safe Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * exclude files that are only useful for upstream development -Patch: zstd-safe-fix-metadata.diff -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Safe low-level bindings for the zstd compression library.} @@ -231,7 +228,7 @@ use the "zstdmt" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -249,9 +246,13 @@ use the "zstdmt" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 6.0.6-1 +## START: Generated by rpmautospec +* Mon Jan 15 2024 Arkady L. Shane - 7.0.0-1 - Rebuilt for MSVSphere 9.3 +* Mon Jan 15 2024 Fabio Valentini - 7.0.0-1 +- Update to version 7.0.0; Fixes RHBZ#2243314 + * Tue Aug 01 2023 Fabio Valentini - 6.0.6-1 - Update to version 6.0.6; Fixes RHBZ#2184800 @@ -309,3 +310,4 @@ use the "zstdmt" feature of the "%{crate}" crate. * Mon Dec 16 03:41:27 CET 2019 Robert-André Mauchin - 2.0.3-1 - Initial package +## END: Generated by rpmautospec