Update to 0.1.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 769cd32af0
commit aa15943c8b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate paste
Name: rust-%{crate}
Version: 0.1.6
Release: 2%{?dist}
Version: 0.1.7
Release: 1%{?dist}
Summary: Macros for all your token pasting needs
# Upstream license specification: MIT OR Apache-2.0
@ -36,9 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%doc README.md
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%doc README.md
%{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
* Sun Feb 23 10:23:42 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (paste-0.1.6.crate) = 4232b943e68d749717b85730bcff4bebb2b0caa8af0917b47a4e3fc72a4aba5af19f9d63dbc060fdee4bb5e4856913b313966bc25a08471ae62a880274acd260
SHA512 (paste-0.1.7.crate) = 7830208248d82f20131bd3a7312f2a6b5d72f780d568382e3830544536df9d777e5d20aea10bd9af73b48f3d2cf0b332ed58c051e80f86c6925b1fa1c09f0fd0

Loading…
Cancel
Save