Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
592eba23b8
!14 update package to version 1.0.72
From: @Venland 
Reviewed-by: @swf504 
Signed-off-by: @swf504
2024-02-28 08:29:12 +00:00
lwg
cda567a104 update package to version 1.0.72
Signed-off-by: lwg <liweiganga@uniontech.com>
2024-02-26 16:58:07 +08:00
openeuler-ci-bot
955493d9c4
!11 Update to version 1.0.66
From: @swf504 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2023-03-20 15:21:27 +00:00
Weifeng Su
e1780ecd48 Upgrade to version 1.0.66
Signed-off-by: Weifeng Su <suweifeng1@huawei.com>
2023-03-20 22:36:54 +08:00
openeuler-ci-bot
f6e03110fa
!9 升级版本至1.0.64
From: @handsome_brother 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-12-28 07:07:25 +00:00
lihaoxiang
ae6707fb2c upgrade to version 1.0.64 2022-12-16 03:18:39 -05:00
openeuler-ci-bot
beefd30dce
!6 libfastcommon:Specify license as LGPL-2.0-or-later
From: @liuzhiqiang26 
Reviewed-by: @wubo009 
Signed-off-by: @wubo009
2022-05-31 07:45:07 +00:00
Zhiqiang Liu
e5c64aacfe libfastcommon:Specify license as LGPL-2.0-or-later
Specify license as LGPL-2.0-or-later

fix issue: https://gitee.com/src-openeuler/libfastcommon/issues/I50Y8B

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
2022-05-31 15:21:01 +08:00
openeuler-ci-bot
9b50db6c2f !5 add yaml file
Merge pull request !5 from Markeryang/master
2021-12-21 09:02:29 +00:00
markeryang
c67eb25207 add libfastcommon.yaml file 2021-12-21 15:33:49 +08:00
4 changed files with 22 additions and 4 deletions

Binary file not shown.

BIN
V1.0.72.tar.gz Normal file

Binary file not shown.

View File

@ -1,15 +1,16 @@
Name: libfastcommon Name: libfastcommon
Version: 1.0.43 Version: 1.0.72
Release: 3 Release: 1
Summary: c common functions library extracted from my open source projects FastDFS Summary: c common functions library extracted from my open source projects FastDFS
License: LGPL License: LGPL-2.0-or-later
Group: Arch/Tech Group: Arch/Tech
URL: https://github.com/happyfish100/libfastcommon URL: https://github.com/happyfish100/libfastcommon
Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz Source: https://github.com/happyfish100/libfastcommon/archive/V%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake gcc BuildRequires: cmake gcc libcurl-devel
Requires: libcurl
%description %description
c common functions library extracted from my open source projects FastDFS. c common functions library extracted from my open source projects FastDFS.
@ -19,6 +20,7 @@ url encode / decode, fasttimer etc.
%package devel %package devel
Summary: Development header file Summary: Development header file
Requires: libcurl-devel
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
@ -48,6 +50,18 @@ rm -rf %{buildroot}
%{_usr}/include/fastcommon/* %{_usr}/include/fastcommon/*
%changelog %changelog
* Mon Feb 26 2024 liweigang <izmirvii@gmail.com> - 1.0.72-1
- update to version 1.0.72
* Mon Mar 20 2023 suweifeng <suweifeng1@huawei.com> - 1.0.66-1
- Upgrade to version 1.0.66
* 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
* Mon Jul 5 2021 sunligang <sunligang@kylinos.cn> - 1.0.43-3 * Mon Jul 5 2021 sunligang <sunligang@kylinos.cn> - 1.0.43-3
- Remove useless readme files - Remove useless readme files

4
libfastcommon.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: happyfish100/libfastcommon
tag_prefix: "^V"
separator: "."