bump perlmod to 0.7.2 and perlmod-macro to 0.4.1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-10-25 10:06:22 +02:00
parent 83f19b9599
commit 35762913de
6 changed files with 26 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "perlmod-macro" name = "perlmod-macro"
version = "0.4.0" version = "0.4.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"

View File

@ -1,3 +1,15 @@
rust-perlmod-macro (0.4.1-1) stable; urgency=medium
* put `-L./target/debug` first in library path on debug builds
* generage bootstrap functions for packages
* change generated .pm files to utilize the bootstrap functions
* requires perlmod 0.7.2 or higher
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Oct 2021 10:03:47 +0200
rust-perlmod-macro (0.4.0-1) stable; urgency=medium rust-perlmod-macro (0.4.0-1) stable; urgency=medium
* drop toml dependency * drop toml dependency

View File

@ -31,8 +31,8 @@ Provides:
librust-perlmod-macro-0+default-dev (= ${binary:Version}), librust-perlmod-macro-0+default-dev (= ${binary:Version}),
librust-perlmod-macro-0.4-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+default-dev (= ${binary:Version}),
librust-perlmod-macro-0.4.0-dev (= ${binary:Version}), librust-perlmod-macro-0.4.1-dev (= ${binary:Version}),
librust-perlmod-macro-0.4.0+default-dev (= ${binary:Version}) librust-perlmod-macro-0.4.1+default-dev (= ${binary:Version})
Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code 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 This package contains the source for the Rust perlmod-macro crate, packaged by
debcargo for use with cargo and dh-cargo. debcargo for use with cargo and dh-cargo.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "perlmod" name = "perlmod"
version = "0.7.1" version = "0.7.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
build = "build.rs" build = "build.rs"

View File

@ -1,3 +1,9 @@
rust-perlmod (0.7.2-1) stable; urgency=medium
* ffi: add RSPL_newXS_flags helper to allow making bootstrap functions
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Oct 2021 10:05:09 +0200
rust-perlmod (0.7.1-1) stable; urgency=medium rust-perlmod (0.7.1-1) stable; urgency=medium
* add Value::bless_box helper * add Value::bless_box helper

View File

@ -33,7 +33,7 @@ Recommends:
Provides: Provides:
librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0-dev (= ${binary:Version}),
librust-perlmod-0.7-dev (= ${binary:Version}), librust-perlmod-0.7-dev (= ${binary:Version}),
librust-perlmod-0.7.1-dev (= ${binary:Version}) librust-perlmod-0.7.2-dev (= ${binary:Version})
Description: Ffi & serde code for limited interaction with perl code - Rust source code 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 This package contains the source for the Rust perlmod crate, packaged by
debcargo for use with cargo and dh-cargo. debcargo for use with cargo and dh-cargo.
@ -54,9 +54,9 @@ Provides:
librust-perlmod-0.7+exporter-dev (= ${binary:Version}), librust-perlmod-0.7+exporter-dev (= ${binary:Version}),
librust-perlmod-0.7+default-dev (= ${binary:Version}), librust-perlmod-0.7+default-dev (= ${binary:Version}),
librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.7.1+exporter-dev (= ${binary:Version}), librust-perlmod-0.7.2+exporter-dev (= ${binary:Version}),
librust-perlmod-0.7.1+default-dev (= ${binary:Version}), librust-perlmod-0.7.2+default-dev (= ${binary:Version}),
librust-perlmod-0.7.1+perlmod-macro-dev (= ${binary:Version}) librust-perlmod-0.7.2+perlmod-macro-dev (= ${binary:Version})
Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more 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 This metapackage enables feature "exporter" for the Rust perlmod crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.