Commit Graph

10 Commits

Author SHA256 Message Date
William Brown
bb37147492 Accepting request 1110960 from home:firstyear:branches:devel:languages:rust
- Update to version 0.26.0+git0:
  * v0.26.0
  * Update MSRV in Readme
  * Add support for out-of-line bitfields declarations
  * Update URLs
  * Bump clippy msrv to 1.64
  * Handle bitflags bits method calls
  * CHANGES: Note #[deprecated] support.
  * utilities: annotation: Clean-up deprecated parsing and getter.
  * Add support for #[deprecated].
  * Support "C-unwind" ABI

OBS-URL: https://build.opensuse.org/request/show/1110960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=50
2023-09-19 00:58:38 +00:00
Wolfgang Rosenauer
6fc71bfdfd Accepting request 1108962 from home:firstyear:branches:devel:languages:rust
- Update to version 0.25.0+git0:
  * Fix minimal Rust version in CI
  * Revert "Upgrade clap 3 to clap 4"
  * Fix clippy warning
  * Fix CI
  * Update changelog for v0.25.0
  * CI: Replace forbidden actions with cli code
  * CI: Add semver checks to CI deploy job
  * msrv 1.64
  * Upgrade clap 3 to clap 4
  * Add: Add rust-toolchain.toml

- Automatic update of vendored dependencies

- Update to version 0.24.3+git0:
  * Bump version.
  * tests: Add a test for struct constants going through typedefs.
  * bindings: Peel through typedefs for struct constant generation.
  * Rustfmt recent changes.
  * Version bump.
  * bitflags: Be explicit in binary operators and such.
  * Version bump.
  * constant: Add support for unary negation.
  * bitflags: Make more operations constexpr.
  * Fix changelog typo.

OBS-URL: https://build.opensuse.org/request/show/1108962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=48
2023-09-05 19:00:42 +00:00
Wolfgang Rosenauer
b65bc34c7f Accepting request 991356 from mozilla
minor version update required for Firefox 103

OBS-URL: https://build.opensuse.org/request/show/991356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=46
2022-07-27 07:52:09 +00:00
Wolfgang Rosenauer
9027234b2e Accepting request 981230 from home:firstyear:branches:devel:languages:rust
- Update to version 0.24.2+git0:
  * Version bump.
  * bitflags: Be explicit in binary operators and such.
  * Version bump.
  * constant: Add support for unary negation.
  * bitflags: Make more operations constexpr.
  * Fix changelog typo.
  * Version bump.
  * constant: Support suffixes for integers that otherwise would be narrowed.
  * Fix specialization of `SomeType<N>` when `N` is a const parameter.
  * Minor refactor of ConstExpr::load().

OBS-URL: https://build.opensuse.org/request/show/981230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=45
2022-06-08 07:43:13 +00:00
Wolfgang Rosenauer
f001be1351 Accepting request 971934 from home:firstyear:branches:devel:languages:rust
- Update to version 0.23.0+git0:
  * v0.23.0
  * constant: Make const.allow_constexpr default to true.
  * constant: Allow more constexpr constants.
  * Update syn dependency to at least 1.0.88
  * Fix #753

OBS-URL: https://build.opensuse.org/request/show/971934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=43
2022-04-22 06:17:28 +00:00
Wolfgang Rosenauer
ac898c6d51 Accepting request 970923 from home:firstyear:branches:devel:languages:rust
- Update to version 0.22.0+git0:
  * v0.22.0
  * Support rename rule for union body members.
  * constant: Add support for other expressions WebRender uses.
  * constant: Add support for associated constant expressions.
  * Fix regression in CamelCase rename rule (should be lowerCamelCase)
  * enumeration: simplify standard types in variants.
  * Avoid generating and writing bindings when called recursively
  * Cython: Omit per-variant tags in unions generated for Rust enums
  * Update various dependencies.
  * v0.21.0

OBS-URL: https://build.opensuse.org/request/show/970923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=42
2022-04-20 12:57:13 +00:00
Wolfgang Rosenauer
3d0b375db9 Accepting request 965265 from home:firstyear:branches:devel:languages:rust
- Update to version 0.21.0+git0:
  * v0.21.0
  * Update MSRV to 1.54.0
  * Update clap to 3.1
  * Update heck to 0.4.0
  * Remove etesync from readme.
  * Update docs.md
  * Remove wgpu-native from users.
  * Address clippy lint.
  * unraw the identifiers
  * Silence some dead_code warnings.

OBS-URL: https://build.opensuse.org/request/show/965265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=38
2022-03-28 13:45:29 +00:00
Wolfgang Rosenauer
97aea876ca Accepting request 909276 from home:firstyear:branches:devel:languages:rust
- Update to version 0.20.0+git0:
  * v0.20.0
  * Don't use `check` profile when expanding code on a release build
  * Update --pretty=expanded to -Zunpretty=expanded
  * Fix some clippy lints.
  * Simplify Pin<T> to T
  * add `Builder::with_using_namespaces`
  * Ignore PhantomPinned
  * Move the target-guessing code from #676 to its own function.
  * Only fetch dependencies for current platform by default (#676)
  * v0.19.0

OBS-URL: https://build.opensuse.org/request/show/909276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=37
2021-07-30 07:31:48 +00:00
Wolfgang Rosenauer
95314e66fa Accepting request 904007 from home:firstyear:branches:devel:languages:rust
- Update vendored dependencies to resolve potential memory corruption
  in dependency ( RUSTSEC-2021-0003 )

OBS-URL: https://build.opensuse.org/request/show/904007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=36
2021-07-05 06:29:14 +00:00
William Brown
8d8240db03 Accepting request 897041 from home:firstyear:branches:devel:languages:rust
- Update to to build from _service with cargo-audit integration

OBS-URL: https://build.opensuse.org/request/show/897041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=31
2021-06-09 00:44:26 +00:00