From 24210a3a86b47ac90042659c80eabdbf37eca8a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 11 Jul 2024 14:49:31 +0200 Subject: [PATCH] apt: bump 0.11.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-apt/Cargo.toml | 2 +- proxmox-apt/debian/changelog | 6 ++++++ proxmox-apt/debian/control | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 2ed6e8de..c0e820b3 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.11.0" +version = "0.11.1" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index b76dd8d5..2ea4cea6 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.11.1-1) bookworm; urgency=medium + + * rebuild with proxmox-sys 6.0 + + -- Proxmox Support Team Thu, 11 Jul 2024 14:49:08 +0200 + rust-proxmox-apt (0.11.0-1) stable; urgency=medium * dropped api types, they're moved to proxmox-apt-api-types diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 5a3792bf..a7ff0b61 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-apt-api-types-1+default-dev , librust-proxmox-config-digest-0.1+default-dev , librust-proxmox-config-digest-0.1+openssl-dev , - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) , + librust-proxmox-sys-0.6+default-dev , librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) , librust-serde-1+default-dev , librust-serde-1+derive-dev , @@ -38,7 +38,7 @@ Depends: librust-proxmox-apt-api-types-1+default-dev, librust-proxmox-config-digest-0.1+default-dev, librust-proxmox-config-digest-0.1+openssl-dev, - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~), + librust-proxmox-sys-0.6+default-dev, librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~), librust-serde-1+default-dev, librust-serde-1+derive-dev, @@ -51,8 +51,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.0-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.0+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.1-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.1+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -70,7 +70,7 @@ Depends: Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.0+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.1+cache-dev (= ${binary:Version}) Description: Proxmox library for APT - feature "cache" This metapackage enables feature "cache" for the Rust proxmox-apt crate, by pulling in any additional dependencies needed by that feature.