From eededbeb932dc280513474032ca42ff0b8a87f08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 14:00:49 +0200 Subject: [PATCH] dns-api: bump to 0.1.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-dns-api/Cargo.toml | 2 +- proxmox-dns-api/debian/changelog | 6 ++++++ proxmox-dns-api/debian/control | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/proxmox-dns-api/Cargo.toml b/proxmox-dns-api/Cargo.toml index 44657c4c..ce649e68 100644 --- a/proxmox-dns-api/Cargo.toml +++ b/proxmox-dns-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-dns-api" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-dns-api/debian/changelog b/proxmox-dns-api/debian/changelog index b19d988d..fd8af3b0 100644 --- a/proxmox-dns-api/debian/changelog +++ b/proxmox-dns-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-dns-api (0.1.2-1) bookworm; urgency=medium + + * upgrade proxmox-time to 2.0 + + -- Proxmox Support Team Thu, 20 Jun 2024 14:00:27 +0200 + rust-proxmox-dns-api (0.1.1-1) bookworm; urgency=medium * rebuild with new proxmox-product-config dependency version diff --git a/proxmox-dns-api/debian/control b/proxmox-dns-api/debian/control index 86d1ba42..b6cd6f18 100644 --- a/proxmox-dns-api/debian/control +++ b/proxmox-dns-api/debian/control @@ -46,8 +46,8 @@ Provides: librust-proxmox-dns-api-0+default-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.1-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-dns-api-0.1.2-dev (= ${binary:Version}), + librust-proxmox-dns-api-0.1.2+default-dev (= ${binary:Version}) Description: DNS Management API implementation - Rust source code Source code for Debianized Rust crate "proxmox-dns-api" @@ -59,12 +59,12 @@ Depends: librust-proxmox-dns-api-dev (= ${binary:Version}), librust-proxmox-config-digest-0.1+openssl-dev, librust-proxmox-product-config-0.2+default-dev, - librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~), - librust-proxmox-time-1+default-dev (>= 1.1.6-~~) + librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~), + librust-proxmox-time-2+default-dev Provides: librust-proxmox-dns-api-0+impl-dev (= ${binary:Version}), librust-proxmox-dns-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-dns-api-0.1.1+impl-dev (= ${binary:Version}) + librust-proxmox-dns-api-0.1.2+impl-dev (= ${binary:Version}) Description: DNS Management API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-dns-api crate, by pulling in any additional dependencies needed by that feature.