Update to 0.1.6

epel9
Josh Stone 5 years ago
parent 80173ec374
commit 6f307498f5

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate unindent
Name: rust-%{crate}
Version: 0.1.5
Release: 2%{?dist}
Version: 0.1.6
Release: 1%{?dist}
Summary: Remove a column of leading whitespace from a string
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.1.6-1
- Update to 0.1.6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (unindent-0.1.5.crate) = 844dc32b7f7346f07728f7bf34f8c13a2a679a3a23b3a507a8b421519c514d4002ae761f7864a9911a6f9bf9d20a42257786495e4ba252d59f986d6cba2bfd24
SHA512 (unindent-0.1.6.crate) = d56cbe4d718e1d98bc015e41cfb52b65e9e87803be1d84fe170711a4c473b2056c209dce9b9f27cc20b08cc2918197557ee39b5be792d786272eb6d44dc33a65

Loading…
Cancel
Save