From 5dbce0d3d3d89a9fa2d470444d1c1c8b3a780cbe Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 2 May 2023 11:47:13 +0200 Subject: [PATCH] bump perlmod to 0.13.2-1 and perlmod-macro to 0.8.1-1 Signed-off-by: Wolfgang Bumiller --- perlmod-macro/Cargo.toml | 2 +- perlmod-macro/debian/changelog | 13 +++++++++++++ perlmod-macro/debian/control | 4 ++-- perlmod/Cargo.toml | 4 ++-- perlmod/debian/changelog | 10 ++++++++++ perlmod/debian/control | 12 ++++++------ 6 files changed, 34 insertions(+), 11 deletions(-) diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index f95ed6a..2038938 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod-macro" -version = "0.8.0" +version = "0.8.1" build = "build.rs" categories = [ "API bindings" ] keywords = [ "ffi", "perl" ] diff --git a/perlmod-macro/debian/changelog b/perlmod-macro/debian/changelog index b176471..455ef60 100644 --- a/perlmod-macro/debian/changelog +++ b/perlmod-macro/debian/changelog @@ -1,3 +1,16 @@ +rust-perlmod-macro (0.8.1-1) stable; urgency=medium + + * clippy fixups & code health + + * fix syntax error in code generated for non-result tuple return types + + * add a 'serialize_error' export attribute for structured error values + + * add an 'errno' export attribute to copy the perlmod errno value to libc's errno value + at the end of an exported function + + -- Proxmox Support Team Wed, 10 May 2023 10:11:34 +0200 + rust-perlmod-macro (0.8.0-1) stable; urgency=medium * bring error span handling up to date (remove some unnecessary clones) diff --git a/perlmod-macro/debian/control b/perlmod-macro/debian/control index f0b5ae6..1480119 100644 --- a/perlmod-macro/debian/control +++ b/perlmod-macro/debian/control @@ -32,8 +32,8 @@ Provides: librust-perlmod-macro-0+default-dev (= ${binary:Version}), librust-perlmod-macro-0.8-dev (= ${binary:Version}), librust-perlmod-macro-0.8+default-dev (= ${binary:Version}), - librust-perlmod-macro-0.8.0-dev (= ${binary:Version}), - librust-perlmod-macro-0.8.0+default-dev (= ${binary:Version}) + librust-perlmod-macro-0.8.1-dev (= ${binary:Version}), + librust-perlmod-macro-0.8.1+default-dev (= ${binary:Version}) Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code This package contains the source for the Rust perlmod-macro crate, packaged by debcargo for use with cargo and dh-cargo. diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 2907c51..d9d9b4a 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.13.1" +version = "0.13.2" build = "build.rs" categories = [ "API bindings" ] keywords = [ "ffi", "perl" ] @@ -20,7 +20,7 @@ bitflags = "1.2.1" libc = "0.2" serde = "1.0" -perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.8" } +perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.8.1" } [features] default = ["exporter"] diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index d004a7d..8b367b3 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,13 @@ +rust-perlmod (0.13.2-1) stable; urgency=medium + + * clippy fixups & code health + + * add perlmod::error::{set/get}_errno() as errno API + + * bump macro to 0.8.1 to support the 'serialize_error' and 'errno' attributes + + -- Proxmox Support Team Wed, 10 May 2023 10:11:19 +0200 + rust-perlmod (0.13.1-1) stable; urgency=medium * provide perlmod::ser::is_active helper diff --git a/perlmod/debian/control b/perlmod/debian/control index 6c65d8c..d3b8472 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), librust-bitflags-1+default-dev (>= 1.2.1-~~) , librust-cc-1+default-dev (>= 1.0.46-~~) , librust-libc-0.2+default-dev , - librust-perlmod-macro-0.8+default-dev , + librust-perlmod-macro-0.8+default-dev (>= 0.8.1-~~) , librust-serde-1+default-dev , perl (>= 5.28.1) Maintainer: Debian Rust Maintainers @@ -34,7 +34,7 @@ Recommends: Provides: librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0.13-dev (= ${binary:Version}), - librust-perlmod-0.13.1-dev (= ${binary:Version}) + librust-perlmod-0.13.2-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - Rust source code This package contains the source for the Rust perlmod crate, packaged by debcargo for use with cargo and dh-cargo. @@ -45,7 +45,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-perlmod-dev (= ${binary:Version}), - librust-perlmod-macro-0.8+default-dev + librust-perlmod-macro-0.8+default-dev (>= 0.8.1-~~) Provides: librust-perlmod+default-dev (= ${binary:Version}), librust-perlmod+exporter-dev (= ${binary:Version}), @@ -55,9 +55,9 @@ Provides: librust-perlmod-0.13+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.13+default-dev (= ${binary:Version}), librust-perlmod-0.13+exporter-dev (= ${binary:Version}), - librust-perlmod-0.13.1+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.13.1+default-dev (= ${binary:Version}), - librust-perlmod-0.13.1+exporter-dev (= ${binary:Version}) + librust-perlmod-0.13.2+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.13.2+default-dev (= ${binary:Version}), + librust-perlmod-0.13.2+exporter-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by pulling in any additional dependencies needed by that feature. -- 2.39.5