Compare commits

...

7 Commits

4
.gitignore vendored

@ -2,3 +2,7 @@
/gix-quote-0.4.5.crate
/gix-quote-0.4.6.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
/gix-quote-0.4.15.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-quote
Name: rust-gix-quote
Version: 0.4.7
Version: 0.4.15
Release: %autorelease
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
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project dealing with various quotations used by
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -49,7 +48,7 @@ use the "default" 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 = 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.15.crate) = f3ba71dbb866ce98d9630958bed949041aa2ccfdc19be366a52f5374b56d62cae93b5c24b132586d9042ae3c311207ac06feff414531580ac29286ca7eb81ca9

Loading…
Cancel
Save