Compare commits

...

4 Commits

Author SHA1 Message Date
Fabio Valentini 8ea3fb15a1
Update to version 2.4.0; Fixes RHBZ#2237474
1 year ago
Fabio Valentini f206878cfb
Update to version 2.3.3; Fixes RHBZ#2179020
2 years ago
Fabio Valentini dec931ca0b
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits bc276eada4
Rebuild
3 years ago

2
.gitignore vendored

@ -10,3 +10,5 @@
/walkdir-2.2.9.crate /walkdir-2.2.9.crate
/walkdir-2.3.1.crate /walkdir-2.3.1.crate
/walkdir-2.3.2.crate /walkdir-2.3.2.crate
/walkdir-2.3.3.crate
/walkdir-2.4.0.crate

@ -1,3 +0,0 @@
# rust-walkdir
The rust-walkdir package

@ -1,28 +1,22 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate walkdir %global crate walkdir
Name: rust-%{crate} Name: rust-walkdir
Version: 2.3.2 Version: 2.4.0
Release: %autorelease Release: %autorelease
Summary: Recursively walk a directory Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense OR MIT
URL: https://crates.io/crates/walkdir URL: https://crates.io/crates/walkdir
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * No windows Patch: walkdir-fix-metadata-auto.diff
Patch0: walkdir-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Recursively walk a directory.} Recursively walk a directory.}
@ -36,12 +30,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license COPYING LICENSE-MIT UNLICENSE %license %{crate_instdir}/COPYING
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %license %{crate_instdir}/UNLICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,10 +46,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{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 %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da SHA512 (walkdir-2.4.0.crate) = 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9

@ -0,0 +1,12 @@
--- walkdir-2.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ walkdir-2.4.0/Cargo.toml 2023-09-05T20:49:58.800410+00:00
@@ -39,9 +39,6 @@
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-
[badges.appveyor]
repository = "BurntSushi/walkdir"

@ -1,15 +0,0 @@
--- walkdir-2.3.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ walkdir-2.3.2/Cargo.toml 2021-03-23T18:20:35.064437+00:00
@@ -28,12 +28,7 @@
version = "1.0.1"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
[badges.appveyor]
repository = "BurntSushi/walkdir"
Loading…
Cancel
Save