File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- version : 2.1.0 .{build}
1
+ version : 2.1.1 .{build}
2
2
3
3
install :
4
4
- git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dnl autoconf-2.69
4
4
dnl automake-1.16.1
5
5
dnl libtool-2.4.6
6
6
7
- AC_INIT ( [ log4cplus] ,[ 2.1.0 ] )
7
+ AC_INIT ( [ log4cplus] ,[ 2.1.1 ] )
8
8
AC_CANONICAL_TARGET
9
9
AC_CONFIG_SRCDIR ( [ src/logger.cxx] )
10
10
AC_CONFIG_MACRO_DIR ( [ m4] )
@@ -20,7 +20,7 @@ AM_PROG_AR
20
20
# ? :+1 : ? == just some internal changes, nothing breaks but might work
21
21
# better
22
22
# CURRENT : REVISION : AGE
23
- LT_VERSION=9:0 :0
23
+ LT_VERSION=9:1 :0
24
24
LT_RELEASE=2.1
25
25
AC_SUBST ( [ LT_VERSION] )
26
26
AC_SUBST ( [ LT_RELEASE] )
Original file line number Diff line number Diff line change 1
1
NAME=log4cplus
2
- VERSION=2.1.0 -rc1
2
+ VERSION=2.1.1 -rc1
3
3
RELEASE=1
4
4
CATEGORY="Libs"
5
5
SUMMARY="C++ logging library"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2.1.0
41
+ PROJECT_NUMBER = 2.1.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO = log4cplus.svg
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = log4cplus-2.1.0 /docs
61
+ OUTPUT_DIRECTORY = log4cplus-2.1.1 /docs
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = log4cplus
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 2.1.0
41
+ PROJECT_NUMBER = 2.1.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -58,7 +58,7 @@ PROJECT_LOGO =
58
58
# entered, it will be relative to the location where doxygen was started. If
59
59
# left blank the current directory will be used.
60
60
61
- OUTPUT_DIRECTORY = webpage_docs-2.1.0
61
+ OUTPUT_DIRECTORY = webpage_docs-2.1.1
62
62
63
63
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
64
# directories (in 2 levels) under the output directory of each output format and
Original file line number Diff line number Diff line change 41
41
// ! This is log4cplus version number as unsigned integer. This must
42
42
// ! be kept on a single line. It is used by Autotool and CMake build
43
43
// ! systems to parse version number.
44
- #define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION (2 , 1 , 0 )
44
+ #define LOG4CPLUS_VERSION LOG4CPLUS_MAKE_VERSION (2 , 1 , 1 )
45
45
46
46
// ! This is log4cplus version number as a string.
47
- #define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR (2 , 1 , 0 )
47
+ #define LOG4CPLUS_VERSION_STR LOG4CPLUS_MAKE_VERSION_STR (2 , 1 , 1 )
48
48
49
49
50
50
namespace log4cplus
Original file line number Diff line number Diff line change 1
1
Name: log4cplus
2
- Version: 2.1.0
2
+ Version: 2.1.1
3
3
Release: 1
4
4
5
5
Summary: log4cplus, C++ logging library
Original file line number Diff line number Diff line change 1
1
Name: log4cplus
2
- Version: 2.1.0
2
+ Version: 2.1.1
3
3
Release: 1%{?dist }
4
4
Summary: log4cplus, C++ logging library
5
5
6
6
License: Apache
7
7
Group: Development/Libraries
8
8
URL: https://log4cplus.sourceforge.io/
9
- Source0: https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/2.1.0 /log4cplus-2.1.0 .tar.gz
9
+ Source0: https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/2.1.1 /log4cplus-2.1.1 .tar.gz
10
10
11
11
BuildArch: noarch
12
12
You can’t perform that action at this time.
0 commit comments