Compare commits

...

8 Commits

5
.gitignore vendored

@ -3,3 +3,8 @@
/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
/gix-url-0.29.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 27
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate gix-url
Name: rust-gix-url
Version: 0.25.1
Version: 0.29.0
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.29.0.crate) = 0153dc1e686e7d7de3ea4b84fc04967e2d3efc6130c7ebbfa67958b81737234ee842f9acf5a071bd968dc78f29c0f6a698d9c2ccf0684fffd654c3fa86537d08

Loading…
Cancel
Save