Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 1e2b38bfbb
Update to version 0.1.18; Fixes RHBZ#2344632
1 day ago
Fedora Release Engineering 4b0697d77e Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
3 weeks ago
Fabio Valentini 40c0b728f4
Update to version 0.1.17; Fixes RHBZ#2307138
5 months ago
Fedora Release Engineering 4d02864a7c Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering 3dbde9defb Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 031d39c4e2 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 5b1fbef286 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -8,3 +8,5 @@
/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 /stacker-0.1.15.crate
/stacker-0.1.17.crate
/stacker-0.1.18.crate

@ -1,3 +0,0 @@
# rust-stacker
The rust-stacker package

@ -1,27 +1,25 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate stacker %global crate stacker
Name: rust-stacker Name: rust-stacker
Version: 0.1.15 Version: 0.1.18
Release: %autorelease Release: %autorelease
Summary: Stack growth library useful when implementing deeply recursive algorithms Summary: Stack growth library useful when implementing deeply recursive algorithms
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/stacker URL: https://crates.io/crates/stacker
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: stacker-fix-metadata-auto.diff Patch: stacker-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Stack growth library useful when implementing deeply recursive algorithms that A stack growth library useful when implementing deeply recursive
may accidentally blow the stack.} algorithms that may accidentally blow the stack.}
%description %{_description} %description %{_description}
@ -53,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Stack growth library useful when implementing deeply recursive algorithms"

@ -1 +1 @@
SHA512 (stacker-0.1.15.crate) = 536cf41f4dea57541941dc89c61e82af3008d0d847243238d622d2e64bff595ebbe077368de87b3844ed0f06ced6cf5b03100e07534f6f5dde7219994369c988 SHA512 (stacker-0.1.18.crate) = 818389abf8340c690cca96acd3f921e8cc5095b69a9893a0bc5225353b91476db525a460ef069c83416d2e8e52112dbcb04c56e2a82daeba5d479d0e62abbe4d

@ -1,15 +1,13 @@
--- stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00 --- stacker-0.1.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00 +++ stacker-0.1.18/Cargo.toml 2025-02-10T17:22:22.526956+00:00
@@ -44,12 +44,3 @@ @@ -59,10 +59,3 @@
[build-dependencies.cc] [build-dependencies.cc]
version = "1.0.2" version = "1.1.22"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3.6" -version = ">=0.52.0, <0.60.0"
-features = [ -features = [
- "memoryapi", - "Win32_System_Memory",
- "winbase", - "Win32_System_Threading",
- "fibersapi", - "Win32_Foundation",
- "processthreadsapi",
- "minwindef",
-] -]

Loading…
Cancel
Save