Update to version 0.25.0

epel9
blinxen 1 year ago
parent c53fbbce36
commit 5df641b717

1
.gitignore vendored

@ -1,3 +1,4 @@
/gix-url-0.21.1.crate
/gix-url-0.23.0.crate
/gix-url-0.24.0.crate
/gix-url-0.25.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24
# Deactivate tests because of a missing dev-dependency (gix-testtools)
# 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-url
Name: rust-gix-url
Version: 0.24.0
Version: 0.25.0
Release: %autorelease
Summary: Implementation of parsing and serialization of URLs for gix
@ -74,7 +75,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 = Implementation of parsing and serialization of URLs for gix

@ -0,0 +1,9 @@
[package]
summary = "Implementation of parsing and serialization of URLs 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-url-0.24.0.crate) = 0071f659a85924bb500f1ba4bf25a7e50f7126e1a6ea9a7cb53d3ef8af55f0e6d4336e2ef7e6008decee4336f5a6e07cb66deb98ab2d3aaad1782ec2ee6a73d2
SHA512 (gix-url-0.25.0.crate) = 644e2198caf804909759646b84c65c49cc525f386a932fc3908b37f4350fe19034fdb77282a9fb447fc55edeff9d786cb64506944f282413354c545f2197d13a

Loading…
Cancel
Save