From 8eff2eca526b01e075fe373969ba1a0b9e2287052d6725e414587b4d2ef4a317 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 27 Jul 2020 13:03:51 +0000 Subject: [PATCH] Accepting request 822462 from mozilla - update to 0.14.3 * Introduce cbindgen:ignore comment annotation, to allow ignoring items or modules. * Support for casts in constant expressions. * Make a non-fatal error a warning message. * Add a --metadata option to the CLI, to allow passing pre-computed cargo metadata. 0.14.2 * Fixed minimal dependency versions. * Add an option to write pragma once. * Fix submodule scanning for implicit Rust 2018 modules. * Fix dependency parsing / scanning to handle target-specific versions. * Use heck for case conversion. * Add support for verbatim content after includes. * Allow to add attributes to most generated functions. OBS-URL: https://build.opensuse.org/request/show/822462 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=23 --- cbindgen-0.14.1.tar.gz | 3 --- cbindgen-0.14.3.tar.gz | 3 +++ rust-cbindgen.changes | 17 +++++++++++++++++ rust-cbindgen.spec | 2 +- vendor.tar.xz | 4 ++-- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 cbindgen-0.14.1.tar.gz create mode 100644 cbindgen-0.14.3.tar.gz diff --git a/cbindgen-0.14.1.tar.gz b/cbindgen-0.14.1.tar.gz deleted file mode 100644 index 98d6289..0000000 --- a/cbindgen-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43674216b0668501e5c4582d60341e9445a3fe9e35831311dcfff7a223264a4b -size 168400 diff --git a/cbindgen-0.14.3.tar.gz b/cbindgen-0.14.3.tar.gz new file mode 100644 index 0000000..7d2475b --- /dev/null +++ b/cbindgen-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a995260beb11b7d7d96265ba091f255302fbf9b047cab61379ebd75ff779215e +size 174113 diff --git a/rust-cbindgen.changes b/rust-cbindgen.changes index 4ab8068..48ed667 100644 --- a/rust-cbindgen.changes +++ b/rust-cbindgen.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jul 23 14:26:02 UTC 2020 - Wolfgang Rosenauer + +- update to 0.14.3 + * Introduce cbindgen:ignore comment annotation, to allow ignoring items or modules. + * Support for casts in constant expressions. + * Make a non-fatal error a warning message. + * Add a --metadata option to the CLI, to allow passing pre-computed cargo metadata. + 0.14.2 + * Fixed minimal dependency versions. + * Add an option to write pragma once. + * Fix submodule scanning for implicit Rust 2018 modules. + * Fix dependency parsing / scanning to handle target-specific versions. + * Use heck for case conversion. + * Add support for verbatim content after includes. + * Allow to add attributes to most generated functions. + ------------------------------------------------------------------- Wed May 27 07:39:14 UTC 2020 - Wolfgang Rosenauer diff --git a/rust-cbindgen.spec b/rust-cbindgen.spec index 8fb4da4..06b0340 100644 --- a/rust-cbindgen.spec +++ b/rust-cbindgen.spec @@ -20,7 +20,7 @@ %global crate_name cbindgen %global rustflags -Clink-arg=-Wl,-z,relro,-z,now Name: rust-%{crate_name} -Version: 0.14.1 +Version: 0.14.3 Release: 0 Summary: A tool for generating C bindings from Rust code License: MPL-2.0 diff --git a/vendor.tar.xz b/vendor.tar.xz index 6761387..2e2eb34 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f650f352630ce6f201ca044090882f914b92d33313108de5e3515af05228e5ee -size 5260780 +oid sha256:003663cc8d886474cf7283a980304e5cb584af011a904beec5620fea7778a352 +size 5358840