Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7cc1e2d47 | ||
| 7d04ace8f0 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
/bindgen-cli-0.72.0.crate
|
||||
/bindgen-cli-0.72.0-vendor.tar.xz
|
||||
/bindgen-cli-0.72.1.crate
|
||||
/bindgen-cli-0.72.1-vendor.tar.xz
|
||||
SOURCES/bindgen-cli-0.72.1-vendor.tar.xz
|
||||
SOURCES/bindgen-cli-0.72.1.crate
|
||||
|
||||
2
.rust-bindgen-cli.metadata
Normal file
2
.rust-bindgen-cli.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
4f3594b15f8cdcf8c8ce469f37136dee931a98f7 SOURCES/bindgen-cli-0.72.1-vendor.tar.xz
|
||||
59ed3b4be06d320682073d535aba17cea89244ae SOURCES/bindgen-cli-0.72.1.crate
|
||||
@ -1,3 +1,13 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
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}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%bcond check 1
|
||||
|
||||
%global crate bindgen-cli
|
||||
@ -87,4 +97,13 @@ BuildRequires: clang-libs
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## 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
|
||||
|
||||
* Wed Jul 09 2025 Josh Stone <jistone@redhat.com> - 0.72.0-1
|
||||
- Initial commit on c9s
|
||||
## END: Generated by rpmautospec
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules: []
|
||||
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (bindgen-cli-0.72.1.crate) = c576156071a0fedd90f98ff516a6ec2f19c0027942e601cfdc60869de9e5395a8e5157e17b66ff098dc6e80e2f47947c3d5b03ce699e645da53426e0ea83f27f
|
||||
SHA512 (bindgen-cli-0.72.1-vendor.tar.xz) = ff2203d3ffd316126905e8cd831dd1bb6b227a87ccd02ce7bd9e59eaeb458374d3cfce91aae28a19ed19dff571bd42693a3944c1e94482e423cba456606b53d8
|
||||
Loading…
Reference in New Issue
Block a user