This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch glibc-2.24 in repository glibc.
commit 7edd2f0508abccecf3a4e659b72371860f2452c7 Author: Aurelien Jarno <[email protected]> Date: Tue Jul 19 21:42:56 2016 +0200 New upstream snapshot from 20160719: * New upstream snapshot from 20160719: - debian/patches/hurd-i386/cvs-tabdly.diff: upstreamed. --- debian/changelog | 4 +++- debian/patches/hurd-i386/cvs-tabdly.diff | 21 --------------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 377fc75..68978af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -glibc (2.23.90+20160711.c10f90d-2) UNRELEASED; urgency=medium +glibc (2.23.90+20160719.2c3d888-1) UNRELEASED; urgency=medium [ Samuel Thibault ] * testsuite-xfail-debian.mk: Add missing test failure (no actual regression). [ Aurelien Jarno ] + * New upstream snapshot from 20160719: + - debian/patches/hurd-i386/cvs-tabdly.diff: upstreamed. * debian/control.in/main, debian/rules: build with GCC 6. -- Samuel Thibault <[email protected]> Tue, 12 Jul 2016 11:16:39 +0200 diff --git a/debian/patches/hurd-i386/cvs-tabdly.diff b/debian/patches/hurd-i386/cvs-tabdly.diff deleted file mode 100644 index 4d861af..0000000 --- a/debian/patches/hurd-i386/cvs-tabdly.diff +++ /dev/null @@ -1,21 +0,0 @@ -commit 2b6dbe669fa2e488b31286150e8cb6f7c0875847 -Author: Samuel Thibault <[email protected]> -Date: Wed Jul 13 22:41:40 2016 +0200 - - Fix TABDLY value - - * bits/termios.h (TABDLY): Change macro to include TAB3 bit too. - -diff --git a/bits/termios.h b/bits/termios.h -index f28b492..c1b1a99 100644 ---- a/bits/termios.h -+++ b/bits/termios.h -@@ -152,7 +152,7 @@ struct termios - # define NLDLY (3 << 8) /* NL delay. */ - # define NL0 (0 << 8) /* NL type 0. */ - # define NL1 (1 << 8) /* NL type 1. */ --# define TABDLY (3 << 10) /* TAB delay. */ -+# define TABDLY (3 << 10 | 1 << 2) /* TAB delay. */ - # define TAB0 (0 << 10) /* TAB delay type 0. */ - # define TAB1 (1 << 10) /* TAB delay type 1. */ - # define TAB2 (2 << 10) /* TAB delay type 2. */ diff --git a/debian/patches/series b/debian/patches/series index 0867eed..ad42d43 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -136,7 +136,6 @@ hurd-i386/tg-faccessat.diff hurd-i386/tg-eintr.diff hurd-i386/submitted-malloc-setstate.diff #hurd-i386/cvs-register_atfork.diff -hurd-i386/cvs-tabdly.diff i386/local-biarch.diff i386/local-cmov.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

