Update to 0.6.3

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 4f0e963e90
commit e500c20040
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,2 +1,3 @@
/below-render-0.4.1.crate
/below-render-0.5.0.crate
/below-render-0.6.3.crate

@ -1,22 +1,19 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate below-render
Name: rust-%{crate}
Version: 0.5.0
Name: rust-below-render
Version: 0.6.3
Release: %autorelease
Summary: Render crate for below
# Upstream license specification: Apache-2.0
License: ASL 2.0
License: Apache-2.0
URL: https://crates.io/crates/below-render
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Render crate for below.}
@ -33,8 +30,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,7 +43,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (below-render-0.5.0.crate) = 0cb06b1075b8e5d7e739a8bc1e0fcae6ffd1fc88a7fd1e5d9393956384647c9e31e2420b0f95cb3937d139dbc296ea7cbecec10947e425a4d53a4ba997cac65a
SHA512 (below-render-0.6.3.crate) = 725542403728a03875700075e64c5b9ecab6fa451d1343b47c6c7a08467ac8006df5e5404269c0f2763aaac065e75be51ee0f9993186deb1afd3aa12bf4ef0c7

Loading…
Cancel
Save