diff --git a/.gitignore b/.gitignore index c58549d..ad4a3e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/clang-ast-0.1.27.crate +SOURCES/clang-ast-0.1.29.crate diff --git a/.rust-clang-ast.metadata b/.rust-clang-ast.metadata index 922174c..e22a58d 100644 --- a/.rust-clang-ast.metadata +++ b/.rust-clang-ast.metadata @@ -1 +1 @@ -5a5ef387a826de2208b11aef8984064121ee1997 SOURCES/clang-ast-0.1.27.crate +73a783e548b74de1f76cbbb1cead88b1ee0682cc SOURCES/clang-ast-0.1.29.crate diff --git a/SPECS/rust-clang-ast.spec b/SPECS/rust-clang-ast.spec index 0e104e3..d918d34 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.27 +Version: 0.1.29 Release: %autorelease Summary: Data structures for processing Clang's -ast-dump=json format @@ -77,10 +77,16 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sun Jan 26 2025 Fabio Valentini - 0.1.29-1 +- Update to version 0.1.29; Fixes RHBZ#2338717 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.1.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.1.27-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Thu Nov 28 2024 Fabio Valentini - 0.1.27-1 - Update to version 0.1.27; Fixes RHBZ#2326713