diff --git a/V6.9.4.tar.gz b/V6.12.0.tar.gz similarity index 67% rename from V6.9.4.tar.gz rename to V6.12.0.tar.gz index ac235b96089a5d3b7cb8663e7041dbc5d06328ae..e533ae49b8aef4ac6d66a3b7fccb8f829bfdb5b8 100644 Binary files a/V6.9.4.tar.gz and b/V6.12.0.tar.gz differ diff --git a/fastdfs.spec b/fastdfs.spec index 6e4b3d9d499cf1da3e322fb927a2dfa9a2f3ebe8..f4df0c90e9a4c79d203e6bb1467bd362402edf6d 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -1,5 +1,5 @@ Name: fastdfs -Version: 6.9.4 +Version: 6.12.0 Release: 1 Summary: FastDFS server and client License: GPL3.0 @@ -9,7 +9,7 @@ Source: https://github.com/happyfish100/fastdfs/archive/V%{version}.tar.gz Requires: gcc cmake BuildRequires: libfastcommon-devel >= 1.0.66 -BuildRequires: libserverframe-devel >= 1.1.25 +BuildRequires: libserverframe-devel >= 1.2.1 BuildRequires: perl %description @@ -17,7 +17,7 @@ This package provides tracker & storage of fastdfs %package -n fastdfs-server Requires: libfastcommon >= 1.0.66 -Requires: libserverframe >= 1.1.25 +Requires: libserverframe >= 1.2.1 Requires: fastdfs-config Summary: fastdfs tracker & storage @@ -27,7 +27,7 @@ Summary: fastdfs tools %package -n libfdfsclient Requires: libfastcommon >= 1.0.66 -Requires: libserverframe >= 1.1.25 +Requires: libserverframe >= 1.2.1 Requires: fastdfs-config Summary: The client dynamic library of fastdfs @@ -110,6 +110,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/fdfs/*.conf %changelog +* Mon Feb 26 2024 liweigang - 6.12.0-1 +- update to version 6.12.0 + * Mon Mar 20 2023 suweifeng - 6.9.4-1 - Upgrade to version 6.9.4