!5 update package to version 1.2.2

From: @Venland 
Reviewed-by: @swf504 
Signed-off-by: @swf504
This commit is contained in:
openeuler-ci-bot 2024-02-29 02:43:02 +00:00 committed by Gitee
commit 8d3309c0b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
V1.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define CommitVersion %(echo $COMMIT_VERSION)
Name: libserverframe
Version: 1.1.25
Version: 1.2.2
Release: 1
Summary: network framework library
License: AGPL-3.0-only
@ -11,9 +11,9 @@ Source: http://github.com/happyfish100/libserverframe/archive/V%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libfastcommon-devel >= 1.0.66
BuildRequires: libfastcommon-devel >= 1.0.72
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: libfastcommon >= 1.0.66
Requires: libfastcommon >= 1.0.72
%description
common framework library
@ -56,6 +56,9 @@ rm -rf %{buildroot}
/usr/include/sf/*
%changelog
* Mon Feb 26 2024 liweigang <izmirvii@gmail.com> - 1.2.2-1
- update to version 1.2.2
* Mon Mar 20 2023 Weifeng Su <suweifeng1@huawei.com> - 1.1.25-1
- Upgrade to version 1.1.25