Compare commits

...

7 Commits

Author SHA1 Message Date
Fedora Release Engineering 7ad102da46 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini d88c9554c7
Update to version 2.5.0; Fixes RHBZ#2267344
12 months ago
Fedora Release Engineering e6d88a04de Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini e773202b85
Update to version 2.4.0; Fixes RHBZ#2237474
1 year ago
Fedora Release Engineering 149f3a4a7d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini d72d645d56
Update to version 2.3.3; Fixes RHBZ#2179020
2 years ago
Fedora Release Engineering 3370cb0c24 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

3
.gitignore vendored

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

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

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

@ -1 +1 @@
SHA512 (walkdir-2.3.2.crate) = 6c44071354faf37720ec4117ded34c8d530489542ee107ac26a7a56ef4a882b9003e22e84f1d61f6078643521343e35aa1f7b57c838779e78e5937a667bf82da
SHA512 (walkdir-2.5.0.crate) = da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad

@ -0,0 +1,15 @@
--- walkdir-2.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ walkdir-2.5.0/Cargo.toml 2024-03-05T13:34:23.868225+00:00
@@ -39,11 +39,9 @@
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-
[badges.appveyor]
repository = "BurntSushi/walkdir"
[badges.travis-ci]
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