Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

6
.gitignore vendored

@ -2,9 +2,3 @@
/gix-glob-0.12.0.crate
/gix-glob-0.13.0.crate
/gix-glob-0.14.0.crate
/gix-glob-0.14.1.crate
/gix-glob-0.16.2.crate
/gix-glob-0.16.3.crate
/gix-glob-0.16.4.crate
/gix-glob-0.16.5.crate
/gix-glob-0.18.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 27
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0
%bcond_with check
%global debug_package %{nil}
%global crate gix-glob
Name: rust-gix-glob
Version: 0.18.0
Version: 0.14.0
Release: %autorelease
Summary: Glob pattern matching implementation for gix
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1,2 @@
SHA512 (gix-glob-0.18.0.crate) = 82bc437ef1dcd28be78fcebae9adfd8fa34bcc073eb70101965caf686ff69bcda694ce3ae6ba2262b58b52ee8efb778d842d64d73fa556a7b0dc713f926fa34a
SHA512 (gix-glob-0.13.0.crate) = 192e7aa684991a47a1b82da9701924f6ce225278c30be9a72c5d22f5f49c09aa92a2f462244f099ff9a1ae218d688c76745eb062f3abb6c710bec8f467252166
SHA512 (gix-glob-0.14.0.crate) = 941e74d236865b06b2771614752d081a366b43a88e22525eac7444a818dc8ce2114745c6777cc0e358b68abd654f21ff4a4149ab042c4ccfaf95d7032461348f

Loading…
Cancel
Save