Update pretty_env_logger to 0.4

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 46da5dac6a
commit 79e687eede
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -0,0 +1,11 @@
--- cargo-c-0.5.2/Cargo.toml 2020-01-22T19:48:26+00:00
+++ cargo-c-0.5.2/Cargo.toml 2020-02-11T12:41:07.048176+00:00
@@ -40,7 +40,7 @@
version = "0.4"
[dependencies.pretty_env_logger]
-version = "0.3.0"
+version = "0.4"
[dependencies.regex]
version = "1"

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.5.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Helper program to build and install c-like libraries
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/cargo-c
Source: %{crates_source}
# Initial patched metadata
# * Update pretty_env_logger to 0.4, https://github.com/lu-zero/cargo-c/pull/51
Patch0: cargo-c-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -53,6 +56,9 @@ Summary: %{summary}
%endif
%changelog
* Tue Feb 11 13:41:07 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.5.2-3
- Update pretty_env_logger to 0.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save