From 0beb9fae942c007630b4ba3d9f3aa687a83498ef Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 10 Feb 2025 01:37:01 +0300 Subject: [PATCH] import rust-clang-ast-0.1.30-1.el10 --- .gitignore | 2 +- .rust-clang-ast.metadata | 2 +- SPECS/rust-clang-ast.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad4a3e6..4f8bc8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/clang-ast-0.1.29.crate +SOURCES/clang-ast-0.1.30.crate diff --git a/.rust-clang-ast.metadata b/.rust-clang-ast.metadata index e22a58d..44e8222 100644 --- a/.rust-clang-ast.metadata +++ b/.rust-clang-ast.metadata @@ -1 +1 @@ -73a783e548b74de1f76cbbb1cead88b1ee0682cc SOURCES/clang-ast-0.1.29.crate +2cb5292f862ed2232c68cdc16e5c617aa6efdcf4 SOURCES/clang-ast-0.1.30.crate diff --git a/SPECS/rust-clang-ast.spec b/SPECS/rust-clang-ast.spec index d918d34..af6bc42 100644 --- a/SPECS/rust-clang-ast.spec +++ b/SPECS/rust-clang-ast.spec @@ -16,7 +16,7 @@ %global crate clang-ast Name: rust-clang-ast -Version: 0.1.29 +Version: 0.1.30 Release: %autorelease Summary: Data structures for processing Clang's -ast-dump=json format @@ -78,6 +78,9 @@ use the "default" feature of the "%{crate}" crate. %changelog ## START: Generated by rpmautospec +* Sun Feb 09 2025 Fabio Valentini - 0.1.30-1 +- Update to version 0.1.30; Fixes RHBZ#2344521 + * Sun Jan 26 2025 Fabio Valentini - 0.1.29-1 - Update to version 0.1.29; Fixes RHBZ#2338717