This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 6980edfb7e517655f60d13347643f977e78cd637 Author: Sven Eckelmann <[email protected]> Date: Wed Jun 5 11:27:27 2013 +0200 Rebase printf_fixup.patch on top of 1.99.5+23+ecd597fb6dcf --- debian/changelog | 2 ++ debian/patches/printf_fixup.patch | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f41faa..96a7019 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ mupen64plus-video-glide64 (1.99.5+23+ecd597fb6dcf-1) UNRELEASED; urgency=low * New Upstream Snapshot from ecd597fb6dcf8340f44832d3a28ea1716782375b * Enable link-time optimization in debian/rules similar to upstream + * debian/patches: + - Rebase printf_fixup.patch on top of 1.99.5+23+ecd597fb6dcf -- Sven Eckelmann <[email protected]> Wed, 05 Jun 2013 11:09:40 +0200 diff --git a/debian/patches/printf_fixup.patch b/debian/patches/printf_fixup.patch index fb20960..8bc0661 100644 --- a/debian/patches/printf_fixup.patch +++ b/debian/patches/printf_fixup.patch @@ -49,11 +49,11 @@ index f8d629fe9686e9f2fb6f8dba8c2172f93393db66..fee99153c0088ad0af12658b38db2ce0 { #ifdef RDP_ERROR_LOG diff --git a/src/m64p.h b/src/m64p.h -index 153258a459193076f6411e219b5557034ea1ec1b..a39c324dc2320591491953215b4fb70fbb728990 100755 +index 39573e06f61c45eb13d1b51b23c1c86edb356438..422be9e252cdd538a504ae2e3b630687badda45a 100755 --- a/src/m64p.h +++ b/src/m64p.h @@ -37,7 +37,7 @@ - #define VIDEXT_API_VERSION 0x020000 + #define VIDEXT_API_VERSION 0x030000 #define VERSION_PRINTF_SPLIT(x) (((x) >> 16) & 0xffff), (((x) >> 8) & 0xff), ((x) & 0xff) -void WriteLog(m64p_msg_level level, const char *msg, ...); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

