From c70b91cd2f533c0ce57de19f186afa77fc012987d6e16cabbddc5ec3608c3e0e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Jul 2010 23:46:26 +0000 Subject: [PATCH 1/6] - update kernel headers to 2.6.34 for proper O_SYNC support OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=19 --- linux-glibc-devel-2.6.32.tar.bz2 | 3 --- linux-glibc-devel-2.6.34.tar.bz2 | 3 +++ linux-glibc-devel.changes | 5 +++++ linux-glibc-devel.spec | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 linux-glibc-devel-2.6.32.tar.bz2 create mode 100644 linux-glibc-devel-2.6.34.tar.bz2 diff --git a/linux-glibc-devel-2.6.32.tar.bz2 b/linux-glibc-devel-2.6.32.tar.bz2 deleted file mode 100644 index 3c0b461..0000000 --- a/linux-glibc-devel-2.6.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78e46f503f6febbc725bb061d3c9765e2dc4f16daf4bce056cd778a528031ab4 -size 677106 diff --git a/linux-glibc-devel-2.6.34.tar.bz2 b/linux-glibc-devel-2.6.34.tar.bz2 new file mode 100644 index 0000000..2c82145 --- /dev/null +++ b/linux-glibc-devel-2.6.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118293832a705e1d3a23642fb4efdd9b562fa83ee8ff3da3647b4eb005e9d324 +size 705390 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 4c3ef66..b337ca6 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de + +- update kernel headers to 2.6.34 for proper O_SYNC support + ------------------------------------------------------------------- Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 1e0cf0b..a467174 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -24,8 +24,8 @@ Summary: Linux headers for userspace development Group: Development/Libraries/C and C++ BuildArch: noarch # this confusing version number has no meaning -Version: 2.6.32 -Release: 3 +Version: 2.6.34 +Release: 1 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: kernel-headers From c3bc8305036275d96fe2569b6c091c8b5a5b09bfdaec392652293963d2fbcd4a Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 4 Jul 2010 14:13:26 +0000 Subject: [PATCH 2/6] Accepting request 42457 from home:jengelh:sparc Copy from home:jengelh:sparc/linux-glibc-devel via accept of submit request 42457 revision 4. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/42457 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=20 --- linux-glibc-devel.SuSE.TIOCGDEV.patch | 46 +++++++++++++++++++++++---- linux-glibc-devel.changes | 5 +++ 2 files changed, 45 insertions(+), 6 deletions(-) diff --git a/linux-glibc-devel.SuSE.TIOCGDEV.patch b/linux-glibc-devel.SuSE.TIOCGDEV.patch index 1d20f6d..ac93ada 100644 --- a/linux-glibc-devel.SuSE.TIOCGDEV.patch +++ b/linux-glibc-devel.SuSE.TIOCGDEV.patch @@ -1,4 +1,16 @@ ---- usr/include/asm-arm/ioctls.h +--- + usr/include/asm-arm/ioctls.h | 1 + + usr/include/asm-generic/ioctls.h | 1 + + usr/include/asm-ia64/ioctls.h | 1 + + usr/include/asm-parisc/ioctls.h | 1 + + usr/include/asm-powerpc/ioctls.h | 1 + + usr/include/asm-s390/ioctls.h | 1 + + usr/include/asm-sparc/ioctls.h | 1 + + 7 files changed, 7 insertions(+) + +Index: usr/include/asm-arm/ioctls.h +=================================================================== +--- usr/include/asm-arm/ioctls.h.orig +++ usr/include/asm-arm/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -8,7 +20,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-generic/ioctls.h +Index: usr/include/asm-generic/ioctls.h +=================================================================== +--- usr/include/asm-generic/ioctls.h.orig +++ usr/include/asm-generic/ioctls.h @@ -65,6 +65,7 @@ #define TIOCSRS485 0x542F @@ -18,7 +32,9 @@ #define TCGETX 0x5432 /* SYS5 TCGETX compatibility */ #define TCSETX 0x5433 #define TCSETXF 0x5434 ---- usr/include/asm-ia64/ioctls.h +Index: usr/include/asm-ia64/ioctls.h +=================================================================== +--- usr/include/asm-ia64/ioctls.h.orig +++ usr/include/asm-ia64/ioctls.h @@ -59,6 +59,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -28,7 +44,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-parisc/ioctls.h +Index: usr/include/asm-parisc/ioctls.h +=================================================================== +--- usr/include/asm-parisc/ioctls.h.orig +++ usr/include/asm-parisc/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -38,7 +56,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-powerpc/ioctls.h +Index: usr/include/asm-powerpc/ioctls.h +=================================================================== +--- usr/include/asm-powerpc/ioctls.h.orig +++ usr/include/asm-powerpc/ioctls.h @@ -93,6 +93,7 @@ #define TIOCSRS485 0x542f @@ -48,7 +68,9 @@ #define TIOCSERCONFIG 0x5453 #define TIOCSERGWILD 0x5454 ---- usr/include/asm-s390/ioctls.h +Index: usr/include/asm-s390/ioctls.h +=================================================================== +--- usr/include/asm-s390/ioctls.h.orig +++ usr/include/asm-s390/ioctls.h @@ -60,6 +60,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -58,3 +80,15 @@ #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 ++++ usr/include/asm-sparc/ioctls.h +@@ -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) diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index b337ca6..570c35e 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -3,6 +3,11 @@ Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de - update kernel headers to 2.6.34 for proper O_SYNC support +------------------------------------------------------------------- +Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de + +- add TIOCGDEV define to SPARC definitions + ------------------------------------------------------------------- Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz From e0dbaf68121d3ced4d40114f13ff912fff701acbecefc091de621fdafd42dfc0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 5 Jul 2010 08:34:40 +0000 Subject: [PATCH 3/6] Accepting request 42456 from Base:System checked in (request 42456) OBS-URL: https://build.opensuse.org/request/show/42456 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=21 --- linux-glibc-devel-2.6.32.tar.bz2 | 3 +++ linux-glibc-devel-2.6.34.tar.bz2 | 3 --- linux-glibc-devel.changes | 5 ----- linux-glibc-devel.spec | 4 ++-- 4 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 linux-glibc-devel-2.6.32.tar.bz2 delete mode 100644 linux-glibc-devel-2.6.34.tar.bz2 diff --git a/linux-glibc-devel-2.6.32.tar.bz2 b/linux-glibc-devel-2.6.32.tar.bz2 new file mode 100644 index 0000000..3c0b461 --- /dev/null +++ b/linux-glibc-devel-2.6.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e46f503f6febbc725bb061d3c9765e2dc4f16daf4bce056cd778a528031ab4 +size 677106 diff --git a/linux-glibc-devel-2.6.34.tar.bz2 b/linux-glibc-devel-2.6.34.tar.bz2 deleted file mode 100644 index 2c82145..0000000 --- a/linux-glibc-devel-2.6.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:118293832a705e1d3a23642fb4efdd9b562fa83ee8ff3da3647b4eb005e9d324 -size 705390 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 570c35e..e340651 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de - -- update kernel headers to 2.6.34 for proper O_SYNC support - ------------------------------------------------------------------- Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index a467174..1e0cf0b 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -24,8 +24,8 @@ Summary: Linux headers for userspace development Group: Development/Libraries/C and C++ BuildArch: noarch # this confusing version number has no meaning -Version: 2.6.34 -Release: 1 +Version: 2.6.32 +Release: 3 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: kernel-headers From 6e7cc013145024cd940abf9c9ca86cccc2bca0f3b629f1c67bd11e373152ded2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 5 Jul 2010 08:34:42 +0000 Subject: [PATCH 4/6] Updating link to change in openSUSE:Factory/linux-glibc-devel revision 5.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=fbd1b9056154ee4cf5322f94030322c9 --- linux-glibc-devel-2.6.32.tar.bz2 | 3 --- linux-glibc-devel-2.6.34.tar.bz2 | 3 +++ linux-glibc-devel.changes | 5 +++++ linux-glibc-devel.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 linux-glibc-devel-2.6.32.tar.bz2 create mode 100644 linux-glibc-devel-2.6.34.tar.bz2 diff --git a/linux-glibc-devel-2.6.32.tar.bz2 b/linux-glibc-devel-2.6.32.tar.bz2 deleted file mode 100644 index 3c0b461..0000000 --- a/linux-glibc-devel-2.6.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78e46f503f6febbc725bb061d3c9765e2dc4f16daf4bce056cd778a528031ab4 -size 677106 diff --git a/linux-glibc-devel-2.6.34.tar.bz2 b/linux-glibc-devel-2.6.34.tar.bz2 new file mode 100644 index 0000000..2c82145 --- /dev/null +++ b/linux-glibc-devel-2.6.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118293832a705e1d3a23642fb4efdd9b562fa83ee8ff3da3647b4eb005e9d324 +size 705390 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index e340651..570c35e 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de + +- update kernel headers to 2.6.34 for proper O_SYNC support + ------------------------------------------------------------------- Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 1e0cf0b..3b5c02f 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -1,5 +1,5 @@ # -# spec file for package linux-glibc-devel (Version 2.6.32) +# spec file for package linux-glibc-devel (Version 2.6.34) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ Summary: Linux headers for userspace development Group: Development/Libraries/C and C++ BuildArch: noarch # this confusing version number has no meaning -Version: 2.6.32 -Release: 3 +Version: 2.6.34 +Release: 1 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: kernel-headers From b8522860ac761621667b152bc6c515df4c31c962f751e31984f3872c09903e59 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 23 Jul 2010 20:59:28 +0000 Subject: [PATCH 5/6] Accepting request 43695 from Base:System checked in (request 43695) OBS-URL: https://build.opensuse.org/request/show/43695 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=22 --- linux-glibc-devel.SuSE.TIOCGDEV.patch | 46 ++++----------------------- linux-glibc-devel.changes | 5 --- 2 files changed, 6 insertions(+), 45 deletions(-) diff --git a/linux-glibc-devel.SuSE.TIOCGDEV.patch b/linux-glibc-devel.SuSE.TIOCGDEV.patch index ac93ada..1d20f6d 100644 --- a/linux-glibc-devel.SuSE.TIOCGDEV.patch +++ b/linux-glibc-devel.SuSE.TIOCGDEV.patch @@ -1,16 +1,4 @@ ---- - usr/include/asm-arm/ioctls.h | 1 + - usr/include/asm-generic/ioctls.h | 1 + - usr/include/asm-ia64/ioctls.h | 1 + - usr/include/asm-parisc/ioctls.h | 1 + - usr/include/asm-powerpc/ioctls.h | 1 + - usr/include/asm-s390/ioctls.h | 1 + - usr/include/asm-sparc/ioctls.h | 1 + - 7 files changed, 7 insertions(+) - -Index: usr/include/asm-arm/ioctls.h -=================================================================== ---- usr/include/asm-arm/ioctls.h.orig +--- usr/include/asm-arm/ioctls.h +++ usr/include/asm-arm/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -20,9 +8,7 @@ Index: usr/include/asm-arm/ioctls.h #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 -Index: usr/include/asm-generic/ioctls.h -=================================================================== ---- usr/include/asm-generic/ioctls.h.orig +--- usr/include/asm-generic/ioctls.h +++ usr/include/asm-generic/ioctls.h @@ -65,6 +65,7 @@ #define TIOCSRS485 0x542F @@ -32,9 +18,7 @@ Index: usr/include/asm-generic/ioctls.h #define TCGETX 0x5432 /* SYS5 TCGETX compatibility */ #define TCSETX 0x5433 #define TCSETXF 0x5434 -Index: usr/include/asm-ia64/ioctls.h -=================================================================== ---- usr/include/asm-ia64/ioctls.h.orig +--- usr/include/asm-ia64/ioctls.h +++ usr/include/asm-ia64/ioctls.h @@ -59,6 +59,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -44,9 +28,7 @@ Index: usr/include/asm-ia64/ioctls.h #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 +--- usr/include/asm-parisc/ioctls.h +++ usr/include/asm-parisc/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -56,9 +38,7 @@ Index: usr/include/asm-parisc/ioctls.h #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 +--- usr/include/asm-powerpc/ioctls.h +++ usr/include/asm-powerpc/ioctls.h @@ -93,6 +93,7 @@ #define TIOCSRS485 0x542f @@ -68,9 +48,7 @@ Index: usr/include/asm-powerpc/ioctls.h #define TIOCSERCONFIG 0x5453 #define TIOCSERGWILD 0x5454 -Index: usr/include/asm-s390/ioctls.h -=================================================================== ---- usr/include/asm-s390/ioctls.h.orig +--- usr/include/asm-s390/ioctls.h +++ usr/include/asm-s390/ioctls.h @@ -60,6 +60,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -80,15 +58,3 @@ Index: usr/include/asm-s390/ioctls.h #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 -+++ usr/include/asm-sparc/ioctls.h -@@ -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) diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 570c35e..b337ca6 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -3,11 +3,6 @@ Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de - update kernel headers to 2.6.34 for proper O_SYNC support -------------------------------------------------------------------- -Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de - -- add TIOCGDEV define to SPARC definitions - ------------------------------------------------------------------- Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz From 12dc26678b37d164992b55529d0de561d8eb2264888808236c82615c7d273be1 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 23 Jul 2010 20:59:29 +0000 Subject: [PATCH 6/6] Updating link to change in openSUSE:Factory/linux-glibc-devel revision 6.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=680a556258e781aa7df4beb13e541a66 --- linux-glibc-devel.SuSE.TIOCGDEV.patch | 46 +++++++++++++++++++++++---- linux-glibc-devel.changes | 5 +++ linux-glibc-devel.spec | 2 +- 3 files changed, 46 insertions(+), 7 deletions(-) diff --git a/linux-glibc-devel.SuSE.TIOCGDEV.patch b/linux-glibc-devel.SuSE.TIOCGDEV.patch index 1d20f6d..ac93ada 100644 --- a/linux-glibc-devel.SuSE.TIOCGDEV.patch +++ b/linux-glibc-devel.SuSE.TIOCGDEV.patch @@ -1,4 +1,16 @@ ---- usr/include/asm-arm/ioctls.h +--- + usr/include/asm-arm/ioctls.h | 1 + + usr/include/asm-generic/ioctls.h | 1 + + usr/include/asm-ia64/ioctls.h | 1 + + usr/include/asm-parisc/ioctls.h | 1 + + usr/include/asm-powerpc/ioctls.h | 1 + + usr/include/asm-s390/ioctls.h | 1 + + usr/include/asm-sparc/ioctls.h | 1 + + 7 files changed, 7 insertions(+) + +Index: usr/include/asm-arm/ioctls.h +=================================================================== +--- usr/include/asm-arm/ioctls.h.orig +++ usr/include/asm-arm/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -8,7 +20,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-generic/ioctls.h +Index: usr/include/asm-generic/ioctls.h +=================================================================== +--- usr/include/asm-generic/ioctls.h.orig +++ usr/include/asm-generic/ioctls.h @@ -65,6 +65,7 @@ #define TIOCSRS485 0x542F @@ -18,7 +32,9 @@ #define TCGETX 0x5432 /* SYS5 TCGETX compatibility */ #define TCSETX 0x5433 #define TCSETXF 0x5434 ---- usr/include/asm-ia64/ioctls.h +Index: usr/include/asm-ia64/ioctls.h +=================================================================== +--- usr/include/asm-ia64/ioctls.h.orig +++ usr/include/asm-ia64/ioctls.h @@ -59,6 +59,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -28,7 +44,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-parisc/ioctls.h +Index: usr/include/asm-parisc/ioctls.h +=================================================================== +--- usr/include/asm-parisc/ioctls.h.orig +++ usr/include/asm-parisc/ioctls.h @@ -52,6 +52,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -38,7 +56,9 @@ #define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define FIOCLEX 0x5451 ---- usr/include/asm-powerpc/ioctls.h +Index: usr/include/asm-powerpc/ioctls.h +=================================================================== +--- usr/include/asm-powerpc/ioctls.h.orig +++ usr/include/asm-powerpc/ioctls.h @@ -93,6 +93,7 @@ #define TIOCSRS485 0x542f @@ -48,7 +68,9 @@ #define TIOCSERCONFIG 0x5453 #define TIOCSERGWILD 0x5454 ---- usr/include/asm-s390/ioctls.h +Index: usr/include/asm-s390/ioctls.h +=================================================================== +--- usr/include/asm-s390/ioctls.h.orig +++ usr/include/asm-s390/ioctls.h @@ -60,6 +60,7 @@ #define TCSETSF2 _IOW('T',0x2D, struct termios2) @@ -58,3 +80,15 @@ #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 ++++ usr/include/asm-sparc/ioctls.h +@@ -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) diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index b337ca6..570c35e 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -3,6 +3,11 @@ Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de - update kernel headers to 2.6.34 for proper O_SYNC support +------------------------------------------------------------------- +Wed Jun 30 15:14:03 UTC 2010 - jengelh@medozas.de + +- add TIOCGDEV define to SPARC definitions + ------------------------------------------------------------------- Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 3b5c02f..e740ae9 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++ BuildArch: noarch # this confusing version number has no meaning Version: 2.6.34 -Release: 1 +Release: 2 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: kernel-headers