[Xcb] [RFC PATCH] Delete callback-based APIs for events, properties, and replies.

Jamey Sharp jamey at minilop.net
Thu Jun 24 14:28:21 PDT 2010


On Thu, Jun 24, 2010 at 10:17:37PM +0100, Julien Cristau wrote:
> Shouldn't the xcb_icccm SONAME be bumped here?

Oh, good point. And xcb_event as well, right? I don't understand the
rules for SONAME bumps, but I read
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
and produced the following patch. If I amend this patch in, does the
result meet with your approval?

Jamey

diff --git a/event/Makefile.am b/event/Makefile.am
index 5a7d819..cec6381 100644
--- a/event/Makefile.am
+++ b/event/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = $(CWARNFLAGS)
 libxcb_event_la_SOURCES = event.c
 libxcb_event_la_CPPFLAGS = $(XCB_CFLAGS)
 libxcb_event_la_LIBADD = $(XCB_LIBS)
-libxcb_event_la_LDFLAGS = -version-info 1:0:0
+libxcb_event_la_LDFLAGS = -version-info 2:0:0
 
 pkgconfig_DATA = xcb-event.pc
 
diff --git a/icccm/Makefile.am b/icccm/Makefile.am
index 68059e9..2e7f8ca 100644
--- a/icccm/Makefile.am
+++ b/icccm/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = $(CWARNFLAGS)
 libxcb_icccm_la_SOURCES = icccm.c
 libxcb_icccm_la_CPPFLAGS = $(XCB_CFLAGS) $(XPROTO_CFLAGS)
 libxcb_icccm_la_LIBADD = $(XCB_LIBS) $(XPROTO_LIBS)
-libxcb_icccm_la_LDFLAGS = -version-info 2:0:0
+libxcb_icccm_la_LDFLAGS = -version-info 3:0:0
 
 pkgconfig_DATA = xcb-icccm.pc
 


More information about the Xcb mailing list