Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09c5cab17d | ||
| 364826f6c8 |
2
.cbindgen.metadata
Normal file
2
.cbindgen.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
099e1a81ec3370bd531f067be2dcf56a3fce4a50 SOURCES/cbindgen-0.29.2-vendor.tar.xz
|
||||
2438fccb8acef4bd9fb7bd0616576dfb37fd2407 SOURCES/cbindgen-0.29.2.crate
|
||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
/cbindgen-0.29.0.crate
|
||||
/cbindgen-0.29.0-vendor.tar.xz
|
||||
/cbindgen-0.29.2.crate
|
||||
/cbindgen-0.29.2-vendor.tar.xz
|
||||
SOURCES/cbindgen-0.29.2-vendor.tar.xz
|
||||
SOURCES/cbindgen-0.29.2.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
|
||||
|
||||
# prevent library files from being installed
|
||||
@ -85,4 +95,13 @@ A tool for generating C bindings to Rust code.}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* Tue Jan 27 2026 Paul Murphy <murp@redhat.com> - 0.29.2-1
|
||||
- Update to 0.29.2
|
||||
|
||||
* Thu Jul 10 2025 Josh Stone <jistone@redhat.com> - 0.29.0-2
|
||||
- Initialize gating
|
||||
|
||||
* Wed Jul 09 2025 Josh Stone <jistone@redhat.com> - 0.29.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 (cbindgen-0.29.2.crate) = c88157fe65c1c69256e273abb34944f86a9b45aaedd514c73d6b8756799f0273ba0744a8833c060c621cea53246b358abc7f85c984daf041423ecb6cb2d6c12a
|
||||
SHA512 (cbindgen-0.29.2-vendor.tar.xz) = 078628bc0c5d09b06ccb0f5b2224da952dc724482d2543dd4560ac524ce1fbbcd4f019d45e8776d77350eb6bb95be8cfb2bcd88122082274d8a7ff13d5991baf
|
||||
Loading…
Reference in New Issue
Block a user