From ab41b5ce436abd9105288e3f693ec3b81b32c6e0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 13:46:51 +0200 Subject: [PATCH] time-api: bump to 0.1.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-time-api/Cargo.toml | 2 +- proxmox-time-api/debian/changelog | 6 ++++++ proxmox-time-api/debian/control | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/proxmox-time-api/Cargo.toml b/proxmox-time-api/Cargo.toml index 1d94fe7b..bc73654e 100644 --- a/proxmox-time-api/Cargo.toml +++ b/proxmox-time-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time-api" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-time-api/debian/changelog b/proxmox-time-api/debian/changelog index 0cfaf422..6638b5b4 100644 --- a/proxmox-time-api/debian/changelog +++ b/proxmox-time-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-time-api (0.1.2-1) bookworm; urgency=medium + + * upgrade to proxmox-time 2.0 + + -- Proxmox Support Team Thu, 20 Jun 2024 13:46:23 +0200 + rust-proxmox-time-api (0.1.1-1) bookworm; urgency=medium * rebuild with new proxmox-product-config dependency version diff --git a/proxmox-time-api/debian/control b/proxmox-time-api/debian/control index 336b7caa..271f5fb8 100644 --- a/proxmox-time-api/debian/control +++ b/proxmox-time-api/debian/control @@ -38,8 +38,8 @@ Provides: librust-proxmox-time-api-0+default-dev (= ${binary:Version}), librust-proxmox-time-api-0.1-dev (= ${binary:Version}), librust-proxmox-time-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-time-api-0.1.1-dev (= ${binary:Version}), - librust-proxmox-time-api-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-time-api-0.1.2-dev (= ${binary:Version}), + librust-proxmox-time-api-0.1.2+default-dev (= ${binary:Version}) Description: Time Management API implementation - Rust source code Source code for Debianized Rust crate "proxmox-time-api" @@ -50,12 +50,12 @@ Depends: ${misc:Depends}, librust-proxmox-time-api-dev (= ${binary:Version}), 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-time-api-0+impl-dev (= ${binary:Version}), librust-proxmox-time-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-time-api-0.1.1+impl-dev (= ${binary:Version}) + librust-proxmox-time-api-0.1.2+impl-dev (= ${binary:Version}) Description: Time Management API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-time-api crate, by pulling in any additional dependencies needed by that feature.