Compare commits

..

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

3
.gitignore vendored

@ -2,6 +2,3 @@
/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
/gix-quote-0.4.12.crate
/gix-quote-0.4.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 24
%bcond check 1 %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.14 Version: 0.4.7
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: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%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,6 +33,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
@ -48,7 +49,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,2 @@
[DEFAULT]
summary = Deal with various quotations used by git

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

@ -1 +1 @@
SHA512 (gix-quote-0.4.14.crate) = e88ce5f3c6712c3026336115f02628ba35aaff78e39b65ea4749a26851c22cd8ad3da859744559f9fd6d89cd54075b18b28868397d50b6be30048a6a80e5b8f9 SHA512 (gix-quote-0.4.7.crate) = 73065ff5282a0b408b07d2bf33ea72a2c7c9a5fb8771c34c3cac7da58fb77b57f1f04e6aa0daca97306f68f7d9740b4a223e463e82b3bb11d970ffb9851dad05

Loading…
Cancel
Save