Update to 0.1.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 88fdc446d3
commit 00cb44adc0
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/stacker-0.1.5.crate
/stacker-0.1.6.crate
/stacker-0.1.7.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 11
# * Tests are run in infrastructure
%bcond_with check
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate stacker
Name: rust-%{crate}
Version: 0.1.6
Release: 2%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Stack growth library useful when implementing deeply recursive algorithms
# Upstream license specification: MIT/Apache-2.0
@ -26,8 +25,8 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
A stack growth library useful when implementing deeply recursive algorithms
that may accidentally blow the stack.}
Stack growth library useful when implementing deeply recursive algorithms that
may accidentally blow the stack.}
%description %{_description}
@ -43,7 +42,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -55,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -76,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 30 08:09:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (stacker-0.1.6.crate) = 91eff202e170c8873b16be8e32f855483cdc955477d71df6493c88f8d903b30fc3334b97627829a4bf0a0dde6e0a6c49e17a7bf74ceb90ad6f8f69dce17a2c21
SHA512 (stacker-0.1.7.crate) = 68e2e33a4b186afe8e0bbd13ae4b83a031e95d3067c505d7e365ddbcfaf7d75e80da8a439261b4de08e272aab7828b3f3d8ca4f543c4eb4a41c6701b97913b1b

@ -1,7 +1,7 @@
--- stacker-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ stacker-0.1.6/Cargo.toml 2019-12-16T23:12:33.338567+00:00
--- stacker-0.1.7/Cargo.toml 2020-03-29T11:56:17+00:00
+++ stacker-0.1.7/Cargo.toml 2020-03-30T06:09:53.175739+00:00
@@ -36,6 +36,3 @@
version = "0.1.5"
version = "0.1.7"
[build-dependencies.cc]
version = "1.0"
-[target."cfg(windows)".dependencies.winapi]

Loading…
Cancel
Save