* chore: Release * Update changelog. * Refactor item_name method to use ItemInfo struct * chore: Fix some warnings with latest stable. * codegen: Avoid crashing on variadic unions without layout information. * Remove unused which-rustfmt feature * Fix rustfmt errors * Add test * Use callbacks properly * Use parse_callbacks from options * Add callback to modify contents of macro * ci: Move forward Rust for Linux version to v6.15-rc4 * doc: enhance desc of cpp section * Generate bindings compatible with current rustc version by default * ci/release: Ubuntu 20.04 being sunset * Resolved unenclosed backticks for with_derive_custom_enum, with_attribute_custon_enum * fix all clippy lints * fix clippy issues * another minor clippy lint * remove stable rust installation * remove check-cfg, separate clippy from nightly * chore: fix new clippy lints, enforce in CI * ci: use stable toolchain again * ci: move forward Rust for Linux version to v6.14 * ci: Re-enable rust for linux test. * Fix union layout when it contains 0 sized array. * Refactor enum generation. * Fix OpenCL vectors that use "ext_vector_type" and add test * more sophisticated handling of the triple in rust_to_clang_target OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-bindgen?expand=0&rev=10
24 lines
908 B
Plaintext
24 lines
908 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/rust-lang/rust-bindgen.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.72.0</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="src">rust-bindgen</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|