update to version 0.1.7

epel9
Fabio Valentini 4 years ago
parent ca3827e0bb
commit 0442d4eaff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/unindent-0.1.4.crate
/unindent-0.1.5.crate
/unindent-0.1.6.crate
/unindent-0.1.7.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate unindent
Name: rust-%{crate}
Version: 0.1.6
Release: 2%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Remove a column of leading whitespace from a string
# Upstream license specification: MIT OR Apache-2.0
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.7-1
- Update to version 0.1.7.
- Fixes RHBZ#1887335
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (unindent-0.1.6.crate) = d56cbe4d718e1d98bc015e41cfb52b65e9e87803be1d84fe170711a4c473b2056c209dce9b9f27cc20b08cc2918197557ee39b5be792d786272eb6d44dc33a65
SHA512 (unindent-0.1.7.crate) = d3f4543f97f1386f63306a206074de1d10077ae968ea6eb6638545eeaf8cef662e1c84a15788e9df640eeb6af4cbc187721ec01af43984e4eeb2dfb0423c6d70

Loading…
Cancel
Save