!9 升级版本至1.0.64

From: @handsome_brother 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2022-12-28 07:07:25 +00:00 committed by Gitee
commit f6e03110fa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
V1.0.64.tar.gz Normal file

Binary file not shown.

View File

@ -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 <lihaoxiang9@huawei.com> - 1.0.64-1
- Upgrade to version 1.0.64
* Tue May 31 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.0.43-4
- Specify license as LGPL-2.0-or-later