From c7cc1e2d47300ad5fdeab54c0d78783e9b7f31d1 Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 30 Mar 2026 11:01:57 -0400 Subject: [PATCH] import CS rust-bindgen-cli-0.72.1-1.el9 --- .gitignore | 4 ++-- .rust-bindgen-cli.metadata | 4 ++-- SPECS/rust-bindgen-cli.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 179b05a..a9a5802 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.rust-bindgen-cli.metadata b/.rust-bindgen-cli.metadata index 4e6ac67..6791d56 100644 --- a/.rust-bindgen-cli.metadata +++ b/.rust-bindgen-cli.metadata @@ -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 diff --git a/SPECS/rust-bindgen-cli.spec b/SPECS/rust-bindgen-cli.spec index 1b9cfb5..4f1e69c 100644 --- a/SPECS/rust-bindgen-cli.spec +++ b/SPECS/rust-bindgen-cli.spec @@ -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 - 0.72.1-1 +- Update to 0.72.1 + * Thu Jul 10 2025 Josh Stone - 0.72.0-2 - Initialize gating