From e0bdcda6e60b55830284e079c1e05e34d344724f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2025 12:52:47 +0100 Subject: [PATCH] syslog-api: bump to 0.1.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-syslog-api/Cargo.toml | 2 +- proxmox-syslog-api/debian/changelog | 6 ++++++ proxmox-syslog-api/debian/control | 18 +++++++++--------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/proxmox-syslog-api/Cargo.toml b/proxmox-syslog-api/Cargo.toml index 81f4bf95..85bcb390 100644 --- a/proxmox-syslog-api/Cargo.toml +++ b/proxmox-syslog-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-syslog-api" description = "Syslog Management API implementation" -version = "0.1.1" +version = "0.1.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-syslog-api/debian/changelog b/proxmox-syslog-api/debian/changelog index 5f4ddc99..1d0fd133 100644 --- a/proxmox-syslog-api/debian/changelog +++ b/proxmox-syslog-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-syslog-api (0.1.2-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:52:38 +0100 + rust-proxmox-syslog-api (0.1.1-1) bookworm; urgency=medium * add dump_journal and JournalFilter diff --git a/proxmox-syslog-api/debian/control b/proxmox-syslog-api/debian/control index aad4a70b..ccda627c 100644 --- a/proxmox-syslog-api/debian/control +++ b/proxmox-syslog-api/debian/control @@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13), rustc:native (>= 1.80) , libstd-rust-dev , librust-anyhow-1+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , + librust-proxmox-schema-4+api-macro-dev , + librust-proxmox-schema-4+api-types-dev , + librust-proxmox-schema-4+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev Maintainer: Proxmox Support Team @@ -26,9 +26,9 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, - librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~), - librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), + librust-proxmox-schema-4+api-macro-dev, + librust-proxmox-schema-4+api-types-dev, + librust-proxmox-schema-4+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev Suggests: @@ -39,8 +39,8 @@ Provides: librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.1-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-syslog-api-0.1.2-dev (= ${binary:Version}), + librust-proxmox-syslog-api-0.1.2+default-dev (= ${binary:Version}) Description: Syslog Management API implementation - Rust source code Source code for Debianized Rust crate "proxmox-syslog-api" @@ -54,7 +54,7 @@ Depends: Provides: librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}), librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-syslog-api-0.1.1+impl-dev (= ${binary:Version}) + librust-proxmox-syslog-api-0.1.2+impl-dev (= ${binary:Version}) Description: Syslog Management API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate, by pulling in any additional dependencies needed by that feature.