From 00cb44adc0e4f3c3b794db308860493cbb6e82b8 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Mar 30 2020 06:10:33 +0000 Subject: Update to 0.1.7 Signed-off-by: Igor Raits --- diff --git a/.gitignore b/.gitignore index 8aae2b9..a764ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /stacker-0.1.5.crate /stacker-0.1.6.crate +/stacker-0.1.7.crate diff --git a/rust-stacker.spec b/rust-stacker.spec index 6bda63a..e9ba18b 100644 --- a/rust-stacker.spec +++ b/rust-stacker.spec @@ -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 - 0.1.7-1 +- Update to 0.1.7 + * Thu Jan 30 2020 Fedora Release Engineering - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index d7b3e0a..82cb474 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stacker-0.1.6.crate) = 91eff202e170c8873b16be8e32f855483cdc955477d71df6493c88f8d903b30fc3334b97627829a4bf0a0dde6e0a6c49e17a7bf74ceb90ad6f8f69dce17a2c21 +SHA512 (stacker-0.1.7.crate) = 68e2e33a4b186afe8e0bbd13ae4b83a031e95d3067c505d7e365ddbcfaf7d75e80da8a439261b4de08e272aab7828b3f3d8ca4f543c4eb4a41c6701b97913b1b diff --git a/stacker-fix-metadata.diff b/stacker-fix-metadata.diff index 89a308e..f5420d9 100644 --- a/stacker-fix-metadata.diff +++ b/stacker-fix-metadata.diff @@ -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]