This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository libcsfml.
commit 5c80c26e799f31dac0857b3a650287c3e99fa3ca Author: James Cowgill <[email protected]> Date: Thu May 21 23:16:53 2015 +0100 Actual symbol updates for 2.3 --- debian/libcsfml-graphics2.3.symbols | 5 +++++ debian/libcsfml-network2.3.symbols | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/libcsfml-graphics2.3.symbols b/debian/libcsfml-graphics2.3.symbols index 8b6d1ad..6635c50 100644 --- a/debian/libcsfml-graphics2.3.symbols +++ b/debian/libcsfml-graphics2.3.symbols @@ -41,9 +41,12 @@ libcsfml-graphics.so.2.3 libcsfml-graphics2.3 #MINVER# sfCircleShape_setTexture@Base 2.3 sfCircleShape_setTextureRect@Base 2.3 sfColor_add@Base 2.3 + sfColor_fromInteger@Base 2.3 sfColor_fromRGB@Base 2.3 sfColor_fromRGBA@Base 2.3 sfColor_modulate@Base 2.3 + sfColor_subtract@Base 2.3 + sfColor_toInteger@Base 2.3 sfConvexShape_copy@Base 2.3 sfConvexShape_create@Base 2.3 sfConvexShape_destroy@Base 2.3 @@ -226,6 +229,7 @@ libcsfml-graphics.so.2.3 libcsfml-graphics2.3 #MINVER# sfShader_createFromMemory@Base 2.3 sfShader_createFromStream@Base 2.3 sfShader_destroy@Base 2.3 + sfShader_getNativeHandle@Base 2.3 sfShader_isAvailable@Base 2.3 sfShader_setColorParameter@Base 2.3 sfShader_setCurrentTextureParameter@Base 2.3 @@ -332,6 +336,7 @@ libcsfml-graphics.so.2.3 libcsfml-graphics2.3 #MINVER# sfTexture_createFromStream@Base 2.3 sfTexture_destroy@Base 2.3 sfTexture_getMaximumSize@Base 2.3 + sfTexture_getNativeHandle@Base 2.3 sfTexture_getSize@Base 2.3 sfTexture_isRepeated@Base 2.3 sfTexture_isSmooth@Base 2.3 diff --git a/debian/libcsfml-network2.3.symbols b/debian/libcsfml-network2.3.symbols index 7d963e6..a088c6d 100644 --- a/debian/libcsfml-network2.3.symbols +++ b/debian/libcsfml-network2.3.symbols @@ -124,6 +124,7 @@ libcsfml-network.so.2.3 libcsfml-network2.3 #MINVER# sfTcpSocket_receivePacket@Base 2.3 sfTcpSocket_send@Base 2.3 sfTcpSocket_sendPacket@Base 2.3 + sfTcpSocket_sendPartial@Base 2.3 sfTcpSocket_setBlocking@Base 2.3 sfUdpSocket_bind@Base 2.3 sfUdpSocket_create@Base 2.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

