Hi, I just uploaded gnugk 2:2.2.7-3-2. The bug it fixes is not RC; however, it is a regression fix (breaks some existing configurations) and the diff is _very_ small.
--- 2.2.7-3-1/debian/changelog +++ 2.2.7-3-2/debian/changelog @@ -1,3 +1,10 @@ +gnugk (2:2.2.7-3-2) unstable; urgency=low + + * Re-enable SRV support that was disabled due to an upstream bug. + Thanks to MESZAROS Mihaly. (Closes: #501030) + + -- Faidon Liambotis <[EMAIL PROTECTED]> Fri, 03 Oct 2008 12:40:54 +0300 + gnugk (2:2.2.7-3-1) unstable; urgency=low * New upstream release --- 2.2.7-3-1/debian/rules +++ 2.2.7-3-2/debian/rules @@ -9,6 +9,9 @@ export PWLIBDIR=/usr/share/pwlib export PREFIX=/usr export RELATED_PKG_MAKEFILE=1 +# pwlib_compat.h does not set this on OpenH323 >= 1.19 by mistake +export STDCCFLAGS+= -DhasSRV=1 + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) Thanks, Faidon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

