Update to version 0.1.15; Fixes RHBZ#2110090

epel9 imports/e9/rust-stacker-0.1.15-1.el9
Fabio Valentini 3 years ago
parent e00a82d317
commit 102722eb9f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/stacker-0.1.12.crate /stacker-0.1.12.crate
/stacker-0.1.13.crate /stacker-0.1.13.crate
/stacker-0.1.14.crate /stacker-0.1.14.crate
/stacker-0.1.15.crate

@ -1,28 +1,23 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate stacker %global crate stacker
Name: rust-%{crate} Name: rust-stacker
Version: 0.1.14 Version: 0.1.15
Release: %autorelease Release: %autorelease
Summary: Stack growth library useful when implementing deeply recursive algorithms Summary: Stack growth library useful when implementing deeply recursive algorithms
# Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/stacker URL: https://crates.io/crates/stacker
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * drop windows-specific dependencies Patch: stacker-fix-metadata-auto.diff
Patch0: stacker-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Stack growth library useful when implementing deeply recursive algorithms that Stack growth library useful when implementing deeply recursive algorithms that
@ -36,13 +31,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,11 +46,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (stacker-0.1.14.crate) = 70364d0fe8e1fe0b0b796b72df0e1280922f808de47ee039dc9112660f7fbc4b784ef96b2f4d8a359fce6026d20d4745b2fd11196e860e0030465d0ed455f024 SHA512 (stacker-0.1.15.crate) = 536cf41f4dea57541941dc89c61e82af3008d0d847243238d622d2e64bff595ebbe077368de87b3844ed0f06ced6cf5b03100e07534f6f5dde7219994369c988

@ -0,0 +1,15 @@
--- stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -44,12 +44,3 @@
[build-dependencies.cc]
version = "1.0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = [
- "memoryapi",
- "winbase",
- "fibersapi",
- "processthreadsapi",
- "minwindef",
-]

@ -1,9 +0,0 @@
--- stacker-0.1.14/Cargo.toml 1970-01-01T00:00:00+00:00
+++ stacker-0.1.14/Cargo.toml 2021-05-23T12:25:28.531450+00:00
@@ -36,6 +36,3 @@
version = "0.1.7"
[build-dependencies.cc]
version = "1.0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = ["memoryapi", "winbase", "fibersapi", "processthreadsapi", "minwindef"]
Loading…
Cancel
Save