Update to version 0.10.5; Fixes RHBZ#2253238

epel10
Fabio Valentini 1 year ago
parent ceca168f1a
commit 5c435456c9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-path-0.8.3.crate /gix-path-0.8.3.crate
/gix-path-0.8.4.crate /gix-path-0.8.4.crate
/gix-path-0.10.0.crate /gix-path-0.10.0.crate
/gix-path-0.10.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-path %global crate gix-path
Name: rust-gix-path Name: rust-gix-path
Version: 0.10.0 Version: 0.10.5
Release: %autorelease Release: %autorelease
Summary: Utility crate for handling paths in gix Summary: Utility crate for handling paths in gix
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-path URL: https://crates.io/crates/gix-path
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A crate of the gitoxide project dealing paths and their conversions.} A crate of the gitoxide project dealing paths and their conversions.}
@ -32,7 +32,6 @@ 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
@ -48,7 +47,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,2 +0,0 @@
[DEFAULT]
summary = Utility crate for handling paths in gix

@ -0,0 +1,3 @@
[package]
summary = "Utility crate for handling paths in gix"

@ -1 +1 @@
SHA512 (gix-path-0.10.0.crate) = d6bee153099bd542388f7ea26d388d3f478f7c8dd94a7b1c815daa70c57181f62dce6382036a4058e243ee65ba287e9fd0aa83fb655e537ae502a6b67223b181 SHA512 (gix-path-0.10.5.crate) = 9bf0cd15768ff04822576f119ad52693cde5b8a2b34dc45cc0a186d44a39ba9bac6721d812a8f22e348326cb6c8f6ee1138a784db8c2f3a5c764c5da9b3cb5c0

Loading…
Cancel
Save