update to version 0.2.21

epel9
Fabio Valentini 4 years ago
parent d639ed1d72
commit 512edbb521
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/time-0.2.11.crate /time-0.2.11.crate
/time-0.2.15.crate /time-0.2.15.crate
/time-0.2.16.crate /time-0.2.16.crate
/time-0.2.21.crate

@ -5,8 +5,8 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.16 Version: 0.2.21
Release: 3%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -56,18 +56,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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 %package -n %{name}+deprecated-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -159,6 +147,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1
- Update to version 0.2.21.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (time-0.2.16.crate) = 8111deba06063240ce4d7895fc8847feaba08af13ce90b46fa28bd3c4d21e1738c6a813114159d542061764c50d9ee274e179ee25f7ca0b3406880885e80b264 SHA512 (time-0.2.21.crate) = 3c49a7b72c6ba53b3ddc7e4befb4446f961e52a96a3c38a603fea03f3e1a2199d7dcc9995f35ca7acbf638c950781dc6ca3261285c377d72d4979a72ec7d567c

@ -1,11 +1,11 @@
--- time-0.2.9/Cargo.toml 2020-03-13T22:11:48+00:00 --- time-0.2.21/Cargo.toml 2020-09-16T22:14:32+00:00
+++ time-0.2.9/Cargo.toml 2020-04-17T23:43:19.893407+00:00 +++ time-0.2.21/Cargo.toml 2020-09-17T09:38:23.315849+00:00
@@ -55,15 +55,7 @@ @@ -60,15 +60,7 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []
panicking-api = [] panicking-api = []
-std = ["libc", "winapi", "stdweb", "standback/std"] -std = ["libc", "winapi", "stdweb", "standback/std"]
-[target."cfg(cargo_web)".dependencies.stdweb] -[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb]
-version = "0.4" -version = "0.4"
-optional = true -optional = true
-default-features = false -default-features = false

Loading…
Cancel
Save