import CS rust-bindgen-cli-0.72.1-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 11:01:57 -04:00
parent 7d04ace8f0
commit c7cc1e2d47
3 changed files with 9 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/bindgen-cli-0.72.0-vendor.tar.xz
SOURCES/bindgen-cli-0.72.0.crate
SOURCES/bindgen-cli-0.72.1-vendor.tar.xz
SOURCES/bindgen-cli-0.72.1.crate

View File

@ -1,2 +1,2 @@
df166c77d82116584dc0b68815554f604dd286c8 SOURCES/bindgen-cli-0.72.0-vendor.tar.xz
613ae7d494c3857bbd72e8db290b5570971d0e5f SOURCES/bindgen-cli-0.72.0.crate
4f3594b15f8cdcf8c8ce469f37136dee931a98f7 SOURCES/bindgen-cli-0.72.1-vendor.tar.xz
59ed3b4be06d320682073d535aba17cea89244ae SOURCES/bindgen-cli-0.72.1.crate

View File

@ -2,7 +2,7 @@
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -13,7 +13,7 @@
%global crate bindgen-cli
Name: rust-bindgen-cli
Version: 0.72.0
Version: 0.72.1
Release: %autorelease
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -98,6 +98,9 @@ BuildRequires: clang-libs
%changelog
## START: Generated by rpmautospec
* Fri Jan 30 2026 Paul Murphy <murp@redhat.com> - 0.72.1-1
- Update to 0.72.1
* Thu Jul 10 2025 Josh Stone <jistone@redhat.com> - 0.72.0-2
- Initialize gating