Update to version 0.2.19

epel9 imports/e9/rust-konst-0.2.19-1.el9
Fabio Valentini 1 year ago
parent 8b565fcbb8
commit 5d5e1bd2cd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/konst-0.2.15.crate
/konst-0.2.18.crate
/konst-0.2.19.crate

@ -1,3 +0,0 @@
# rust-konst
The rust-konst package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate konst
Name: rust-konst
Version: 0.2.18
Version: 0.2.19
Release: %autorelease
Summary: Const equivalents of std functions, compile-time comparison, and parsing
@ -13,12 +13,11 @@ License: Zlib
URL: https://crates.io/crates/konst
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Const equivalents of std functions, compile-time comparison, and parsing.}
Const equivalents of std functions, compile-time comparison, and
parsing.}
%description %{_description}
@ -60,6 +59,18 @@ use the "__test" feature of the "%{crate}" crate.
%files -n %{name}+__test-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+__ui-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+__ui-devel %{_description}
This package contains library source intended for building other packages which
use the "__ui" feature of the "%{crate}" crate.
%files -n %{name}+__ui-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
@ -192,6 +203,18 @@ use the "parsing_no_proc" feature of the "%{crate}" crate.
%files -n %{name}+parsing_no_proc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_51-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rust_1_51-devel %{_description}
This package contains library source intended for building other packages which
use the "rust_1_51" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_51-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_55-devel
Summary: %{summary}
BuildArch: noarch
@ -216,6 +239,30 @@ use the "rust_1_56" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_56-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_57-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rust_1_57-devel %{_description}
This package contains library source intended for building other packages which
use the "rust_1_57" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_57-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_61-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rust_1_61-devel %{_description}
This package contains library source intended for building other packages which
use the "rust_1_61" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_61-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_64-devel
Summary: %{summary}
BuildArch: noarch
@ -228,6 +275,30 @@ use the "rust_1_64" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_64-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_latest_stable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rust_latest_stable-devel %{_description}
This package contains library source intended for building other packages which
use the "rust_latest_stable" feature of the "%{crate}" crate.
%files -n %{name}+rust_latest_stable-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+trybuild-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+trybuild-devel %{_description}
This package contains library source intended for building other packages which
use the "trybuild" feature of the "%{crate}" crate.
%files -n %{name}+trybuild-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (konst-0.2.18.crate) = b254f08db8cabeae355b8af304ac7b53813e32db2f95338b374e224b8fb6b9914aab68b59f0f9593f641801eff5c1455b56b1336fb736edd58a9943009101817
SHA512 (konst-0.2.19.crate) = 92747ef4fcbe43596b6b6306079877cc1f72257064a55a66ac9a660e5efa7910105162d5445fe5ffe92c6d13933a43deb5ff1f693ed943479a30f32b49c80ddc

Loading…
Cancel
Save