From 3cd7223cc107a4f174b74248fe7dcd13b21d9788 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 13:51:14 +0200 Subject: [PATCH] sys: bump to 0.5.8-1 Signed-off-by: Wolfgang Bumiller --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 6 ++++++ proxmox-sys/debian/control | 16 ++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 3bde2d99..607a7922 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.7" +version = "0.5.8" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 1d63ef17..14e1fafa 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.5.8-1) bookworm; urgency=medium + + * upgrade proxmox-time to 2.0 + + -- Proxmox Support Team Thu, 20 Jun 2024 13:50:23 +0200 + rust-proxmox-sys (0.5.7-1) bookworm; urgency=medium * replace c_str! macro use with c"literals" diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index df875591..7bd68854 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 (>= 1.1.0-~~) , librust-proxmox-lang-1+default-dev (>= 1.3-~~) , - librust-proxmox-time-1+default-dev (>= 1.1.6-~~) , + librust-proxmox-time-2+default-dev , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -41,7 +41,7 @@ Depends: librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-proxmox-io-1+default-dev (>= 1.1.0-~~), librust-proxmox-lang-1+default-dev (>= 1.3-~~), - librust-proxmox-time-1+default-dev (>= 1.1.6-~~), + librust-proxmox-time-2+default-dev, librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -63,10 +63,10 @@ Provides: librust-proxmox-sys-0.5+acl-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.7-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.7+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.7+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.7+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.8-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.8+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.8+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.8+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code Source code for Debianized Rust crate "proxmox-sys" @@ -80,7 +80,7 @@ Depends: Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.7+crypt-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.8+crypt-dev (= ${binary:Version}) Description: System tools (using nix) - feature "crypt" This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature. @@ -96,7 +96,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.7+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.8+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.