bump perlmod to 0.13.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-04 09:02:55 +01:00
parent cd69debd78
commit f605d7cf0c
3 changed files with 19 additions and 9 deletions

View File

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

View File

@ -1,3 +1,13 @@
rust-perlmod (0.13.0-1) stable; urgency=medium
* add `merge_str_slice` convenience helper
* drop `Result` from `substr_from_str_slice` return value
* handle SvUTF8 flag in `substr_from_str_slice`
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Mar 2022 09:01:32 +0100
rust-perlmod (0.12.2-1) stable; urgency=medium rust-perlmod (0.12.2-1) stable; urgency=medium
* fix 'substr_from_str_slice' failing if the substring is at the end of the * fix 'substr_from_str_slice' failing if the substring is at the end of the

View File

@ -32,8 +32,8 @@ Recommends:
librust-perlmod+perlmod-macro-dev (= ${binary:Version}) librust-perlmod+perlmod-macro-dev (= ${binary:Version})
Provides: Provides:
librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0-dev (= ${binary:Version}),
librust-perlmod-0.12-dev (= ${binary:Version}), librust-perlmod-0.13-dev (= ${binary:Version}),
librust-perlmod-0.12.2-dev (= ${binary:Version}) librust-perlmod-0.13.0-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.
@ -51,12 +51,12 @@ Provides:
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0+default-dev (= ${binary:Version}), librust-perlmod-0+default-dev (= ${binary:Version}),
librust-perlmod-0+exporter-dev (= ${binary:Version}), librust-perlmod-0+exporter-dev (= ${binary:Version}),
librust-perlmod-0.12+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.13+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12+default-dev (= ${binary:Version}), librust-perlmod-0.13+default-dev (= ${binary:Version}),
librust-perlmod-0.12+exporter-dev (= ${binary:Version}), librust-perlmod-0.13+exporter-dev (= ${binary:Version}),
librust-perlmod-0.12.2+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.13.0+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12.2+default-dev (= ${binary:Version}), librust-perlmod-0.13.0+default-dev (= ${binary:Version}),
librust-perlmod-0.12.2+exporter-dev (= ${binary:Version}) librust-perlmod-0.13.0+exporter-dev (= ${binary:Version})
Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more 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 This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.