update to version 0.4.18

epel9
Fabio Valentini 4 years ago
parent 9f94497f5f
commit c0b505cbf5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/ignore-0.4.15.crate
/ignore-0.4.16.crate
/ignore-0.4.17.crate
/ignore-0.4.18.crate

@ -1,6 +1,6 @@
--- ignore-0.4.17/Cargo.toml 2020-11-23T15:25:33+00:00
+++ ignore-0.4.17/Cargo.toml 2020-11-23T15:48:38.554427+00:00
@@ -56,5 +56,3 @@
--- ignore-0.4.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ ignore-0.4.18/Cargo.toml 2021-06-18T10:50:44.173307+00:00
@@ -57,5 +57,3 @@
[features]
simd-accel = ["globset/simd-accel"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate ignore
Name: rust-%{crate}
Version: 0.4.17
Release: 2%{?dist}
Version: 0.4.18
Release: 1%{?dist}
Summary: Fast library for efficiently matching ignore files
# Upstream license specification: Unlicense/MIT
@ -14,7 +14,7 @@ License: Unlicense or MIT
URL: https://crates.io/crates/ignore
Source: %{crates_source}
# Initial patched metadata
# * No windows
# * drop windows-specific dependencies
Patch0: ignore-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -87,6 +87,10 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.18-1
- Update to version 0.4.18.
- Fixes RHBZ#1971136
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (ignore-0.4.17.crate) = 52380126bb46478875093eb39972949625e1d9ada6fac7148faeccc22807d8e2a1e41c34549e7d9f884fd3cd6dc3d42b47a88b5b6de1089d7e3ee8014b3aea35
SHA512 (ignore-0.4.18.crate) = 5d11a2415f015cce6ce72aa3d08a7cfb645ee7f1845b3445a924a92144438f209c992cc15d4ede3099d1eebe3fa28bde4e0eef1a3fbcb9dbced19a42051d21be

Loading…
Cancel
Save