From dd87a120bd0e876aca525ece7fa57a9ef6ae7b46 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 23 May 2023 11:31:19 +0200 Subject: [PATCH] bump proxmox-sys to 0.5.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 8 ++++++++ proxmox-sys/debian/control | 39 +++++++++++------------------------- 4 files changed, 22 insertions(+), 29 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b5c45bcd..51f9e3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ proxmox-router = { version = "1.3.1", path = "proxmox-router" } proxmox-schema = { version = "1.3.7", path = "proxmox-schema" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" } -proxmox-sys = { version = "0.4.2", path = "proxmox-sys" } +proxmox-sys = { version = "0.5.0", path = "proxmox-sys" } proxmox-tfa = { version = "4.0.0", path = "proxmox-tfa" } proxmox-time = { version = "1.1.4", path = "proxmox-time" } proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" } diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 2b44bd01..1703de67 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.4.2" +version = "0.5.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index f9c2fd13..a27fe2ae 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-sys (0.5.0-1) bookworm; urgency=medium + + * bump zstd to 0.12 + + * rebuild for Debian 12 bookworm based series + + -- Proxmox Support Team Tue, 23 May 2023 11:31:00 +0200 + rust-proxmox-sys (0.4.2-1) stable; urgency=medium * sys: impl AsFd for PidFd diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 576d4c1a..4824d6d1 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -60,16 +60,16 @@ Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0+default-dev (= ${binary:Version}), librust-proxmox-sys-0+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.4-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5-dev (= ${binary:Version}), + librust-proxmox-sys-0.5+acl-dev (= ${binary:Version}), + 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.0-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.0+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.0+crypt-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.0+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.0+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. @@ -84,23 +84,8 @@ Depends: librust-zstd-0.12+default-dev Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.0+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. - -Package: librust-proxmox-sys+sortable-macro-dev -Architecture: any -Multi-Arch: same -Depends: - ${misc:Depends}, - librust-proxmox-sys-dev (= ${binary:Version}), - librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~) -Provides: - librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-sys-0.4.2+sortable-macro-dev (= ${binary:Version}) -Description: System tools (using nix) - feature "sortable-macro" - This metapackage enables feature "sortable-macro" for the Rust proxmox-sys - crate, by pulling in any additional dependencies needed by that feature.