From 56d5e9c1a540b307ae39ab464224b9b27f08bfe3 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Wed, 16 Oct 2024 17:55:39 +0800 Subject: [PATCH] rebuild --- cargo-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cargo-c.spec b/cargo-c.spec index 6c2a790..b397140 100644 --- a/cargo-c.spec +++ b/cargo-c.spec @@ -4,7 +4,7 @@ Summary: Helper program to build and install c-like libraries Name: cargo-c Version: 0.9.18 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://crates.io/crates/cargo-c Source0: https://github.com/lu-zero/cargo-c/archive/refs/tags/v%{version}.tar.gz #/%{name}-%{version}.tar.gz @@ -49,6 +49,9 @@ a dynamic library, and a C header to be used by any C (and C-compatible) softwar %changelog +* Fri Sep 08 2023 OpenCloudOS Release Engineering - 0.9.18-6 +- Rebuild + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 0.9.18-5 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee