From 2e6459ea128f7c1e6a9d62f35730134c4a877c47114351359ff737fc687f1509 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Wed, 5 Sep 2012 06:02:37 +0000 Subject: [PATCH] commit 9fe3afb55a1dd2c2a0a28e87f6dc8ee1d6601cbe OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7338 --- config.sh | 2 +- config.tar.bz2 | 4 ++-- kernel-cubox.changes | 29 +++++++++++++++++++++++++++++ kernel-cubox.spec | 6 +++--- kernel-debug.changes | 29 +++++++++++++++++++++++++++++ kernel-debug.spec | 6 +++--- kernel-default.changes | 29 +++++++++++++++++++++++++++++ kernel-default.spec | 6 +++--- kernel-desktop.changes | 29 +++++++++++++++++++++++++++++ kernel-desktop.spec | 6 +++--- kernel-docs.changes | 29 +++++++++++++++++++++++++++++ kernel-docs.spec | 4 ++-- kernel-exynos.changes | 29 +++++++++++++++++++++++++++++ kernel-exynos.spec | 6 +++--- kernel-highbank.changes | 29 +++++++++++++++++++++++++++++ kernel-highbank.spec | 6 +++--- kernel-imx51.changes | 29 +++++++++++++++++++++++++++++ kernel-imx51.spec | 6 +++--- kernel-omap2plus.changes | 29 +++++++++++++++++++++++++++++ kernel-omap2plus.spec | 6 +++--- kernel-pae.changes | 29 +++++++++++++++++++++++++++++ kernel-pae.spec | 6 +++--- kernel-ppc64.changes | 29 +++++++++++++++++++++++++++++ kernel-ppc64.spec | 6 +++--- kernel-s390.changes | 29 +++++++++++++++++++++++++++++ kernel-s390.spec | 6 +++--- kernel-source.changes | 29 +++++++++++++++++++++++++++++ kernel-source.spec | 6 +++--- kernel-syms.changes | 29 +++++++++++++++++++++++++++++ kernel-syms.spec | 2 +- kernel-tegra.changes | 29 +++++++++++++++++++++++++++++ kernel-tegra.spec | 6 +++--- kernel-trace.changes | 29 +++++++++++++++++++++++++++++ kernel-trace.spec | 6 +++--- kernel-u8500.changes | 29 +++++++++++++++++++++++++++++ kernel-u8500.spec | 6 +++--- kernel-vanilla.changes | 29 +++++++++++++++++++++++++++++ kernel-vanilla.spec | 6 +++--- linux-3.6-rc4.tar.bz2 | 3 +++ patches.fixes.tar.bz2 | 4 ++-- patches.rpmify.tar.bz2 | 4 ++-- series.conf | 3 +-- source-timestamp | 4 ++-- 43 files changed, 586 insertions(+), 62 deletions(-) create mode 100644 linux-3.6-rc4.tar.bz2 diff --git a/config.sh b/config.sh index 21d4179e..d3850942 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # The version of the main tarball to use -SRCVERSION=3.6-rc3 +SRCVERSION=3.6-rc4 # variant of the kernel-source package, either empty or "-rt" VARIANT= # buildservice projects to build the kernel against diff --git a/config.tar.bz2 b/config.tar.bz2 index f4f36ae3..9c24ac93 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83e3c2051ba82133bfe6c9b7a34de1c6fe4f57480c9dc8389ea0fe273f7e568b -size 298501 +oid sha256:eaae345ce95890821661f8c936427776e524b881c73c3145f67be8ed70401e0d +size 299176 diff --git a/kernel-cubox.changes b/kernel-cubox.changes index efab2e00..53c1f639 100644 --- a/kernel-cubox.changes +++ b/kernel-cubox.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-cubox.spec b/kernel-cubox.spec index 0f72693d..80b05d3e 100644 --- a/kernel-cubox.spec +++ b/kernel-cubox.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-cubox Summary: Kernel for SolidRun Cubox -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-debug.changes b/kernel-debug.changes index efab2e00..53c1f639 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 8d60022e..d673f03b 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-default.changes b/kernel-default.changes index efab2e00..53c1f639 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index baf220f1..3a4e924b 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-default Summary: The Standard Kernel -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-desktop.changes b/kernel-desktop.changes index efab2e00..53c1f639 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-desktop.spec b/kernel-desktop.spec index af1a394c..15f58e54 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-docs.changes b/kernel-docs.changes index efab2e00..53c1f639 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index 5ada53de..995e5230 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,14 +17,14 @@ # norootforbuild -%define patchversion 3.6.0-rc3 +%define patchversion 3.6.0-rc4 %define variant %{nil} %include %_sourcedir/kernel-spec-macros Name: kernel-docs Summary: Kernel Documentation -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel BuildRequires: kernel-source%variant diff --git a/kernel-exynos.changes b/kernel-exynos.changes index efab2e00..53c1f639 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 5a64ebf5..b93a5436 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-highbank.changes b/kernel-highbank.changes index efab2e00..53c1f639 100644 --- a/kernel-highbank.changes +++ b/kernel-highbank.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-highbank.spec b/kernel-highbank.spec index 32ce3c7b..48888f8d 100644 --- a/kernel-highbank.spec +++ b/kernel-highbank.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-highbank Summary: The Linux Kernel -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-imx51.changes b/kernel-imx51.changes index efab2e00..53c1f639 100644 --- a/kernel-imx51.changes +++ b/kernel-imx51.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-imx51.spec b/kernel-imx51.spec index dc582e7b..b08c0b70 100644 --- a/kernel-imx51.spec +++ b/kernel-imx51.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-imx51 Summary: Kernel for Freescale's iMX SoC -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-omap2plus.changes b/kernel-omap2plus.changes index efab2e00..53c1f639 100644 --- a/kernel-omap2plus.changes +++ b/kernel-omap2plus.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-omap2plus.spec b/kernel-omap2plus.spec index 318e896a..f4b881bb 100644 --- a/kernel-omap2plus.spec +++ b/kernel-omap2plus.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-omap2plus Summary: Kernel for Texas instrument's OMAP SoC -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-pae.changes b/kernel-pae.changes index efab2e00..53c1f639 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index 43d10c1f..0b63acfc 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-pae Summary: Kernel with PAE Support -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-ppc64.changes b/kernel-ppc64.changes index efab2e00..53c1f639 100644 --- a/kernel-ppc64.changes +++ b/kernel-ppc64.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-ppc64.spec b/kernel-ppc64.spec index 79947cbe..e8b04987 100644 --- a/kernel-ppc64.spec +++ b/kernel-ppc64.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-ppc64 Summary: Kernel for ppc64 Systems -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-s390.changes b/kernel-s390.changes index efab2e00..53c1f639 100644 --- a/kernel-s390.changes +++ b/kernel-s390.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-s390.spec b/kernel-s390.spec index d6eb26c8..8e7a459e 100644 --- a/kernel-s390.spec +++ b/kernel-s390.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-s390 Summary: The Standard Kernel -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-source.changes b/kernel-source.changes index efab2e00..53c1f639 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 9a083223..89e171e7 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,8 +18,8 @@ # norootforbuild # icecream 0 -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -29,7 +29,7 @@ Name: kernel-source Summary: The Linux Kernel Sources -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: Development/Sources diff --git a/kernel-syms.changes b/kernel-syms.changes index efab2e00..53c1f639 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 47876605..ad286d81 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -23,7 +23,7 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) -Version: 3.6.rc3 +Version: 3.6.rc4 %if %using_buildservice Release: 0 %else diff --git a/kernel-tegra.changes b/kernel-tegra.changes index efab2e00..53c1f639 100644 --- a/kernel-tegra.changes +++ b/kernel-tegra.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-tegra.spec b/kernel-tegra.spec index 172ee3f6..a7e127ab 100644 --- a/kernel-tegra.spec +++ b/kernel-tegra.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-tegra Summary: Kernel for Nvidia's Tegra SoC -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-trace.changes b/kernel-trace.changes index efab2e00..53c1f639 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index a0257119..927d0ecc 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-u8500.changes b/kernel-u8500.changes index efab2e00..53c1f639 100644 --- a/kernel-u8500.changes +++ b/kernel-u8500.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-u8500.spec b/kernel-u8500.spec index cd1eb6bb..2aaab42f 100644 --- a/kernel-u8500.spec +++ b/kernel-u8500.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-u8500 Summary: Kernel for ST-Ericsson's Nova SoC -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index efab2e00..53c1f639 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 4 20:29:36 CEST 2012 - jeffm@suse.com + +- Update to 3.6-rc4. +- Eliminated one patch. +- commit 9fe3afb + +------------------------------------------------------------------- +Tue Sep 4 10:47:47 CEST 2012 - mmarek@suse.cz + +- Disable CONFIG_KMSG_IDS on s390x, because it is currently broken +- commit c1db24a + +------------------------------------------------------------------- +Mon Sep 3 10:59:37 CEST 2012 - jslaby@suse.cz + +- Update config files. (vanilla ones) +- commit ca19bfb + +------------------------------------------------------------------- +Fri Aug 31 15:18:07 CEST 2012 - jslaby@suse.cz + +- i2c/busses: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y + && CONFIG_I2C_DESIGN. +- Delete + patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design. + Move it to rpmify, so that vanilla builds fine too. +- commit 0217ad5 + ------------------------------------------------------------------- Thu Aug 30 20:02:21 CEST 2012 - agraf@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 9520b4bd..d4405a24 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -17,8 +17,8 @@ # norootforbuild -%define srcversion 3.6-rc3 -%define patchversion 3.6.0-rc3 +%define srcversion 3.6-rc4 +%define patchversion 3.6.0-rc4 %define variant %{nil} %define vanilla_only 0 @@ -57,7 +57,7 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches -Version: 3.6.rc3 +Version: 3.6.rc4 Release: 0 License: GPL-2.0 Group: System/Kernel diff --git a/linux-3.6-rc4.tar.bz2 b/linux-3.6-rc4.tar.bz2 new file mode 100644 index 00000000..803f82f1 --- /dev/null +++ b/linux-3.6-rc4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4760061576ce8aef76eb386b57fa80a2201c98054bbdd13d187c2b61f7dfd2 +size 82267575 diff --git a/patches.fixes.tar.bz2 b/patches.fixes.tar.bz2 index 7395fb54..f5cfd094 100644 --- a/patches.fixes.tar.bz2 +++ b/patches.fixes.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d83ca88f1eb2c446f7a9ccd426a2da04b6a36f39cdf75bb006c977028825501 -size 24013 +oid sha256:29edf01deb2b162e995c904fd174bdc7c05ecb0b917e315d9bb8ea4ccc46b9e3 +size 21866 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 687562de..6732dc47 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a48baed1678862132100d674e37372ddb3bf40e829be8553f61ce04ccee80e -size 5484 +oid sha256:3e8403e76adaa6b483cfd635906b187f8677b0d1c629ceb939a68de03e3379a7 +size 7079 diff --git a/series.conf b/series.conf index 8f469d13..83c7f63e 100644 --- a/series.conf +++ b/series.conf @@ -39,6 +39,7 @@ patches.rpmify/geode-depends-on-x86_32 patches.rpmify/ubifs-remove-DATE-TIME.patch patches.rpmify/chipidea-clean-up-dependencies + patches.rpmify/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design ######################################################## # kABI consistency patches @@ -264,7 +265,6 @@ # Reiserfs Patches ######################################################## +needs_updating-39 patches.suse/reiser4-dependencies - patches.fixes/reiserfs-fix-deadlock-in-quota-code patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup ######################################################## @@ -395,7 +395,6 @@ ######################################################## # I2C ######################################################## - patches.fixes/i2c-busses-fix-build-error-if-config_i2c_designware_platform-y-config_i2c_design ######################################################## # Input & Console diff --git a/source-timestamp b/source-timestamp index d9fa49b2..f5a71714 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2012-08-30 20:02:21 +0200 -GIT Revision: e86b0002f560f6c64e9131620e3d737b9e5fd8fb +2012-09-04 20:29:36 +0200 +GIT Revision: 9fe3afb55a1dd2c2a0a28e87f6dc8ee1d6601cbe GIT Branch: master