import rust-stacker-0.1.18-1.el10

i10ce changed/i10ce/rust-stacker-0.1.18-1.el10
MSVSphere Packaging Team 22 hours ago
parent 864c0642c3
commit 42bdccced3
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/stacker-0.1.17.crate
SOURCES/stacker-0.1.18.crate

@ -1 +1 @@
9617b6e2f3127e7902568354ebbb627421910cfe SOURCES/stacker-0.1.17.crate
0a0c41d087e4dedf201495c704c518903e40ab98 SOURCES/stacker-0.1.18.crate

@ -1,8 +1,8 @@
--- stacker-0.1.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.17/Cargo.toml 2024-09-17T20:44:38.123287+00:00
@@ -45,10 +45,3 @@
--- stacker-0.1.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ stacker-0.1.18/Cargo.toml 2025-02-10T17:22:22.526956+00:00
@@ -59,10 +59,3 @@
[build-dependencies.cc]
version = "1.0.2"
version = "1.1.22"
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52.0, <0.60.0"

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## (rpmautospec version 0.7.3)
## 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 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate stacker
Name: rust-stacker
Version: 0.1.17
Version: 0.1.18
Release: %autorelease
Summary: Stack growth library useful when implementing deeply recursive algorithms
@ -79,10 +79,16 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Mon Feb 10 2025 Fabio Valentini <decathorpe@gmail.com> - 0.1.18-1
- Update to version 0.1.18; Fixes RHBZ#2344632
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.17-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Update to version 0.1.17; Fixes RHBZ#2307138

Loading…
Cancel
Save