update to version 0.1.14

epel9
Fabio Valentini 4 years ago
parent 5ad2e831cc
commit cbc07ccfed
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/stacker-0.1.11.crate
/stacker-0.1.12.crate
/stacker-0.1.13.crate
/stacker-0.1.14.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate stacker
Name: rust-%{crate}
Version: 0.1.13
Release: 2%{?dist}
Version: 0.1.14
Release: 1%{?dist}
Summary: Stack growth library useful when implementing deeply recursive algorithms
# Upstream license specification: MIT/Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/stacker
Source: %{crates_source}
# Initial patched metadata
# * No windows
# * drop windows-specific dependencies
Patch0: stacker-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.14-1
- Update to version 0.1.14.
- Fixes RHBZ#1963571
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (stacker-0.1.13.crate) = 64aee7e5b66a95305c388be08e2c9adb887f1569c385ed4421247c76189d752c38c63c166cc6f8a3952f7a7c90504e7d86108f0feaf2694e79924a5e7ead6135
SHA512 (stacker-0.1.14.crate) = 70364d0fe8e1fe0b0b796b72df0e1280922f808de47ee039dc9112660f7fbc4b784ef96b2f4d8a359fce6026d20d4745b2fd11196e860e0030465d0ed455f024

@ -1,9 +1,9 @@
--- stacker-0.1.13/Cargo.toml 1970-01-01T00:00:00+00:00
+++ stacker-0.1.13/Cargo.toml 2021-01-15T18:39:20.675965+00:00
--- 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"
version = "1.0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = ["memoryapi", "winbase", "fibersapi", "processthreadsapi", "minwindef"]

Loading…
Cancel
Save