Update to 0.1.6

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 2d7da880cc
commit 45655040ff
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

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

@ -1,27 +1,28 @@
# Generated by rust2rpm # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate paste %global crate paste
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.5 Version: 0.1.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Macros for all your token pasting needs Summary: Macros for all your token pasting needs
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/paste URL: https://crates.io/crates/paste
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(paste-impl/default) >= 0.1.0 with crate(paste-impl/default) < 0.2.0)
BuildRequires: (crate(proc-macro-hack/default) >= 0.5.0 with crate(proc-macro-hack/default) < 0.6.0)
%global _description \ %global _description %{expand:
Macros for all your token pasting needs. Macros for all your token pasting needs.}
%description %{_description} %description %{_description}
@ -55,6 +56,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -67,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Aug 25 15:40:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Update to 0.1.6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (paste-0.1.5.crate) = 28c1190b07ec8eac2b8f269aae49da7bb5dc7edd2911754a5c0b10a19b55e41af62fe26e5c66171fe53b669b552efc19874270fede820a1c108a9ef977357332 SHA512 (paste-0.1.6.crate) = 4232b943e68d749717b85730bcff4bebb2b0caa8af0917b47a4e3fc72a4aba5af19f9d63dbc060fdee4bb5e4856913b313966bc25a08471ae62a880274acd260

Loading…
Cancel
Save