From 627cb2529271d2e0be645c48ec4c66f0251099b2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 19 Nov 2020 14:13:57 +0100 Subject: [PATCH] update to version 0.2.23 --- .gitignore | 1 + rust-time.spec | 8 ++++++-- sources | 2 +- time-fix-metadata.diff | 7 +++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index fe039ca..8bc405f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /time-0.2.16.crate /time-0.2.21.crate /time-0.2.22.crate +/time-0.2.23.crate diff --git a/rust-time.spec b/rust-time.spec index e0476e4..227f529 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate time Name: rust-%{crate} -Version: 0.2.22 +Version: 0.2.23 Release: 1%{?dist} Summary: Date and time library @@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Nov 19 2020 Fabio Valentini - 0.2.23-1 +- Update to version 0.2.23. +- Fixes RHBZ#1898717 + * Thu Oct 01 2020 Fabio Valentini - 0.2.22-1 - Update to version 0.2.22. diff --git a/sources b/sources index aae5abf..7b72511 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.2.22.crate) = a6ccbe5ca24d2c5937fdddc35c181a6ca0e7de294445b397d62d44278adca9cadb5c65b938257e3f6721771b0b9e17495e965c40c83265ac2b411dca13d1249c +SHA512 (time-0.2.23.crate) = e6f473b0e720f1b50715e65ede9ae37807dd7a89251d35c5612ee0925e4e159e0c10059b30c5d9efa3af7215d1643d3b5f2a24446834f13a902ebd553f9b6332 diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index e5ac286..5c742d7 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,6 +1,6 @@ ---- time-0.2.22/Cargo.toml 2020-09-26T01:27:42+00:00 -+++ time-0.2.22/Cargo.toml 2020-10-01T11:58:50.743925+00:00 -@@ -64,15 +64,8 @@ +--- time-0.2.23/Cargo.toml 2020-11-17T22:14:14+00:00 ++++ time-0.2.23/Cargo.toml 2020-11-19T13:09:43.209246+00:00 +@@ -64,15 +64,7 @@ default = ["deprecated", "std"] deprecated = [] panicking-api = [] @@ -10,7 +10,6 @@ -optional = true -default-features = false +std = ["libc", "standback/std"] -+ [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true