Update to 0.12.0

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

1
.gitignore vendored

@ -1 +1,2 @@
/tabled-0.10.0.crate
/tabled-0.12.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate tabled
Name: rust-tabled
Version: 0.10.0
Version: 0.12.0
Release: %autorelease
Summary: Easy to use library for pretty print tables of Rust `struct`s and `enum`s
Summary: Easy to use library for pretty print tables of Rust structs and enums
License: MIT
URL: https://crates.io/crates/tabled
@ -16,7 +16,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Easy to use library for pretty print tables of Rust `struct`s and `enum`s.}
An easy to use library for pretty print tables of Rust `struct`s and
`enum`s.}
%description %{_description}
@ -30,10 +31,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CHANGELOG.md
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/docs.rs.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -60,6 +59,18 @@ use the "ansi-str" feature of the "%{crate}" crate.
%files -n %{name}+ansi-str-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ansitok-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ansitok-devel %{_description}
This package contains library source intended for building other packages which
use the "ansitok" feature of the "%{crate}" crate.
%files -n %{name}+ansitok-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-devel
Summary: %{summary}
BuildArch: noarch
@ -96,6 +107,18 @@ use the "macros" feature of the "%{crate}" crate.
%files -n %{name}+macros-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tabled_derive-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (tabled-0.10.0.crate) = f511fbebfe0837148ef2cdbca428667be9bd8780c088e2d8e92bb854fa6c1e63a289738a3abbdaf08909dfd8bce69efca421c0caf24fc6b6001702effea0e920
SHA512 (tabled-0.12.0.crate) = a21ce0e7f3706d880613095b294a9584eab57c99413983963866545604643980af6d2618c498ecc54ef543e62736fbb7731ecc1092656d67a1195471375c636a

Loading…
Cancel
Save