* Release 0.28.0 * tests: Fix symbol file and tests. * Appease clippy. * tests: Run rustfmt. * Add a way to generate a list of symbols for dynamic linkage, resolves #907 * Add `unstable_ir` feature flag that makes the ir pub * Refactor arm64 build to matrix strategy * Add aarch64/arm64 to CI * Fix clippy warnings * newlines for constexpr * replace is_first_field to enumerate * Fix: avoid potential race in tests/profile.rs * Fix: Ignore `CARGO_BUILD_TARGET` in lib tests too * Fix: Ignore `CARGO_BUILD_TARGET` in tests * Add a test for mangling of array generics. * Implement mangling for arrays * ir: add support for UnsafeCell and SyncUnsafeCell * rename: Add a test for rename-all=prefix: * Less clone for rename-all. * Add rename-all=prefix: * Fix local override of enum prefix-with-name * Also update syn in the Cargo.toml. * utilities: Minor clean-up. * Parse `unsafe` attributes * Deduplicate the code that turns transparent structs into typedefs * Bump MSRV again for clap. * Cargo update and version bump. * Update CHANGES since v0.26.0 * Output condition for globals. OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=52
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/eqrion/cbindgen.git</param>
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v0.28.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>
|
|
<param name="changesauthor">william.brown@suse.com</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="srcdir">cbindgen</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">cbindgen</param>
|
|
</service>
|
|
</services>
|