Compare commits

...

6 Commits

4
.gitignore vendored

@ -3,3 +3,7 @@
/gix-url-0.24.0.crate
/gix-url-0.25.0.crate
/gix-url-0.25.1.crate
/gix-url-0.27.2.crate
/gix-url-0.27.3.crate
/gix-url-0.27.4.crate
/gix-url-0.27.5.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
@ -7,7 +7,7 @@
%global crate gix-url
Name: rust-gix-url
Version: 0.25.1
Version: 0.27.5
Release: %autorelease
Summary: Implementation of parsing and serialization of URLs for gix
@ -35,7 +35,6 @@ 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 @@
SHA512 (gix-url-0.25.1.crate) = 5eaf1b18f9db5cae43d3f9cd4adaefb96d673ba3da91f2c89159f92cc9b5e9703436d364455dec3eb3d195b9847416f5b850859e26df1d02d5b133add74632da
SHA512 (gix-url-0.27.5.crate) = a007a074ca98dec95ed88e19414e55dbfaf7aa5c7b219af2d54785061c761642a3f88dddc52eed85d2a32e2eb36b371ffc6df16e12de2159c5ef2f20ffb4e85c

Loading…
Cancel
Save