Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -4,5 +4,3 @@
/predicates-tree-1.0.3.crate
/predicates-tree-1.0.7.crate
/predicates-tree-1.0.9.crate
/predicates-tree-1.0.11.crate
/predicates-tree-1.0.12.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate predicates-tree
Name: rust-predicates-tree
Version: 1.0.12
Version: 1.0.9
Release: %autorelease
Summary: Render boolean-valued predicate functions results as a tree
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/predicates-tree
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Render boolean-valued predicate functions results as a tree.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (predicates-tree-1.0.12.crate) = f5f6d7d0cba4ca7176a26d9adea5ded46f1a3361f9b6ceaa7dcf468ce616912cf3b764b8250f39a42a24eac71fb94e0d4d822c89361aae02472cf761ba55dfaa
SHA512 (predicates-tree-1.0.9.crate) = 1fd5d9a84ca8fdd1b3c4759d5e6fb16e3d8fe8b0dfe5afbd16bb509c8558b0750705fff47701c95f7a8df1a222f639116a1b9ba4d89775bf03b06daf34f249a3

Loading…
Cancel
Save