upgrade version to 1.1.0

connection_manager V1.1.0
YuQing 2020-12-13 20:25:28 +08:00
parent 269ada2688
commit 61bf945e11
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
network service framework library extract from FastDFS this network service framework library extract from FastDFS

View File

@ -2,7 +2,7 @@
%define CommitVersion %(echo $COMMIT_VERSION) %define CommitVersion %(echo $COMMIT_VERSION)
Name: libserverframe Name: libserverframe
Version: 1.0.10 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: mc common framework library Summary: mc common framework library
License: GPL License: GPL
@ -12,9 +12,9 @@ Source: http://github.com/happyfish100/libfastcommon/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libfastcommon-devel >= 1.0.29 BuildRequires: libfastcommon-devel >= 1.0.44
Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id
Requires: libfastcommon >= 1.0.29 Requires: libfastcommon >= 1.0.44
%description %description
common framework library common framework library
commit version: %{CommitVersion} commit version: %{CommitVersion}