From 512edbb521bcba7b8d207b1c268487d896301b36 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sep 21 2020 09:42:56 +0000 Subject: update to version 0.2.21 --- diff --git a/.gitignore b/.gitignore index 638737b..a861957 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /time-0.2.11.crate /time-0.2.15.crate /time-0.2.16.crate +/time-0.2.21.crate diff --git a/rust-time.spec b/rust-time.spec index 7bf9eec..8e454e5 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,8 +5,8 @@ %global crate time Name: rust-%{crate} -Version: 0.2.16 -Release: 3%{?dist} +Version: 0.2.21 +Release: 1%{?dist} Summary: Date and time library # Upstream license specification: MIT OR Apache-2.0 @@ -56,18 +56,6 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+__doc-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+__doc-devel %{_description} - -This package contains library source intended for building other packages -which use "__doc" feature of "%{crate}" crate. - -%files -n %{name}+__doc-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - %package -n %{name}+deprecated-devel Summary: %{summary} BuildArch: noarch @@ -159,6 +147,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Mon Sep 21 2020 Fabio Valentini - 0.2.21-1 +- Update to version 0.2.21. + * Sat Aug 01 2020 Fedora Release Engineering - 0.2.16-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 6e481ba..f04a84d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.16.crate) = 8111deba06063240ce4d7895fc8847feaba08af13ce90b46fa28bd3c4d21e1738c6a813114159d542061764c50d9ee274e179ee25f7ca0b3406880885e80b264 +SHA512 (time-0.2.21.crate) = 3c49a7b72c6ba53b3ddc7e4befb4446f961e52a96a3c38a603fea03f3e1a2199d7dcc9995f35ca7acbf638c950781dc6ca3261285c377d72d4979a72ec7d567c diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 6fb11f2..8a51ad2 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,11 +1,11 @@ ---- time-0.2.9/Cargo.toml 2020-03-13T22:11:48+00:00 -+++ time-0.2.9/Cargo.toml 2020-04-17T23:43:19.893407+00:00 -@@ -55,15 +55,7 @@ +--- time-0.2.21/Cargo.toml 2020-09-16T22:14:32+00:00 ++++ time-0.2.21/Cargo.toml 2020-09-17T09:38:23.315849+00:00 +@@ -60,15 +60,7 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] -std = ["libc", "winapi", "stdweb", "standback/std"] --[target."cfg(cargo_web)".dependencies.stdweb] +-[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb] -version = "0.4" -optional = true -default-features = false