Update to version 0.4.10; Fixes RHBZ#2253276

epel10
Fabio Valentini 12 months ago
parent dcb49d4e65
commit 2c1f064887
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-quote-0.4.5.crate /gix-quote-0.4.5.crate
/gix-quote-0.4.6.crate /gix-quote-0.4.6.crate
/gix-quote-0.4.7.crate /gix-quote-0.4.7.crate
/gix-quote-0.4.10.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-quote %global crate gix-quote
Name: rust-gix-quote Name: rust-gix-quote
Version: 0.4.7 Version: 0.4.10
Release: %autorelease Release: %autorelease
Summary: Deal with various quotations used by git Summary: Deal with various quotations used by git
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-quote URL: https://crates.io/crates/gix-quote
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 with various quotations used by A crate of the gitoxide project dealing with various quotations used by
@ -33,7 +33,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
@ -49,7 +48,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 = Deal with various quotations used by git

@ -0,0 +1,3 @@
[package]
summary = "Deal with various quotations used by git"

@ -1 +1 @@
SHA512 (gix-quote-0.4.7.crate) = 73065ff5282a0b408b07d2bf33ea72a2c7c9a5fb8771c34c3cac7da58fb77b57f1f04e6aa0daca97306f68f7d9740b4a223e463e82b3bb11d970ffb9851dad05 SHA512 (gix-quote-0.4.10.crate) = e33999669771334d73be92fa56a1b1ee1b538065426826d43dd460f097eebae93dcd42141cddc0de9876600f21f05e6e400dcb7db9828e8e315012cad39bc6d3

Loading…
Cancel
Save