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
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/cbindgen-0.29.0.crate
|
||||
/cbindgen-0.29.0-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
|
||||
@ -9,7 +19,7 @@
|
||||
# binary, not any of the library -devel packages. We've renamed the source
|
||||
# so Fedora EPEL can continue shipping its devel packages without conflict.
|
||||
Name: cbindgen
|
||||
Version: 0.29.0
|
||||
Version: 0.29.2
|
||||
Release: %autorelease
|
||||
Summary: Tool for generating C bindings to Rust code
|
||||
|
||||
@ -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.0.crate) = fa2816881b376e3cc9ce61f9ee982438b38224fdd7225a41131e2500395d75e09b596840fb75f8ffcc04d7a9f90be02c2256918fe33f377660c1d78a3f89a1ac
|
||||
SHA512 (cbindgen-0.29.0-vendor.tar.xz) = 57e5a08c8db9afab29daeba172e2a80dc694ee6de5a4752b919cda65720c236dd789ce77bb022bf74726420eeb8018ccfe67de9e408a38775ae1c3c690fac247
|
||||
Loading…
Reference in New Issue
Block a user