diff --git a/V1.0.43.tar.gz b/V1.0.43.tar.gz deleted file mode 100644 index 43320b9240a84d63afb07b0ef390e4f5452191c3..0000000000000000000000000000000000000000 Binary files a/V1.0.43.tar.gz and /dev/null differ diff --git a/V1.0.64.tar.gz b/V1.0.64.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..99b77170b377c89b87a92cc632713e1f2e769b41 Binary files /dev/null and b/V1.0.64.tar.gz differ diff --git a/libfastcommon.spec b/libfastcommon.spec index e076bd72d5d331467b4bfa1eb14757ad41f3768c..5dafe2dc0b8eeb81887151f494085abd7308dc85 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -1,6 +1,6 @@ Name: libfastcommon -Version: 1.0.43 -Release: 4 +Version: 1.0.64 +Release: 1 Summary: c common functions library extracted from my open source projects FastDFS License: LGPL-2.0-or-later Group: Arch/Tech @@ -9,7 +9,8 @@ Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cmake gcc +BuildRequires: cmake gcc libcurl-devel +Requires: libcurl %description c common functions library extracted from my open source projects FastDFS. @@ -19,6 +20,7 @@ url encode / decode, fasttimer etc. %package devel Summary: Development header file +Requires: libcurl-devel Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -48,6 +50,9 @@ rm -rf %{buildroot} %{_usr}/include/fastcommon/* %changelog +* Fri Dec 16 2022 lihaoxiang - 1.0.64-1 +- Upgrade to version 1.0.64 + * Tue May 31 2022 Zhiqiang Liu - 1.0.43-4 - Specify license as LGPL-2.0-or-later