Compare commits

..

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

5
.gitignore vendored

@ -3,8 +3,3 @@
/gix-url-0.24.0.crate /gix-url-0.24.0.crate
/gix-url-0.25.0.crate /gix-url-0.25.0.crate
/gix-url-0.25.1.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 27 # Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools) # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information # * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0 %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-url %global crate gix-url
Name: rust-gix-url Name: rust-gix-url
Version: 0.29.0 Version: 0.25.1
Release: %autorelease Release: %autorelease
Summary: Implementation of parsing and serialization of URLs for gix Summary: Implementation of parsing and serialization of URLs for gix
@ -35,6 +35,7 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (gix-url-0.29.0.crate) = 0153dc1e686e7d7de3ea4b84fc04967e2d3efc6130c7ebbfa67958b81737234ee842f9acf5a071bd968dc78f29c0f6a698d9c2ccf0684fffd654c3fa86537d08 SHA512 (gix-url-0.25.1.crate) = 5eaf1b18f9db5cae43d3f9cd4adaefb96d673ba3da91f2c89159f92cc9b5e9703436d364455dec3eb3d195b9847416f5b850859e26df1d02d5b133add74632da

Loading…
Cancel
Save