upgrade to version 1.0.64

This commit is contained in:
lihaoxiang 2022-12-16 02:47:44 -05:00
parent beefd30dce
commit ae6707fb2c
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