Update to version 0.14.0

epel9 imports/e9/rust-gix-glob-0.14.0-1.el9
blinxen 1 year ago
parent 0ef67820f0
commit 0ffddc7c41

1
.gitignore vendored

@ -1,3 +1,4 @@
/gix-glob-0.10.1.crate
/gix-glob-0.12.0.crate
/gix-glob-0.13.0.crate
/gix-glob-0.14.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24
# * tests can only be run in-tree
# 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_with check
%global debug_package %{nil}
%global crate gix-glob
Name: rust-gix-glob
Version: 0.13.0
Version: 0.14.0
Release: %autorelease
Summary: Glob pattern matching implementation for gix
@ -73,7 +74,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Glob pattern matching implementation for gix

@ -0,0 +1,9 @@
[package]
summary = "Glob pattern matching implementation for gix"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

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

Loading…
Cancel
Save