From 86773d99beb51c4126861efc5b0240faac5350e3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sat, 4 Jan 2025 22:55:41 +0300 Subject: [PATCH] import rust-predicates-tree-1.0.12-1.el10 --- .gitignore | 2 +- .rust-predicates-tree.metadata | 2 +- SPECS/rust-predicates-tree.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d775cfe..7b4a53a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/predicates-tree-1.0.11.crate +SOURCES/predicates-tree-1.0.12.crate diff --git a/.rust-predicates-tree.metadata b/.rust-predicates-tree.metadata index 4bf5843..0e2fdb0 100644 --- a/.rust-predicates-tree.metadata +++ b/.rust-predicates-tree.metadata @@ -1 +1 @@ -44d4690bf40f0cc9e557d35e9ccbe0f88bb424fb SOURCES/predicates-tree-1.0.11.crate +87a240f5eca4faa3b03f82bd6ef3b85e7b7a2ad3 SOURCES/predicates-tree-1.0.12.crate diff --git a/SPECS/rust-predicates-tree.spec b/SPECS/rust-predicates-tree.spec index cd9748f..c1a4627 100644 --- a/SPECS/rust-predicates-tree.spec +++ b/SPECS/rust-predicates-tree.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate predicates-tree Name: rust-predicates-tree -Version: 1.0.11 +Version: 1.0.12 Release: %autorelease Summary: Render boolean-valued predicate functions results as a tree @@ -76,10 +76,13 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 1.0.12-1 +- Update to version 1.0.12; Fixes RHBZ#2333411 + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.11-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Jul 26 2024 Fabio Valentini - 1.0.11-1 - Update to version 1.0.11; Fixes RHBZ#2299893