From 2fb6428ee55b8b6dfd8f46525626309e3cf1879093c2560fb4382ee989defee2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Feb 2009 01:48:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=49 --- build-source-timestamp | 4 +-- config.tar.bz2 | 4 +-- get_release_number.sh | 4 +-- kabi.tar.bz2 | 4 +-- kernel-debug.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 58 ++++++++++++++++++++++++------ kernel-default.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 58 ++++++++++++++++++++++++------ kernel-dummy.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-dummy.spec | 44 +++++++++++++++++++++-- kernel-kdump.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-kdump.spec | 58 ++++++++++++++++++++++++------ kernel-pae.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 58 ++++++++++++++++++++++++------ kernel-ppc64.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-ppc64.spec | 58 ++++++++++++++++++++++++------ kernel-ps3.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-ps3.spec | 58 ++++++++++++++++++++++++------ kernel-s390.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-s390.spec | 58 ++++++++++++++++++++++++------ kernel-source.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 46 +++++++++++++++++++++--- kernel-syms.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 49 ++++++++++++++++++++++--- kernel-trace.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-trace.spec | 58 ++++++++++++++++++++++++------ kernel-vanilla.changes | 74 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 58 ++++++++++++++++++++++++------ patches.addon.tar.bz2 | 4 +-- patches.apparmor.tar.bz2 | 4 +-- patches.arch.tar.bz2 | 4 +-- patches.drivers.tar.bz2 | 4 +-- patches.fixes.tar.bz2 | 4 +-- patches.kabi.tar.bz2 | 4 +-- patches.kernel.org.tar.bz2 | 4 +-- patches.rpmify.tar.bz2 | 4 +-- patches.rt.tar.bz2 | 4 +-- patches.suse.tar.bz2 | 4 +-- patches.trace.tar.bz2 | 4 +-- patches.xen.tar.bz2 | 4 +-- series.conf | 10 ++++-- symsets.pl | 2 +- 42 files changed, 1488 insertions(+), 137 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 5d98d3b6..9052bc33 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,3 +1,3 @@ -2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master diff --git a/config.tar.bz2 b/config.tar.bz2 index 9fcd9e6b..d9b1c550 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3ae3a721f0b80534adae1341213c417b734350ed37385f9ee6e5a2f70e3abf3 -size 183965 +oid sha256:b6dee7ed080f5e2e954581b74318959d914d0bece76b076afa769e48e9a75857 +size 183982 diff --git a/get_release_number.sh b/get_release_number.sh index fc85a876..0101cbd5 100644 --- a/get_release_number.sh +++ b/get_release_number.sh @@ -1,7 +1,7 @@ #! /bin/sh -prefix=rc5. +prefix=rc6.git1. suffix= -commit=3f6963f1 +commit=49be8e38 if [ "$3" = kernel-dummy -o -n "$suffix" ]; then [ -n "$suffix" ] || suffix=$2 while [ "$suffix" != "${suffix#[^0-9]*.}" ]; do diff --git a/kabi.tar.bz2 b/kabi.tar.bz2 index 84cd7812..f76bbc16 100644 --- a/kabi.tar.bz2 +++ b/kabi.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:44042b3ca3742014eb0a776affcbc3f59f4df2f6e9d438225f3d3028b1e2fd7b -size 1829552 +oid sha256:133217ac99e728fe3b5c09fecb2a10cc5d2dcb947b960a5f0079d7033dd12a00 +size 2744 diff --git a/kernel-debug.changes b/kernel-debug.changes index f0bdd455..f8fb4ea5 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,4 +1,64 @@ ------------------------------------------------------------------- +Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com + +- Update to 2.6.29-rc6-git1. + +------------------------------------------------------------------- +Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz + +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) + +------------------------------------------------------------------- +Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). + +------------------------------------------------------------------- +Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix patch fuzz. + +------------------------------------------------------------------- +Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com + +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. + +------------------------------------------------------------------- +Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de + +- patches.suse/kdb-common: Build fix with -I directive. + +------------------------------------------------------------------- +Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de + +- Update config files. + +------------------------------------------------------------------- +Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz + +- rpm/symsets.pl: allow passing only Module.symvers and no modules + +------------------------------------------------------------------- +Wed Feb 18 11:25:46 CET 2009 - olh@suse.de + +- disable ppc601 support, disable unused framebuffer drivers + +------------------------------------------------------------------- +Wed Feb 18 10:41:14 CET 2009 - olh@suse.de + +- disable kdump on ppc32 + +------------------------------------------------------------------ Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com - Update config files. @@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". +------------------------------------------------------------------- +Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de + +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. + ------------------------------------------------------------------- Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 40278a24..d0297664 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -63,7 +63,7 @@ Name: kernel-debug Summary: A Debug Version of the Kernel Version: 2.6.29 -Release: 1 +Release: 2 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -216,8 +216,8 @@ Only use this kernel when investigating problems. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %prep @@ -278,7 +278,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs < -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %install @@ -50,6 +50,33 @@ echo dummy > %buildroot/etc/dummy /etc/dummy %changelog +* Tue Feb 24 2009 jeffm@suse.com +- Update to 2.6.29-rc6-git1. +* Sat Feb 21 2009 mmarek@suse.cz +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix patch fuzz. +* Fri Feb 20 2009 jbeulich@novell.com +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. +* Fri Feb 20 2009 jeffm@suse.de +- patches.suse/kdb-common: Build fix with -I directive. +* Fri Feb 20 2009 jeffm@suse.de +- Update config files. +* Fri Feb 20 2009 jeffm@suse.de +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. +* Thu Feb 19 2009 mmarek@suse.cz +- rpm/symsets.pl: allow passing only Module.symvers and no modules +* Wed Feb 18 2009 olh@suse.de +- disable ppc601 support, disable unused framebuffer drivers +* Wed Feb 18 2009 olh@suse.de +- disable kdump on ppc32 * Mon Feb 16 2009 jeffm@suse.com - Update config files. * Sat Feb 14 2009 jeffm@suse.de @@ -87,6 +114,17 @@ echo dummy > %buildroot/etc/dummy - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". * Mon Feb 02 2009 jeffm@suse.de +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. * Mon Feb 02 2009 jeffm@suse.de diff --git a/kernel-kdump.changes b/kernel-kdump.changes index f0bdd455..f8fb4ea5 100644 --- a/kernel-kdump.changes +++ b/kernel-kdump.changes @@ -1,4 +1,64 @@ ------------------------------------------------------------------- +Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com + +- Update to 2.6.29-rc6-git1. + +------------------------------------------------------------------- +Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz + +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) + +------------------------------------------------------------------- +Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). + +------------------------------------------------------------------- +Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix patch fuzz. + +------------------------------------------------------------------- +Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com + +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. + +------------------------------------------------------------------- +Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de + +- patches.suse/kdb-common: Build fix with -I directive. + +------------------------------------------------------------------- +Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de + +- Update config files. + +------------------------------------------------------------------- +Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz + +- rpm/symsets.pl: allow passing only Module.symvers and no modules + +------------------------------------------------------------------- +Wed Feb 18 11:25:46 CET 2009 - olh@suse.de + +- disable ppc601 support, disable unused framebuffer drivers + +------------------------------------------------------------------- +Wed Feb 18 10:41:14 CET 2009 - olh@suse.de + +- disable kdump on ppc32 + +------------------------------------------------------------------ Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com - Update config files. @@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". +------------------------------------------------------------------- +Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de + +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. + ------------------------------------------------------------------- Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de diff --git a/kernel-kdump.spec b/kernel-kdump.spec index 759face6..6289dd6e 100644 --- a/kernel-kdump.spec +++ b/kernel-kdump.spec @@ -63,7 +63,7 @@ Name: kernel-kdump Summary: kernel for kdump Version: 2.6.29 -Release: 1 +Release: 2 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -212,8 +212,8 @@ crashed kernel. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %prep @@ -274,7 +274,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs < see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %prep @@ -287,7 +287,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs < see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %preun base -f preun-base.sh @@ -810,8 +810,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %preun extra -f preun-extra.sh @@ -852,8 +852,8 @@ Authors: Tom Gall see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %files -n kernel-ppc64-man @@ -862,6 +862,33 @@ GIT Branch: master %endif %changelog +* Tue Feb 24 2009 jeffm@suse.com +- Update to 2.6.29-rc6-git1. +* Sat Feb 21 2009 mmarek@suse.cz +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix patch fuzz. +* Fri Feb 20 2009 jbeulich@novell.com +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. +* Fri Feb 20 2009 jeffm@suse.de +- patches.suse/kdb-common: Build fix with -I directive. +* Fri Feb 20 2009 jeffm@suse.de +- Update config files. +* Fri Feb 20 2009 jeffm@suse.de +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. +* Thu Feb 19 2009 mmarek@suse.cz +- rpm/symsets.pl: allow passing only Module.symvers and no modules +* Wed Feb 18 2009 olh@suse.de +- disable ppc601 support, disable unused framebuffer drivers +* Wed Feb 18 2009 olh@suse.de +- disable kdump on ppc32 * Mon Feb 16 2009 jeffm@suse.com - Update config files. * Sat Feb 14 2009 jeffm@suse.de @@ -899,6 +926,17 @@ GIT Branch: master - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". * Mon Feb 02 2009 jeffm@suse.de +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. * Mon Feb 02 2009 jeffm@suse.de diff --git a/kernel-ps3.changes b/kernel-ps3.changes index f0bdd455..f8fb4ea5 100644 --- a/kernel-ps3.changes +++ b/kernel-ps3.changes @@ -1,4 +1,64 @@ ------------------------------------------------------------------- +Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com + +- Update to 2.6.29-rc6-git1. + +------------------------------------------------------------------- +Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz + +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) + +------------------------------------------------------------------- +Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). + +------------------------------------------------------------------- +Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix patch fuzz. + +------------------------------------------------------------------- +Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com + +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. + +------------------------------------------------------------------- +Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de + +- patches.suse/kdb-common: Build fix with -I directive. + +------------------------------------------------------------------- +Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de + +- Update config files. + +------------------------------------------------------------------- +Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz + +- rpm/symsets.pl: allow passing only Module.symvers and no modules + +------------------------------------------------------------------- +Wed Feb 18 11:25:46 CET 2009 - olh@suse.de + +- disable ppc601 support, disable unused framebuffer drivers + +------------------------------------------------------------------- +Wed Feb 18 10:41:14 CET 2009 - olh@suse.de + +- disable kdump on ppc32 + +------------------------------------------------------------------ Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com - Update config files. @@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". +------------------------------------------------------------------- +Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de + +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. + ------------------------------------------------------------------- Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de diff --git a/kernel-ps3.spec b/kernel-ps3.spec index cda48b85..107bb985 100644 --- a/kernel-ps3.spec +++ b/kernel-ps3.spec @@ -63,7 +63,7 @@ Name: kernel-ps3 Summary: kernel for ps3 bootloader Version: 2.6.29 -Release: 1 +Release: 2 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -207,8 +207,8 @@ final system. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %prep @@ -269,7 +269,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <&2 + echo "Version / release numbers $1 and $2 do not match" >&2 exit 1 fi shopt -s nullglob @@ -153,6 +154,33 @@ done /lib/modules/*/build %changelog +* Tue Feb 24 2009 jeffm@suse.com +- Update to 2.6.29-rc6-git1. +* Sat Feb 21 2009 mmarek@suse.cz +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). +* Fri Feb 20 2009 jbeulich@novell.com +- patches.suse/stack-unwind: fix patch fuzz. +* Fri Feb 20 2009 jbeulich@novell.com +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. +* Fri Feb 20 2009 jeffm@suse.de +- patches.suse/kdb-common: Build fix with -I directive. +* Fri Feb 20 2009 jeffm@suse.de +- Update config files. +* Fri Feb 20 2009 jeffm@suse.de +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. +* Thu Feb 19 2009 mmarek@suse.cz +- rpm/symsets.pl: allow passing only Module.symvers and no modules +* Wed Feb 18 2009 olh@suse.de +- disable ppc601 support, disable unused framebuffer drivers +* Wed Feb 18 2009 olh@suse.de +- disable kdump on ppc32 * Mon Feb 16 2009 jeffm@suse.com - Update config files. * Sat Feb 14 2009 jeffm@suse.de @@ -190,6 +218,17 @@ done - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". * Mon Feb 02 2009 jeffm@suse.de +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. +* Mon Feb 02 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. * Mon Feb 02 2009 jeffm@suse.de diff --git a/kernel-trace.changes b/kernel-trace.changes index f0bdd455..f8fb4ea5 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,4 +1,64 @@ ------------------------------------------------------------------- +Tue Feb 24 23:28:11 CET 2009 - jeffm@suse.com + +- Update to 2.6.29-rc6-git1. + +------------------------------------------------------------------- +Sat Feb 21 17:30:47 CET 2009 - mmarek@suse.cz + +- rpm/kernel-syms.spec.in: also check if the package versions match + (bnc#478462) + +------------------------------------------------------------------- +Fri Feb 20 14:41:31 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). + +------------------------------------------------------------------- +Fri Feb 20 10:12:51 CET 2009 - jbeulich@novell.com + +- patches.suse/stack-unwind: fix patch fuzz. + +------------------------------------------------------------------- +Fri Feb 20 09:48:59 CET 2009 - jbeulich@novell.com + +- misc/xen-port-patches.py: Adjust fro new x86 header placement. +- patches.arch/x86_64-unwind-annotations: fix unwind annotations + (bnc#472783). +- patches.suse/stack-unwind: Properlz hook up unwinder again. + +------------------------------------------------------------------- +Fri Feb 20 02:49:50 CET 2009 - jeffm@suse.de + +- patches.suse/kdb-common: Build fix with -I directive. + +------------------------------------------------------------------- +Fri Feb 20 02:12:56 CET 2009 - jeffm@suse.de + +- Update config files. + +------------------------------------------------------------------- +Fri Feb 20 01:50:59 CET 2009 - jeffm@suse.de + +- Update to 2.6.29-rc5-git3. + - Eliminated 1 patch. + +------------------------------------------------------------------- +Thu Feb 19 11:27:58 CET 2009 - mmarek@suse.cz + +- rpm/symsets.pl: allow passing only Module.symvers and no modules + +------------------------------------------------------------------- +Wed Feb 18 11:25:46 CET 2009 - olh@suse.de + +- disable ppc601 support, disable unused framebuffer drivers + +------------------------------------------------------------------- +Wed Feb 18 10:41:14 CET 2009 - olh@suse.de + +- disable kdump on ppc32 + +------------------------------------------------------------------ Mon Feb 16 17:18:41 CET 2009 - jeffm@suse.com - Update config files. @@ -73,6 +133,20 @@ Tue Feb 3 11:48:59 CET 2009 - mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". +------------------------------------------------------------------- +Mon Feb 2 22:13:03 CET 2009 - jeffm@suse.de + +- patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix + led naming. +- patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: + fix led naming. +- patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: + iwlwifi: another led naming fix. +- patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: + fix led naming . +- patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: + fix led naming. + ------------------------------------------------------------------- Mon Feb 2 21:20:36 CET 2009 - jeffm@suse.de diff --git a/kernel-trace.spec b/kernel-trace.spec index c75a2633..e59bba19 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -63,7 +63,7 @@ Name: kernel-trace Summary: The Realtime Linux Kernel Version: 2.6.29 -Release: 1 +Release: 2 License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ @@ -218,8 +218,8 @@ Authors: see /usr/src/linux/CREDITS for more details. -Source Timestamp: 2009-02-16 17:18:44 +0100 -GIT Revision: 3f6963f1150fcdb772fdec8b1306717c535375eb +Source Timestamp: 2009-02-25 15:24:03 +0100 +GIT Revision: 49be8e38f177aabc7c6b8e3fafd14edcef7a69d3 GIT Branch: master %prep @@ -280,7 +280,7 @@ cat ../config/%cpu_arch_flavor \ cpu_arch_flavor="%cpu_arch_flavor" cat >> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <> ../.rpm-defs <