From 61bf945e11402000e56d5b083e600b070f001a02 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Sun, 13 Dec 2020 20:25:28 +0800 Subject: [PATCH] upgrade version to 1.1.0 --- README.md | 2 +- libserverframe.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7ccc5d..e71964d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -network service framework library extract from FastDFS +this network service framework library extract from FastDFS diff --git a/libserverframe.spec b/libserverframe.spec index f1b71c1..e7c718e 100644 --- a/libserverframe.spec +++ b/libserverframe.spec @@ -2,7 +2,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libserverframe -Version: 1.0.10 +Version: 1.1.0 Release: 1%{?dist} Summary: mc common framework library 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) -BuildRequires: libfastcommon-devel >= 1.0.29 +BuildRequires: libfastcommon-devel >= 1.0.44 Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -Requires: libfastcommon >= 1.0.29 +Requires: libfastcommon >= 1.0.44 %description common framework library commit version: %{CommitVersion}