From 674ab33a438ad9d61c0ecba5979455c3d548f80c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 8 Jan 2024 12:48:18 +0100 Subject: [PATCH] bump proxmox-sys to 0.5.3-1 Signed-off-by: Wolfgang Bumiller --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 7 +++++++ proxmox-sys/debian/control | 21 ++++++++++----------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index ef19ad89..5ddbe212 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.2" +version = "0.5.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 866107c5..76f070a3 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-sys (0.5.3-1) bookworm; urgency=medium + + * use epoch_to_rfc2822 from proxmox_time, fixes an issue with times in + emails not being formatted correctly + + -- Proxmox Support Team Mon, 08 Jan 2024 12:48:11 +0100 + rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium * add helper to get bootmode and secureboot status diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 1da8cd08..ac1b786b 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12), librust-nix-0.26+default-dev (>= 0.26.1-~~) , librust-proxmox-io-1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-proxmox-time-1+default-dev (>= 1.1.4-~~) , + librust-proxmox-time-1+default-dev (>= 1.1.6-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 12), libacl1-dev , uuid-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-sys @@ -41,7 +41,7 @@ Depends: librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-proxmox-io-1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-time-1+default-dev (>= 1.1.4-~~), + librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -65,14 +65,13 @@ Provides: librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.5+default-dev (= ${binary:Version}), librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.3-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.3+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.3+crypt-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.3+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.3+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code - This package contains the source for the Rust proxmox-sys crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-sys" Package: librust-proxmox-sys+logrotate-dev Architecture: any @@ -85,7 +84,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.2+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.3+logrotate-dev (= ${binary:Version}) Description: System tools (using nix) - feature "logrotate" This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature.