From 0f8cc75f1508962c40ba8d965ca08f7ca05c988e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Apr 30 2020 04:52:42 +0000 Subject: Regenerate Signed-off-by: Igor Raits --- diff --git a/mio-fix-metadata.diff b/mio-fix-metadata.diff index 9303284..7cb6bc4 100644 --- a/mio-fix-metadata.diff +++ b/mio-fix-metadata.diff @@ -1,5 +1,5 @@ ---- mio-0.6.20/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ mio-0.6.20/Cargo.toml 2019-11-22T19:34:26.604578+00:00 +--- mio-0.6.21/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ mio-0.6.21/Cargo.toml 2020-04-30T04:51:39.732913+00:00 @@ -54,18 +54,5 @@ [features] default = ["with-deprecated"] diff --git a/rust-mio0.6.spec b/rust-mio0.6.spec index 5209ce1..001ba72 100644 --- a/rust-mio0.6.spec +++ b/rust-mio0.6.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 11 -%bcond_without check +# Generated by rust2rpm 13 +%bcond_with check %global debug_package %{nil} %global crate mio Name: rust-%{crate}0.6 Version: 0.6.21 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Lightweight non-blocking IO # Upstream license specification: MIT @@ -41,8 +41,7 @@ which use "%{crate}" crate. %files devel %license LICENSE %doc README.md CHANGELOG.md -%{cargo_registry}/%{crate}-%{version}/ -%exclude %{cargo_registry}/%{crate}-%{version}/{azure-pipelines.yml,.cirrus.yml,ci} +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -54,7 +53,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 %package -n %{name}+with-deprecated-devel Summary: %{summary} @@ -66,7 +65,7 @@ This package contains library source intended for building other packages which use "with-deprecated" feature of "%{crate}" crate. %files -n %{name}+with-deprecated-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 @@ -88,5 +87,8 @@ which use "with-deprecated" feature of "%{crate}" crate. %endif %changelog +* Thu Apr 30 2020 Igor Raits - 0.6.21-2 +- Regenerate + * Wed Apr 29 21:19:34 CEST 2020 Marc-André Lureau - 0.6.21-1 - Fork from rust-mio package for 0.6 branch