From ea05268cde21d401d19863db215c40e06486f2d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 8 Jan 2024 12:17:16 +0100 Subject: [PATCH] bump proxmox-time to 1.1.6 Signed-off-by: Wolfgang Bumiller --- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 8 ++++++++ proxmox-time/debian/control | 9 ++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 82ed7c56..5976e90d 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.5" +version = "1.1.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 9ad3de84..a59cb15e 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-time (1.1.6-1) stable; urgency=medium + + * add strftime_l bindings + + * add epoch_to_rfc2822 + + -- Proxmox Support Team Mon, 08 Jan 2024 12:17:05 +0100 + rust-proxmox-time (1.1.5-1) stable; urgency=medium * re-add epoch_to_rfc3339_utc on wasm target diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index 7a8229e8..ff164109 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12), librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) , librust-nom-7+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-time @@ -38,8 +38,7 @@ Provides: librust-proxmox-time-1+default-dev (= ${binary:Version}), librust-proxmox-time-1.1-dev (= ${binary:Version}), librust-proxmox-time-1.1+default-dev (= ${binary:Version}), - librust-proxmox-time-1.1.5-dev (= ${binary:Version}), - librust-proxmox-time-1.1.5+default-dev (= ${binary:Version}) + librust-proxmox-time-1.1.6-dev (= ${binary:Version}), + librust-proxmox-time-1.1.6+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code - This package contains the source for the Rust proxmox-time crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-time"