Update to 0.14.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 02a06f2c6d
commit 6beda4bdc5

1
.gitignore vendored

@ -4,3 +4,4 @@
/lscolors-0.7.1.crate /lscolors-0.7.1.crate
/lscolors-0.10.0.crate /lscolors-0.10.0.crate
/lscolors-0.13.0.crate /lscolors-0.13.0.crate
/lscolors-0.14.0.crate

@ -0,0 +1,10 @@
--- lscolors-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ lscolors-0.14.0/Cargo.toml 2023-05-18T21:23:02.659862+00:00
@@ -32,7 +32,6 @@
[profile.release]
lto = true
codegen-units = 1
-strip = true
[[bin]]
name = "lscolors"

@ -1,10 +1,10 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global crate lscolors %global crate lscolors
Name: rust-lscolors Name: rust-lscolors
Version: 0.13.0 Version: 0.14.0
Release: %autorelease Release: %autorelease
Summary: Colorize paths using the LS_COLORS environment variable Summary: Colorize paths using the LS_COLORS environment variable
@ -12,6 +12,9 @@ Summary: Colorize paths using the LS_COLORS environment variable
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/lscolors URL: https://crates.io/crates/lscolors
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * turn on stripping, needed for debug packages
Patch: lscolors-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
@ -99,17 +102,17 @@ use the "nu-ansi-term" feature of the "%{crate}" crate.
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
%cargo_generate_buildrequires %cargo_generate_buildrequires -f nu-ansi-term
%build %build
%cargo_build %cargo_build -f nu-ansi-term
%install %install
%cargo_install %cargo_install -f nu-ansi-term
%if %{with check} %if %{with check}
%check %check
%cargo_test %cargo_test -f nu-ansi-term
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (lscolors-0.13.0.crate) = bce06cd4505a9efacee6302b536575e495720a3d051a8bdfac3904a8b0bba94aee6bb516702b79750711a57699e4e49ed3f354646ba22f3d3338693e20f80caa SHA512 (lscolors-0.14.0.crate) = e94a0744ca1d0220a67a6771bccee5acbc4477a5fffb76c9c28859dcec1df8482775f86ff38890c85060c0885fd50c786ce3c0e37a706a0159659f4d5d2effd2

Loading…
Cancel
Save