upgrade version to 1.2.15

master
YuQing 2026-09-04 11:16:48 +08:00
parent 7237e50f6d
commit ed4575f62a
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -22,7 +22,7 @@
#define SF_MAJOR_VERSION 1
#define SF_MINOR_VERSION 2
#define SF_PATCH_VERSION 14
#define SF_PATCH_VERSION 15
#define SF_VERSION_INT FC_VERSION_TO_INT(SF_MAJOR_VERSION, \
SF_MINOR_VERSION, SF_PATCH_VERSION)