diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b5f6078 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ignore-0.4.22.crate diff --git a/.rust-ignore.metadata b/.rust-ignore.metadata index e69de29..e5d0d3d 100644 --- a/.rust-ignore.metadata +++ b/.rust-ignore.metadata @@ -0,0 +1 @@ +9e9e67d19a29e4828c8927585cba793b049bf945 SOURCES/ignore-0.4.22.crate diff --git a/SOURCES/ignore-0.4.21.crate b/SOURCES/ignore-0.4.21.crate deleted file mode 100644 index 3980790..0000000 Binary files a/SOURCES/ignore-0.4.21.crate and /dev/null differ diff --git a/SOURCES/ignore-fix-metadata-auto.diff b/SOURCES/ignore-fix-metadata-auto.diff index 4cc9a58..943041b 100644 --- a/SOURCES/ignore-fix-metadata-auto.diff +++ b/SOURCES/ignore-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- ignore-0.4.21/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ ignore-0.4.21/Cargo.toml 2023-12-02T10:57:27.816419+00:00 +--- ignore-0.4.22/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ ignore-0.4.22/Cargo.toml 2024-01-07T20:57:14.095380+00:00 @@ -77,5 +77,3 @@ [features] simd-accel = [] diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..b4d1252 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Fast library for efficiently matching ignore files" + diff --git a/SPECS/rust-ignore.spec b/SPECS/rust-ignore.spec index ba7b733..e71a9ea 100644 --- a/SPECS/rust-ignore.spec +++ b/SPECS/rust-ignore.spec @@ -15,7 +15,7 @@ %global crate ignore Name: rust-ignore -Version: 0.4.21 +Version: 0.4.22 Release: %autorelease Summary: Fast library for efficiently matching ignore files @@ -92,9 +92,12 @@ use the "simd-accel" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.4.21-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.4.22-1 - Rebuilt for MSVSphere 9.3 +* Sun Jan 07 2024 Fabio Valentini - 0.4.22-1 +- Update to version 0.4.22; Fixes RHBZ#2257090 + * Sat Dec 02 2023 Fabio Valentini - 0.4.21-1 - Update to version 0.4.21; Fixes RHBZ#2251601