diff --git a/linux-glibc-devel-2.6.35.tar.bz2 b/linux-glibc-devel-2.6.35.tar.bz2 deleted file mode 100644 index a8f9f22..0000000 --- a/linux-glibc-devel-2.6.35.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04637da9307423b6bc55142e02630b8355eca9a57b28bf35d7fbb5dc4476a8b1 -size 713824 diff --git a/linux-glibc-devel-2.6.36.tar.bz2 b/linux-glibc-devel-2.6.36.tar.bz2 new file mode 100644 index 0000000..1ed316d --- /dev/null +++ b/linux-glibc-devel-2.6.36.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eb0c2f7f8656ca6877458818c366ecfd3becb5315dcdf9f09586ef7612aa71 +size 724035 diff --git a/linux-glibc-devel.SuSE.TIOCGDEV.patch b/linux-glibc-devel.SuSE.TIOCGDEV.patch index aa9ba28..df71b09 100644 --- a/linux-glibc-devel.SuSE.TIOCGDEV.patch +++ b/linux-glibc-devel.SuSE.TIOCGDEV.patch @@ -10,20 +10,20 @@ Index: usr/include/asm-arm/ioctls.h =================================================================== ---- usr/include/asm-arm/ioctls.h.orig 2010-09-13 16:01:32.000000000 +0200 -+++ usr/include/asm-arm/ioctls.h 2010-09-13 16:22:48.439806545 +0200 +--- usr/include/asm-arm/ioctls.h.orig 2010-11-16 16:46:06.000000000 +0100 ++++ usr/include/asm-arm/ioctls.h 2010-11-16 17:24:29.381717929 +0100 @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ -+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ ++#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ + #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ #define TIOCGRS485 0x542E - #define TIOCSRS485 0x542F Index: usr/include/asm-generic/ioctls.h =================================================================== ---- usr/include/asm-generic/ioctls.h.orig 2010-09-13 16:11:55.000000000 +0200 -+++ usr/include/asm-generic/ioctls.h 2010-09-13 16:22:48.455841012 +0200 +--- usr/include/asm-generic/ioctls.h.orig 2010-11-16 16:56:17.000000000 +0100 ++++ usr/include/asm-generic/ioctls.h 2010-11-16 17:23:50.110717582 +0100 @@ -65,6 +65,7 @@ #define TIOCSRS485 0x542F #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ @@ -34,61 +34,61 @@ Index: usr/include/asm-generic/ioctls.h #define TCSETXF 0x5434 Index: usr/include/asm-ia64/ioctls.h =================================================================== ---- usr/include/asm-ia64/ioctls.h.orig 2010-09-13 16:05:02.000000000 +0200 -+++ usr/include/asm-ia64/ioctls.h 2010-09-13 16:22:48.455841012 +0200 +--- usr/include/asm-ia64/ioctls.h.orig 2010-11-16 16:48:56.000000000 +0100 ++++ usr/include/asm-ia64/ioctls.h 2010-11-16 17:24:51.373842894 +0100 @@ -59,6 +59,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ -+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ ++#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ + #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ - #define FIOCLEX 0x5451 Index: usr/include/asm-parisc/ioctls.h =================================================================== ---- usr/include/asm-parisc/ioctls.h.orig 2010-09-13 16:08:11.000000000 +0200 -+++ usr/include/asm-parisc/ioctls.h 2010-09-13 16:22:48.456816994 +0200 +--- usr/include/asm-parisc/ioctls.h.orig 2010-11-16 16:51:44.000000000 +0100 ++++ usr/include/asm-parisc/ioctls.h 2010-11-16 17:25:14.147716950 +0100 @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ -+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ ++#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ + #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ - #define FIOCLEX 0x5451 Index: usr/include/asm-powerpc/ioctls.h =================================================================== ---- usr/include/asm-powerpc/ioctls.h.orig 2010-09-13 16:08:42.000000000 +0200 -+++ usr/include/asm-powerpc/ioctls.h 2010-09-13 16:22:48.456816994 +0200 -@@ -93,6 +93,7 @@ +--- usr/include/asm-powerpc/ioctls.h.orig 2010-11-16 16:52:12.000000000 +0100 ++++ usr/include/asm-powerpc/ioctls.h 2010-11-16 17:25:55.673718007 +0100 +@@ -94,6 +94,7 @@ #define TIOCSRS485 0x542f #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ -+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ ++#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ + #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ #define TIOCSERCONFIG 0x5453 - #define TIOCSERGWILD 0x5454 Index: usr/include/asm-s390/ioctls.h =================================================================== ---- usr/include/asm-s390/ioctls.h.orig 2010-09-13 16:09:16.000000000 +0200 -+++ usr/include/asm-s390/ioctls.h 2010-09-13 16:22:48.474625906 +0200 +--- usr/include/asm-s390/ioctls.h.orig 2010-11-16 16:52:44.000000000 +0100 ++++ usr/include/asm-s390/ioctls.h 2010-11-16 17:26:18.864718089 +0100 @@ -60,6 +60,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ -+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ ++#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ + #define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ - #define FIOCLEX 0x5451 Index: usr/include/asm-sparc/ioctls.h =================================================================== ---- usr/include/asm-sparc/ioctls.h.orig 2010-09-13 16:10:54.000000000 +0200 -+++ usr/include/asm-sparc/ioctls.h 2010-09-13 16:22:48.474806773 +0200 -@@ -80,6 +80,7 @@ - /* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */ - #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ - #define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */ -+#define TIOCGDEV _IOW('t', 0x32, unsigned int) - - /* Little f */ - #define FIOCLEX _IO('f', 1) +--- usr/include/asm-sparc/ioctls.h.orig 2010-11-16 16:54:29.000000000 +0100 ++++ usr/include/asm-sparc/ioctls.h 2010-11-16 17:27:37.477717843 +0100 +@@ -43,6 +43,7 @@ + #define __TIOCSETX _IOW('t', 34, int) /* SunOS Specific */ + #define __TIOCGETX _IOR('t', 35, int) /* SunOS Specific */ + #define TIOCCONS _IO('t', 36) ++#define TIOCGDEV _IOW('t', 0x32, unsigned int) + #define TIOCGSOFTCAR _IOR('t', 100, int) + #define TIOCSSOFTCAR _IOW('t', 101, int) + #define __TIOCUCNTL _IOW('t', 102, int) /* SunOS Specific */ diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 348d1f7..0f3d026 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 16 16:28:52 UTC 2010 - coolo@novell.com + +- update kernel headers to 2.6.36 +- update ioctl patch + ------------------------------------------------------------------- Sun Nov 14 01:44:29 UTC 2010 - jengelh@medozas.de diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 666fed5..8b4aa6d 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -24,7 +24,7 @@ Summary: Linux headers for userspace development Group: Development/Libraries/C and C++ BuildArch: noarch # this confusing version number has no meaning -Version: 2.6.35 +Version: 2.6.36 Release: 1 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build