update to version 0.2.23

epel9
Fabio Valentini 4 years ago
parent e3d9957f1d
commit 627cb25292
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/time-0.2.16.crate /time-0.2.16.crate
/time-0.2.21.crate /time-0.2.21.crate
/time-0.2.22.crate /time-0.2.22.crate
/time-0.2.23.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.22 Version: 0.2.23
Release: 1%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.23-1
- Update to version 0.2.23.
- Fixes RHBZ#1898717
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.22-1 * Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.22-1
- Update to version 0.2.22. - Update to version 0.2.22.

@ -1 +1 @@
SHA512 (time-0.2.22.crate) = a6ccbe5ca24d2c5937fdddc35c181a6ca0e7de294445b397d62d44278adca9cadb5c65b938257e3f6721771b0b9e17495e965c40c83265ac2b411dca13d1249c SHA512 (time-0.2.23.crate) = e6f473b0e720f1b50715e65ede9ae37807dd7a89251d35c5612ee0925e4e159e0c10059b30c5d9efa3af7215d1643d3b5f2a24446834f13a902ebd553f9b6332

@ -1,6 +1,6 @@
--- time-0.2.22/Cargo.toml 2020-09-26T01:27:42+00:00 --- time-0.2.23/Cargo.toml 2020-11-17T22:14:14+00:00
+++ time-0.2.22/Cargo.toml 2020-10-01T11:58:50.743925+00:00 +++ time-0.2.23/Cargo.toml 2020-11-19T13:09:43.209246+00:00
@@ -64,15 +64,8 @@ @@ -64,15 +64,7 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []
panicking-api = [] panicking-api = []
@ -10,7 +10,6 @@
-optional = true -optional = true
-default-features = false -default-features = false
+std = ["libc", "standback/std"] +std = ["libc", "standback/std"]
+
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"
optional = true optional = true

Loading…
Cancel
Save