Compare commits

..

3 Commits

1
.gitignore vendored

@ -9,3 +9,4 @@
/indoc-2.0.2.crate /indoc-2.0.2.crate
/indoc-2.0.3.crate /indoc-2.0.3.crate
/indoc-2.0.4.crate /indoc-2.0.4.crate
/indoc-2.0.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indoc %global crate indoc
Name: rust-indoc Name: rust-indoc
Version: 2.0.4 Version: 2.0.5
Release: %autorelease Release: %autorelease
Summary: Indented document literals Summary: Indented document literals
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/indoc URL: https://crates.io/crates/indoc
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Indented document literals.} Indented document literals.}
@ -48,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 +1 @@
SHA512 (indoc-2.0.4.crate) = ef1b8d19d89d848c1133f2865247e0ce23cbe5552454805910ed0478ac4acb11b11629aa4a5ce8756d0ed5cbc0644abedeac0246f433166c68f47cf58cf4487a SHA512 (indoc-2.0.5.crate) = 095fb56a3d87946c42a63065a8b276c2d4b9b835800014b400bb987593bf56701bad9f55d947f090740fdb7641a4f3c87fe8bfa5724709e95254d1e8e2e3616f

Loading…
Cancel
Save