Update to version 1.0.7; Fixes RHBZ#2113781

epel9
Fabio Valentini 3 years ago
parent 950a23ee91
commit bb5cd6904f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/indoc-1.0.3.crate /indoc-1.0.3.crate
/indoc-1.0.4.crate /indoc-1.0.4.crate
/indoc-1.0.6.crate /indoc-1.0.6.crate
/indoc-1.0.7.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indoc %global crate indoc
Name: rust-%{crate} Name: rust-indoc
Version: 1.0.6 Version: 1.0.7
Release: %autorelease Release: %autorelease
Summary: Indented document literals Summary: Indented document literals
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/indoc URL: https://crates.io/crates/indoc
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (indoc-1.0.6.crate) = 798d36767d29ac5170a9de498ebee1056a6658e74b94310d589d429471ae059f974bd83eaa823c99a637c16758b3fdaaeaaaf7b21a2a35cbcbf345840b5f23cf SHA512 (indoc-1.0.7.crate) = b60e534953d600bc2de3d6951f9da67ca3ab3c78fdce3e9c5f91e544ca848aef0c22c35a26fe7a39c07bd916a79fdf496269fecfa5491a58e178f37b2965b348

Loading…
Cancel
Save