Update to version 0.10.0+zstd.1.5.2

epel9
Fabio Valentini 3 years ago
parent eec3052f08
commit 7c398f6a47
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/zstd-0.8.0+zstd.1.4.9.crate /zstd-0.8.0+zstd.1.4.9.crate
/zstd-0.9.0+zstd.1.5.0.crate /zstd-0.9.0+zstd.1.5.0.crate
/zstd-0.9.2+zstd.1.5.1.crate /zstd-0.9.2+zstd.1.5.1.crate
/zstd-0.10.0+zstd.1.5.2.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
# Tests require files not included in crate # * tests require files that are not included in published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate zstd %global crate zstd
%global upstream_version 0.9.2+zstd.1.5.1 %global upstream_version 0.10.0+zstd.1.5.2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.2 Version: 0.10.0
Release: %autorelease Release: %autorelease
Summary: Binding for the zstd compression library Summary: Binding for the zstd compression library
@ -23,7 +23,7 @@ Patch0: zstd-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Binding for the zstd compression library.} Binding for the zstd compression library.}
@ -40,9 +40,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc Readme.md %doc %{crate_instdir}/Readme.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arrays-devel %package -n %{name}+arrays-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages which
use the "arrays" feature of the "%{crate}" crate. use the "arrays" feature of the "%{crate}" crate.
%files -n %{name}+arrays-devel %files -n %{name}+arrays-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bindgen-devel %package -n %{name}+bindgen-devel
Summary: %{summary} Summary: %{summary}
@ -78,7 +78,7 @@ This package contains library source intended for building other packages which
use the "bindgen" feature of the "%{crate}" crate. use the "bindgen" feature of the "%{crate}" crate.
%files -n %{name}+bindgen-devel %files -n %{name}+bindgen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+debug-devel %package -n %{name}+debug-devel
Summary: %{summary} Summary: %{summary}
@ -90,7 +90,19 @@ This package contains library source intended for building other packages which
use the "debug" feature of the "%{crate}" crate. use the "debug" feature of the "%{crate}" crate.
%files -n %{name}+debug-devel %files -n %{name}+debug-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+doc-cfg-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+doc-cfg-devel %{_description}
This package contains library source intended for building other packages which
use the "doc-cfg" feature of the "%{crate}" crate.
%files -n %{name}+doc-cfg-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-devel %package -n %{name}+experimental-devel
Summary: %{summary} Summary: %{summary}
@ -102,7 +114,7 @@ This package contains library source intended for building other packages which
use the "experimental" feature of the "%{crate}" crate. use the "experimental" feature of the "%{crate}" crate.
%files -n %{name}+experimental-devel %files -n %{name}+experimental-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+legacy-devel %package -n %{name}+legacy-devel
Summary: %{summary} Summary: %{summary}
@ -114,7 +126,7 @@ This package contains library source intended for building other packages which
use the "legacy" feature of the "%{crate}" crate. use the "legacy" feature of the "%{crate}" crate.
%files -n %{name}+legacy-devel %files -n %{name}+legacy-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no_asm-devel %package -n %{name}+no_asm-devel
Summary: %{summary} Summary: %{summary}
@ -126,7 +138,7 @@ This package contains library source intended for building other packages which
use the "no_asm" feature of the "%{crate}" crate. use the "no_asm" feature of the "%{crate}" crate.
%files -n %{name}+no_asm-devel %files -n %{name}+no_asm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pkg-config-devel %package -n %{name}+pkg-config-devel
Summary: %{summary} Summary: %{summary}
@ -138,7 +150,7 @@ This package contains library source intended for building other packages which
use the "pkg-config" feature of the "%{crate}" crate. use the "pkg-config" feature of the "%{crate}" crate.
%files -n %{name}+pkg-config-devel %files -n %{name}+pkg-config-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+thin-devel %package -n %{name}+thin-devel
Summary: %{summary} Summary: %{summary}
@ -150,7 +162,7 @@ This package contains library source intended for building other packages which
use the "thin" feature of the "%{crate}" crate. use the "thin" feature of the "%{crate}" crate.
%files -n %{name}+thin-devel %files -n %{name}+thin-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+wasm-devel %package -n %{name}+wasm-devel
Summary: %{summary} Summary: %{summary}
@ -162,7 +174,7 @@ This package contains library source intended for building other packages which
use the "wasm" feature of the "%{crate}" crate. use the "wasm" feature of the "%{crate}" crate.
%files -n %{name}+wasm-devel %files -n %{name}+wasm-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zstdmt-devel %package -n %{name}+zstdmt-devel
Summary: %{summary} Summary: %{summary}
@ -174,7 +186,7 @@ This package contains library source intended for building other packages which
use the "zstdmt" feature of the "%{crate}" crate. use the "zstdmt" feature of the "%{crate}" crate.
%files -n %{name}+zstdmt-devel %files -n %{name}+zstdmt-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{upstream_version} -p1 %autosetup -n %{crate}-%{upstream_version} -p1

@ -1 +1 @@
SHA512 (zstd-0.9.2+zstd.1.5.1.crate) = 44bbcf78aa75ba77c797bcff5fe738c97ab444fbecceaf302a2f40ca74761bfa13d2a74bbeffa0d8822688eeabdbfb77cbf835a7b4854aef3b5aedc7f4cea571 SHA512 (zstd-0.10.0+zstd.1.5.2.crate) = b6559710b10da68fd0cb242029145c2176d9bcbf5aa04c0d035341a27a6cc10038c0872d0df3a8fb94f0be573dfec65015032f583a93408da20377cef037746c

@ -1,11 +1,11 @@
--- zstd-0.9.2+zstd.1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- zstd-0.10.0+zstd.1.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zstd-0.9.2+zstd.1.5.1/Cargo.toml 2022-01-07T19:00:51.739051+00:00 +++ zstd-0.10.0+zstd.1.5.2/Cargo.toml 2022-04-12T10:15:44.434153+00:00
@@ -12,9 +12,9 @@ @@ -12,9 +12,9 @@
[package] [package]
edition = "2018" edition = "2018"
name = "zstd" name = "zstd"
-version = "0.9.2+zstd.1.5.1" -version = "0.10.0+zstd.1.5.2"
+version = "0.9.2" +version = "0.10.0"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"] authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
-exclude = ["assets/*.zst"] -exclude = ["assets/*.zst"]
+exclude = ["/assets/", "/appveyor.yml", "/rustfmt.toml"] +exclude = ["/assets/", "/appveyor.yml", "/rustfmt.toml"]
@ -18,6 +18,6 @@
debug = ["zstd-safe/debug"] debug = ["zstd-safe/debug"]
-default = ["legacy", "arrays"] -default = ["legacy", "arrays"]
+default = ["legacy", "arrays", "bindgen", "pkg-config"] +default = ["legacy", "arrays", "bindgen", "pkg-config"]
doc-cfg = []
experimental = ["zstd-safe/experimental"] experimental = ["zstd-safe/experimental"]
legacy = ["zstd-safe/legacy"] legacy = ["zstd-safe/legacy"]
no_asm = ["zstd-safe/no_asm"]

Loading…
Cancel
Save