Update to 0.1.3

epel9
Josh Stone 7 years ago
parent 906a8b4525
commit 6792594c81

1
.gitignore vendored

@ -1 +1,2 @@
/unindent-0.1.2.crate /unindent-0.1.2.crate
/unindent-0.1.3.crate

@ -5,11 +5,10 @@
%global crate unindent %global crate unindent
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.2 Version: 0.1.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Remove a column of leading whitespace from a string Summary: Remove a column of leading whitespace from a string
# https://github.com/dtolnay/indoc/issues/16
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/unindent URL: https://crates.io/crates/unindent
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -47,9 +46,14 @@ which use %{crate} from crates.io.
%endif %endif
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.1.3-1
- Update to 0.1.3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (unindent-0.1.2.crate) = a859bbfc46b373cd819f283707b2159289898ee386b078cfab1e995e522c6974ffe1a681fc6502fc55b7fe7b69d53dcae7946e5cc9fa4339a830f1cbda48d1ef SHA512 (unindent-0.1.3.crate) = 76a0f77bcb56b67bd4f8996f0e8f4f8988335c42c3848895271ee8c3014f90b893e5da1fba503180c4344f4bb015107b3e9c3412ef376490c8da72ff60e2a02c

Loading…
Cancel
Save