From c45777a506e0a5bd78009b15ab45a5f7191a1eb6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Dec 07 2020 15:38:43 +0000 Subject: update to version 0.1.18 --- diff --git a/.gitignore b/.gitignore index 749dc88..56e9ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tokio-core-0.1.15.crate /tokio-core-0.1.16.crate /tokio-core-0.1.17.crate +/tokio-core-0.1.18.crate diff --git a/rust-tokio-core.spec b/rust-tokio-core.spec index a20ae92..43600c4 100644 --- a/rust-tokio-core.spec +++ b/rust-tokio-core.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate tokio-core Name: rust-%{crate} -Version: 0.1.17 -Release: 14%{?dist} +Version: 0.1.18 +Release: 1%{?dist} Summary: Core I/O and event loop primitives for asynchronous I/O in Rust # Upstream license specification: MIT/Apache-2.0 @@ -42,8 +42,8 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md -%{cargo_registry}/%{crate}-%{version}/ -%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml +%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{appveyor.yml,.travis.yml} %package -n %{name}+default-devel Summary: %{summary} @@ -55,12 +55,10 @@ 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 -# deny(warnings) is just bad -sed -i -e '/deny(warnings)/d' src/lib.rs %cargo_prep %generate_buildrequires @@ -78,6 +76,10 @@ sed -i -e '/deny(warnings)/d' src/lib.rs %endif %changelog +* Mon Dec 07 2020 Fabio Valentini - 0.1.18-1 +- Update to version 0.1.18. +- Fixes RHBZ#1904651 + * Sat Aug 01 2020 Fedora Release Engineering - 0.1.17-14 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 26d185a..83fa672 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokio-core-0.1.17.crate) = ecf3a38f88bcce8003cd334292217efb406e31e9cdeea115fd2b2c79c126cfac615aa6c975d5b08be30ac449e5bffa552e2b002b1b9a5e2f4e3969cdfe19d520 +SHA512 (tokio-core-0.1.18.crate) = 414f3ff2e567ff837e27b6c732d83aff68ea39a47e8a88bbdd4d62f8fd4fae7ad8b1e559620eeace84a8180e0806a70a7cd6618a2ef599354e060420cde74669 diff --git a/tokio-core-fix-metadata.diff b/tokio-core-fix-metadata.diff index db2152d..7b4f008 100644 --- a/tokio-core-fix-metadata.diff +++ b/tokio-core-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tokio-core-0.1.17/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tokio-core-0.1.17/Cargo.toml 2019-04-21T05:11:39.986626+00:00 +--- tokio-core-0.1.18/Cargo.toml 2020-12-05T09:02:14+00:00 ++++ tokio-core-0.1.18/Cargo.toml 2020-12-07T15:31:20.845309+00:00 @@ -36,7 +36,7 @@ version = "0.6.12"