import rust-zstd-safe-7.0.0-1.el9.el9

i9ce changed/i9ce/rust-zstd-safe-7.0.0-1.el9
MSVSphere Packaging Team 1 year ago
parent 0e808dfbd8
commit 1e057bf014

2
.gitignore vendored

@ -1 +1 @@
SOURCES/zstd-safe-6.0.6.crate
SOURCES/zstd-safe-7.0.0.crate

@ -1 +1 @@
5084dd98b0e0e399e378bc8fefe0aec86b693269 SOURCES/zstd-safe-6.0.6.crate
8baed344fdb1d68a776c758a754e9074328a41e3 SOURCES/zstd-safe-7.0.0.crate

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

@ -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 <tigro@msvsphere-os.ru> - 6.0.6-1
## START: Generated by rpmautospec
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 7.0.0-1
- Rebuilt for MSVSphere 9.3
* Mon Jan 15 2024 Fabio Valentini <decathorpe@gmail.com> - 7.0.0-1
- Update to version 7.0.0; Fixes RHBZ#2243314
* Tue Aug 01 2023 Fabio Valentini <decathorpe@gmail.com> - 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 <zebob.m@gmail.com> - 2.0.3-1
- Initial package
## END: Generated by rpmautospec

Loading…
Cancel
Save