Update to version 0.1.10; Fixes RHBZ#2150721

epel10
Fabio Valentini 2 years ago
parent 94c59a5f6a
commit 486b6e6787
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/clang-ast-0.1.7.crate /clang-ast-0.1.7.crate
/clang-ast-0.1.8.crate /clang-ast-0.1.8.crate
/clang-ast-0.1.9.crate /clang-ast-0.1.9.crate
/clang-ast-0.1.10.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * missing dev-dependencies: clang-ast-test-suite ^0 # * missing dev-dependencies: clang-ast-test-suite ^0
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate clang-ast %global crate clang-ast
Name: rust-clang-ast Name: rust-clang-ast
Version: 0.1.9 Version: 0.1.10
Release: %autorelease Release: %autorelease
Summary: Data structures for processing Clang's -ast-dump=json format Summary: Data structures for processing Clang's -ast-dump=json format
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/clang-ast URL: https://crates.io/crates/clang-ast
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (clang-ast-0.1.9.crate) = c114350ad7282aa967a58a72075ddcc3b0f99cd80073145953b3cd922840d4f257fc904399eea884522bb6fdf2285897c9535b2e150c1153ddd0adb7fb66d0f7 SHA512 (clang-ast-0.1.10.crate) = 2257911bddd0169e45a178bc0aa6a56f21537605a1a26e5262d035818884614870e3752937e6839d976fdb4e81dd8711b2cdcd1bafc9a95dfbad06af970a7829

Loading…
Cancel
Save