Update to version 1.0.9; Fixes RHBZ#2178704

epel9 imports/e9/rust-predicates-tree-1.0.9-1.el9
Fabio Valentini 2 years ago
parent 61b1c9ff4e
commit 22771b3649
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/predicates-tree-1.0.2.crate /predicates-tree-1.0.2.crate
/predicates-tree-1.0.3.crate /predicates-tree-1.0.3.crate
/predicates-tree-1.0.7.crate /predicates-tree-1.0.7.crate
/predicates-tree-1.0.9.crate

@ -1,3 +0,0 @@
# rust-predicates-tree
The rust-predicates-tree package

@ -1,7 +0,0 @@
--- predicates-tree-1.0.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ predicates-tree-1.0.7/Cargo.toml 2022-12-21T12:23:42.152211+00:00
@@ -48,4 +48,3 @@
[dev-dependencies.predicates]
version = "2.1"
-features = ["color-auto"]

@ -1,20 +1,17 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate predicates-tree %global crate predicates-tree
Name: rust-predicates-tree Name: rust-predicates-tree
Version: 1.0.7 Version: 1.0.9
Release: %autorelease Release: %autorelease
Summary: Render boolean-valued predicate functions results as a tree Summary: Render boolean-valued predicate functions results as a tree
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/predicates-tree URL: https://crates.io/crates/predicates-tree
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * disable unavailable color-auto feature of the predicates dev-dependency
Patch: predicates-tree-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (predicates-tree-1.0.7.crate) = 0e66884edaa68e5339cae5461beab273d10b0acf9162827b26d6860cdcbaa10cee0412e6bb8191dad84f59d12e01a0684646b66b793b2c9c183244c96c05b6b4 SHA512 (predicates-tree-1.0.9.crate) = 1fd5d9a84ca8fdd1b3c4759d5e6fb16e3d8fe8b0dfe5afbd16bb509c8558b0750705fff47701c95f7a8df1a222f639116a1b9ba4d89775bf03b06daf34f249a3

Loading…
Cancel
Save