Update to 0.3.2

epel9
Josh Stone 5 years ago
parent 307685bb59
commit 5ef2011289

1
.gitignore vendored

@ -1 +1,2 @@
/doc-comment-0.3.1.crate /doc-comment-0.3.1.crate
/doc-comment-0.3.2.crate

@ -1,24 +1,28 @@
# Generated by rust2rpm # Generated by rust2rpm 13
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate doc-comment %global crate doc-comment
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Macro to generate doc comments Summary: Macro to generate doc comments
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/doc-comment URL: https://crates.io/crates/doc-comment
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
%global _description \ %global _description %{expand:
Macro to generate doc comments. Macro to generate doc comments.}
%description %{_description} %description %{_description}
@ -34,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no_core-devel %package -n %{name}+no_core-devel
Summary: %{summary} Summary: %{summary}
@ -58,7 +62,7 @@ This package contains library source intended for building other packages
which use "no_core" feature of "%{crate}" crate. which use "no_core" feature of "%{crate}" crate.
%files -n %{name}+no_core-devel %files -n %{name}+no_core-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+old_macros-devel %package -n %{name}+old_macros-devel
Summary: %{summary} Summary: %{summary}
@ -70,12 +74,15 @@ This package contains library source intended for building other packages
which use "old_macros" feature of "%{crate}" crate. which use "old_macros" feature of "%{crate}" crate.
%files -n %{name}+old_macros-devel %files -n %{name}+old_macros-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%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
@ -88,6 +95,9 @@ which use "old_macros" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.3.2-1
- Update to 0.3.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (doc-comment-0.3.1.crate) = f4922f77fdd37a0b11f62d83a78c2c2cd1791e198aa738b54b30b1fbe29e012e320c3e3579e11eef6048a0ccf902f979573c70dfb8b06ea48467c94b7fcaa6c5 SHA512 (doc-comment-0.3.2.crate) = ed3fe21dbf830358997d3a067776a3c9d5261006bef7721d380ca4a5c1c17bc9abec2bb58bf99ba3a218c930a4113bb52337398f4f43e28caf8cee20698cd007

Loading…
Cancel
Save