From 5be6fc83628b1bacf3606d8b47dddc29f1fb6f08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Oct 2021 09:21:31 +0200 Subject: [PATCH] bump perlmod-macro to 0.5.0-1 and perlmod to 0.8.0-1 Signed-off-by: Wolfgang Bumiller --- perlmod-macro/Cargo.toml | 2 +- perlmod-macro/debian/changelog | 8 ++++++++ perlmod-macro/debian/control | 8 ++++---- perlmod/Cargo.toml | 4 ++-- perlmod/debian/changelog | 15 +++++++++++++++ perlmod/debian/control | 20 ++++++++++---------- 6 files changed, 40 insertions(+), 17 deletions(-) diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index 5c3d24b..6502151 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod-macro" -version = "0.4.1" +version = "0.5.0" authors = ["Wolfgang Bumiller "] edition = "2018" build = "build.rs" diff --git a/perlmod-macro/debian/changelog b/perlmod-macro/debian/changelog index e0e586e..dfe75fe 100644 --- a/perlmod-macro/debian/changelog +++ b/perlmod-macro/debian/changelog @@ -1,3 +1,11 @@ +rust-perlmod-macro (0.5.0-1) stable; urgency=medium + + * detect perl's MULTIPLICITY configuration and adapt function signatures, + note that the corresponding parameters have not been used before, and + are still unused, so this is not really a breaking change + + -- Proxmox Support Team Thu, 28 Oct 2021 09:15:14 +0200 + rust-perlmod-macro (0.4.1-1) stable; urgency=medium * put `-L./target/debug` first in library path on debug builds diff --git a/perlmod-macro/debian/control b/perlmod-macro/debian/control index 9a9b550..df3eedb 100644 --- a/perlmod-macro/debian/control +++ b/perlmod-macro/debian/control @@ -29,10 +29,10 @@ Provides: librust-perlmod-macro+default-dev (= ${binary:Version}), librust-perlmod-macro-0-dev (= ${binary:Version}), librust-perlmod-macro-0+default-dev (= ${binary:Version}), - librust-perlmod-macro-0.4-dev (= ${binary:Version}), - librust-perlmod-macro-0.4+default-dev (= ${binary:Version}), - librust-perlmod-macro-0.4.1-dev (= ${binary:Version}), - librust-perlmod-macro-0.4.1+default-dev (= ${binary:Version}) + librust-perlmod-macro-0.5-dev (= ${binary:Version}), + librust-perlmod-macro-0.5+default-dev (= ${binary:Version}), + librust-perlmod-macro-0.5.0-dev (= ${binary:Version}), + librust-perlmod-macro-0.5.0+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 6c898f9..fa6101a 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.7.2" +version = "0.8.0" authors = ["Wolfgang Bumiller "] edition = "2018" build = "build.rs" @@ -19,7 +19,7 @@ bitflags = "1.2.1" libc = "0.2" serde = "1.0" -perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.4.0" } +perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.5.0" } [features] default = ["exporter"] diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index aaef32f..eeb4a1a 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,18 @@ +rust-perlmod (0.8.0-1) stable; urgency=medium + + * add Value::new_hash for convenience + + * impl AsRef for Value + + * impl AsMut for Value + + * add glue code for working with "magic" + + * add helpers to add magic with less unsafe code and have drop handlers + called automatically + + -- Proxmox Support Team Thu, 28 Oct 2021 09:18:51 +0200 + rust-perlmod (0.7.2-1) stable; urgency=medium * ffi: add RSPL_newXS_flags helper to allow making bootstrap functions diff --git a/perlmod/debian/control b/perlmod/debian/control index da011b0..cc10348 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.4+default-dev , + librust-perlmod-macro-0.5+default-dev , librust-serde-1+default-dev , perl (>= 5.28.1) Maintainer: Debian Rust Maintainers @@ -32,8 +32,8 @@ Recommends: librust-perlmod+exporter-dev (= ${binary:Version}) Provides: librust-perlmod-0-dev (= ${binary:Version}), - librust-perlmod-0.7-dev (= ${binary:Version}), - librust-perlmod-0.7.2-dev (= ${binary:Version}) + librust-perlmod-0.8-dev (= ${binary:Version}), + librust-perlmod-0.8.0-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. @@ -44,19 +44,19 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-perlmod-dev (= ${binary:Version}), - librust-perlmod-macro-0.4+default-dev + librust-perlmod-macro-0.5+default-dev Provides: librust-perlmod+default-dev (= ${binary:Version}), librust-perlmod+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0+exporter-dev (= ${binary:Version}), librust-perlmod-0+default-dev (= ${binary:Version}), librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.7+exporter-dev (= ${binary:Version}), - librust-perlmod-0.7+default-dev (= ${binary:Version}), - librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.7.2+exporter-dev (= ${binary:Version}), - librust-perlmod-0.7.2+default-dev (= ${binary:Version}), - librust-perlmod-0.7.2+perlmod-macro-dev (= ${binary:Version}) + librust-perlmod-0.8+exporter-dev (= ${binary:Version}), + librust-perlmod-0.8+default-dev (= ${binary:Version}), + librust-perlmod-0.8+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.8.0+exporter-dev (= ${binary:Version}), + librust-perlmod-0.8.0+default-dev (= ${binary:Version}), + librust-perlmod-0.8.0+perlmod-macro-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more This metapackage enables feature "exporter" for the Rust perlmod crate, by pulling in any additional dependencies needed by that feature.