Update to version 0.1.11; Fixes RHBZ#2154565

epel9
Fabio Valentini 2 years ago
parent d18ecd8c94
commit f616e92fdc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/unindent-0.1.8.crate
/unindent-0.1.9.crate
/unindent-0.1.10.crate
/unindent-0.1.11.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate unindent
Name: rust-unindent
Version: 0.1.10
Version: 0.1.11
Release: %autorelease
Summary: Remove a column of leading whitespace from a string
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/unindent
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (unindent-0.1.10.crate) = 46ff1a2c042972af2fe5958677b2fa5adf3b9edbb168bd66cc93baf9d1b128f583d9502b83f174b35866343b57a57c8a91a465eab267dddae919af24095bf6bd
SHA512 (unindent-0.1.11.crate) = f800d6c37fe72477908c91457a738a73d2b8085bb5ae303d6d954405d6ccd98833b5da16a12c3ad1ab75d32a68dedc706dfaacc0fcbb95571dd829cdc03a356a

Loading…
Cancel
Save