Update simplelog to 0.11

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

@ -0,0 +1,11 @@
--- btrd-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ btrd-0.5.0/Cargo.toml 2022-02-20T16:38:57.037162+00:00
@@ -43,7 +43,7 @@
version = "0.4"
[dependencies.simplelog]
-version = "0.10"
+version = "0.11"
[dependencies.structopt]
version = "0.3"

@ -1,4 +1,4 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global crate btrd %global crate btrd
@ -12,13 +12,13 @@ Summary: Btrfs debugger
License: GPLv2 License: GPLv2
URL: https://crates.io/crates/btrd URL: https://crates.io/crates/btrd
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update simplelog to 0.11, https://github.com/danobi/btrd/pull/15
Patch0: btrd-fix-metadata.diff
# Backport of PR#13: Bump nix to 0.22 # Backport of PR#13: Bump nix to 0.22
Patch0: btrd-bump-nix.patch Patch1: btrd-bump-nix.patch
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -29,7 +29,6 @@ all on-disk types.}
%description %{_description} %description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
@ -39,7 +38,6 @@ Summary: %{summary}
%license LICENSE %license LICENSE
%doc scripts README.md %doc scripts README.md
%{_bindir}/btrd %{_bindir}/btrd
%endif
%package devel %package devel
Summary: %{summary} Summary: %{summary}
@ -47,8 +45,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
@ -61,8 +59,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