Update to version 0.4.21; Fixes RHBZ#2251601

epel9
Fabio Valentini 1 year ago
parent 1cb0bfe68b
commit 84f3b137c3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/ignore-0.4.17.crate /ignore-0.4.17.crate
/ignore-0.4.18.crate /ignore-0.4.18.crate
/ignore-0.4.20.crate /ignore-0.4.20.crate
/ignore-0.4.21.crate

@ -1,8 +1,8 @@
--- ignore-0.4.20/Cargo.toml 1970-01-01T00:00:01+00:00 --- ignore-0.4.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ignore-0.4.20/Cargo.toml 2023-04-15T11:11:15.497999+00:00 +++ ignore-0.4.21/Cargo.toml 2023-12-02T10:57:27.816419+00:00
@@ -65,5 +65,3 @@ @@ -77,5 +77,3 @@
[features] [features]
simd-accel = ["globset/simd-accel"] simd-accel = []
-[target."cfg(windows)".dependencies.winapi-util] -[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2" -version = "0.1.2"

@ -1,21 +1,21 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ignore %global crate ignore
Name: rust-ignore Name: rust-ignore
Version: 0.4.20 Version: 0.4.21
Release: %autorelease Release: %autorelease
Summary: Fast library for efficiently matching ignore files Summary: Fast library for efficiently matching ignore files
License: Unlicense OR MIT License: Unlicense OR MIT
URL: https://crates.io/crates/ignore URL: https://crates.io/crates/ignore
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: ignore-fix-metadata-auto.diff Patch: ignore-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A fast library for efficiently matching ignore files such as A fast library for efficiently matching ignore files such as
@ -64,7 +64,7 @@ use the "simd-accel" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[package]
summary = "Fast library for efficiently matching ignore files"

@ -1 +1 @@
SHA512 (ignore-0.4.20.crate) = e90c5c356252fa1c573bb92971477f2805e4167c3e7878e7da6756ae14463cca328a6614d448cf9a3a28abc5bf0f7c62313a8cb8103a04bb1c3bac0d0924f658 SHA512 (ignore-0.4.21.crate) = 34f41115f5ecb4e76c1a3a74052f35f2b9ada17963dcf0f6257bedd843f54a44b3c170d7c44763399edf2997d2c8f291e1eab6622aa7afcbf50eb9485d722b41

Loading…
Cancel
Save