Update to version 0.2.18; Fixes RHBZ#2127681

epel9
Fabio Valentini 2 years ago
parent 2110a1b327
commit cb3bf0c2a8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate konst %global crate konst
Name: rust-%{crate} Name: rust-konst
Version: 0.2.15 Version: 0.2.18
Release: %autorelease Release: %autorelease
Summary: Const equivalents of std functions, compile-time comparison, and parsing Summary: Const equivalents of std functions, compile-time comparison, and parsing
# Upstream license specification: Zlib License: Zlib
License: zlib
URL: https://crates.io/crates/konst URL: https://crates.io/crates/konst
Source: %{crates_source} Source: %{crates_source}
@ -217,6 +216,18 @@ use the "rust_1_56" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_56-devel %files -n %{name}+rust_1_56-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rust_1_64-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rust_1_64-devel %{_description}
This package contains library source intended for building other packages which
use the "rust_1_64" feature of the "%{crate}" crate.
%files -n %{name}+rust_1_64-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (konst-0.2.15.crate) = a315ff188071adb63576c2fca65e52c4fa3a1111fe8ba0b22242fb861e7a003973679ffaf50714c42ab59e397f541222844e68d31e7de389deaaa526b4ae5703 SHA512 (konst-0.2.18.crate) = b254f08db8cabeae355b8af304ac7b53813e32db2f95338b374e224b8fb6b9914aab68b59f0f9593f641801eff5c1455b56b1336fb736edd58a9943009101817

Loading…
Cancel
Save