]> git.proxmox.com Git - perlmod.git/commitdiff
bump perlmod to 0.12.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Mar 2022 14:13:34 +0000 (15:13 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 1 Mar 2022 14:17:24 +0000 (15:17 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
perlmod/Cargo.toml
perlmod/debian/changelog
perlmod/debian/control

index 0c3ea0b346c636473287499bdf97165b658b2b4c..2f0edf27ccd9aec852baf5eec3dc0766e8cda737 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "perlmod"
-version = "0.12.1"
+version = "0.12.2"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2021"
 build = "build.rs"
index c38daf5e18c09868de0be9a371b8a5a662446b90..c26cd78f13a7494ee29da16175afd33b0f8eb17b 100644 (file)
@@ -1,3 +1,10 @@
+rust-perlmod (0.12.2-1) stable; urgency=medium
+
+  * fix 'substr_from_str_slice' failing if the substring is at the end of the
+    string
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Mar 2022 15:12:50 +0100
+
 rust-perlmod (0.12.1-1) stable; urgency=medium
 
   * move 'substr_from_str_slice' from ScalarRef to Scalar
index 73a73b33a26cf92497955cc8d6886e6c3fa0e6ec..e59661fc24f54c881d1558bd8fffa2e3cf50d954 100644 (file)
@@ -33,7 +33,7 @@ Recommends:
 Provides:
  librust-perlmod-0-dev (= ${binary:Version}),
  librust-perlmod-0.12-dev (= ${binary:Version}),
- librust-perlmod-0.12.1-dev (= ${binary:Version})
+ librust-perlmod-0.12.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.
@@ -54,9 +54,9 @@ Provides:
  librust-perlmod-0.12+perlmod-macro-dev (= ${binary:Version}),
  librust-perlmod-0.12+default-dev (= ${binary:Version}),
  librust-perlmod-0.12+exporter-dev (= ${binary:Version}),
- librust-perlmod-0.12.1+perlmod-macro-dev (= ${binary:Version}),
- librust-perlmod-0.12.1+default-dev (= ${binary:Version}),
- librust-perlmod-0.12.1+exporter-dev (= ${binary:Version})
+ librust-perlmod-0.12.2+perlmod-macro-dev (= ${binary:Version}),
+ librust-perlmod-0.12.2+default-dev (= ${binary:Version}),
+ librust-perlmod-0.12.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.