Update simplelog to 0.11

Signed-off-by: Igor Raits <igor.raits@gmail.com>
epel9
Igor Raits 3 years ago
parent 8bf7a70645
commit 67e222180c
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

3
.gitignore vendored

@ -1,2 +1 @@
/rd-util-2.1.1.crate /rd-util-*.crate
/rd-util-2.1.2.crate

@ -0,0 +1,11 @@
--- rd-util-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rd-util-2.1.2/Cargo.toml 2022-02-20T16:37:27.910551+00:00
@@ -87,7 +87,7 @@
version = "^1.0"
[dependencies.simplelog]
-version = "^0.10"
+version = "^0.11"
[dependencies.sysinfo]
version = "^0.19"

@ -1,4 +1,4 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -13,11 +13,11 @@ Summary: Utility collection library for resctl-demo
License: ASL 2.0 License: ASL 2.0
URL: https://crates.io/crates/rd-util URL: https://crates.io/crates/rd-util
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Bump simplelog to 0.11, https://github.com/facebookexperimental/resctl-demo/pull/262
Patch0: rd-util-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +32,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -46,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{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

Loading…
Cancel
Save