Update to version 0.2.19; Fixes RHBZ#2133254

epel9 imports/e9/rust-konst_macro_rules-0.2.19-1.el9
Fabio Valentini 1 year ago
parent 4192d88663
commit 7a7a35417a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/konst_macro_rules-0.2.14.crate
/konst_macro_rules-0.2.19.crate

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

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate konst_macro_rules
Name: rust-%{crate}
Version: 0.2.14
Name: rust-konst_macro_rules
Version: 0.2.19
Release: %autorelease
Summary: Implementation detail of the konst crate
# Upstream license specification: Zlib
License: zlib
License: Zlib
URL: https://crates.io/crates/konst_macro_rules
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -48,18 +45,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+const_generics-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+const_generics-devel %{_description}
This package contains library source intended for building other packages which
use the "const_generics" feature of the "%{crate}" crate.
%files -n %{name}+const_generics-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+deref_raw_in_fn-devel
Summary: %{summary}
BuildArch: noarch
@ -96,6 +81,18 @@ use the "nightly_mut_refs" feature of the "%{crate}" crate.
%files -n %{name}+nightly_mut_refs-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
@ -120,6 +117,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (konst_macro_rules-0.2.14.crate) = 056b1b7591c91166c1b03a6f3d0a212b80a897ffa945f266899343aeeb15110148f0d0a56fcfb95076918466fcf3a9486aa55543273d37d7269f633afca8ab8a
SHA512 (konst_macro_rules-0.2.19.crate) = 8129f43c473a1d70e09d4e10fde80ce6417430ab1782757c554712d9156188d9671a1fab679f6710ce9af682d2cbccfb6c2b5775ac820071909923a7120c9734

Loading…
Cancel
Save