File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lib_LTLIBRARIES = libcib.la
24
24
libcib_la_SOURCES = cib_ops.c cib_utils.c cib_client.c cib_native.c cib_attrs.c
25
25
libcib_la_SOURCES += cib_file.c cib_remote.c
26
26
27
- libcib_la_LDFLAGS = -version-info 5:1 :1
27
+ libcib_la_LDFLAGS = -version-info 5:2 :1
28
28
libcib_la_CPPFLAGS = -I$(top_srcdir ) $(AM_CPPFLAGS )
29
29
30
30
libcib_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ include $(top_srcdir)/Makefile.common
20
20
# # libraries
21
21
lib_LTLIBRARIES = libcrmcluster.la
22
22
23
- libcrmcluster_la_LDFLAGS = -version-info 6:0 :2
23
+ libcrmcluster_la_LDFLAGS = -version-info 6:1 :2
24
24
25
25
libcrmcluster_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
26
26
libcrmcluster_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lib_LTLIBRARIES = libcrmcommon.la
31
31
32
32
CFLAGS = $(CFLAGS_COPY:-Wcast-qual= ) -fPIC
33
33
34
- libcrmcommon_la_LDFLAGS = -version-info 9:0 :6
34
+ libcrmcommon_la_LDFLAGS = -version-info 9:1 :6
35
35
36
36
libcrmcommon_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
37
37
libcrmcommon_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ include $(top_srcdir)/Makefile.common
20
20
21
21
lib_LTLIBRARIES = libstonithd.la
22
22
23
- libstonithd_la_LDFLAGS = -version-info 4:1 :2
23
+ libstonithd_la_LDFLAGS = -version-info 4:2 :2
24
24
25
25
libstonithd_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
26
26
libstonithd_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include $(top_srcdir)/Makefile.common
18
18
19
19
lib_LTLIBRARIES = liblrmd.la
20
20
21
- liblrmd_la_LDFLAGS = -version-info 4:0 :3
21
+ liblrmd_la_LDFLAGS = -version-info 4:1 :3
22
22
23
23
liblrmd_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
24
24
liblrmd_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ lib_LTLIBRARIES = libpe_rules.la libpe_status.la
23
23
# # SOURCES
24
24
noinst_HEADERS = unpack.h variant.h
25
25
26
- libpe_rules_la_LDFLAGS = -version-info 2:6:0
26
+ libpe_rules_la_LDFLAGS = -version-info 3:0:1
27
27
28
28
libpe_rules_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
29
29
libpe_rules_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
30
30
31
31
libpe_rules_la_LIBADD = $(top_builddir ) /lib/common/libcrmcommon.la
32
32
libpe_rules_la_SOURCES = rules.c common.c
33
33
34
- libpe_status_la_LDFLAGS = -version-info 11 :0:1
34
+ libpe_status_la_LDFLAGS = -version-info 12 :0:2
35
35
36
36
libpe_status_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
37
37
libpe_status_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include
23
23
lib_LTLIBRARIES = libcrmservice.la
24
24
noinst_HEADERS = pcmk-dbus.h upstart.h systemd.h services_private.h
25
25
26
- libcrmservice_la_LDFLAGS = -version-info 4:1 :1
26
+ libcrmservice_la_LDFLAGS = -version-info 4:2 :1
27
27
libcrmservice_la_CPPFLAGS = -DOCF_ROOT_DIR=\"@OCF_ROOT_DIR@\" $(AM_CPPFLAGS )
28
28
libcrmservice_la_CFLAGS = $(GIO_CFLAGS )
29
29
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ lib_LTLIBRARIES = libtransitioner.la
22
22
23
23
# # SOURCES
24
24
25
- libtransitioner_la_LDFLAGS = -version-info 2:5 :0
25
+ libtransitioner_la_LDFLAGS = -version-info 2:6 :0
26
26
libtransitioner_la_CPPFLAGS = -I$(top_builddir ) $(AM_CPPFLAGS )
27
27
28
28
libtransitioner_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change 13
13
## Upstream pacemaker version, and its package version (specversion
14
14
## can be incremented to build packages reliably considered "newer"
15
15
## than previously built packages with the same pcmkversion)
16
- %global pcmkversion 1.1.15
16
+ %global pcmkversion 1.1.16
17
17
%global specversion 1
18
18
19
19
## Upstream commit (or git tag, such as "Pacemaker-" plus the
Original file line number Diff line number Diff line change 60
60
61
61
noinst_HEADERS = allocate.h notif.h utils.h pengine.h
62
62
63
- libpengine_la_LDFLAGS = -version-info 11 :0:1
63
+ libpengine_la_LDFLAGS = -version-info 12 :0:2
64
64
65
65
libpengine_la_CFLAGS = $(CFLAGS_HARDENED_LIB )
66
66
libpengine_la_LDFLAGS += $(LDFLAGS_HARDENED_LIB )
Original file line number Diff line number Diff line change 1
- m4_define ( [ VERSION_NUMBER] , [ 1.1.15 ] )
1
+ m4_define ( [ VERSION_NUMBER] , [ 1.1.16 ] )
2
2
m4_define ( [ PCMK_URL] , [ http://clusterlabs.org/] )
You can’t perform that action at this time.
0 commit comments