rpms/kernel/devel patch-2.6.22-git16.bz2.sign, NONE, 1.1 .cvsignore, 1.653, 1.654 config-generic, 1.6, 1.7 config-powerpc-generic, 1.2, 1.3 kernel.spec, 1.25, 1.26 sources, 1.617, 1.618 upstream, 1.539, 1.540 linux-2.6-libata-sb700-sata-ids.patch, 1.1, NONE patch-2.6.22-git14.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Sat Jul 21 18:44:28 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9328

Modified Files:
	.cvsignore config-generic config-powerpc-generic kernel.spec 
	sources upstream 
Added Files:
	patch-2.6.22-git16.bz2.sign 
Removed Files:
	linux-2.6-libata-sb700-sata-ids.patch 
	patch-2.6.22-git14.bz2.sign 
Log Message:
* Sat Jul 21 2007 Dave Jones <davej at redhat.com>
- 2.6.22-git16



--- NEW FILE patch-2.6.22-git16.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBGoa+2yGugalF9Dw4RAtWLAJ9WaVUkDy9d8k7AAmO3pC9ZEFAQZgCfTbrt
4RZ+SdavTUaOgCPL1tYIih0=
=787H
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.653
retrieving revision 1.654
diff -u -r1.653 -r1.654
--- .cvsignore	20 Jul 2007 19:52:27 -0000	1.653
+++ .cvsignore	21 Jul 2007 18:43:56 -0000	1.654
@@ -3,4 +3,4 @@
 temp-*
 kernel-2.6.22
 linux-2.6.22.tar.bz2
-patch-2.6.22-git14.bz2
+patch-2.6.22-git16.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config-generic	20 Jul 2007 19:52:27 -0000	1.6
+++ config-generic	21 Jul 2007 18:43:56 -0000	1.7
@@ -1577,9 +1577,11 @@
 CONFIG_JOYSTICK_TWIDJOY=m
 CONFIG_JOYSTICK_XPAD=m
 CONFIG_JOYSTICK_XPAD_FF=y
+CONFIG_JOYSTICK_XPAD_LEDS=y
 CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_TOUCHSCREEN_GUNZE=m
 CONFIG_TOUCHSCREEN_ELO=m
+CONFIG_TOUCHSCREEN_FUJITSU=m
 CONFIG_TOUCHSCREEN_MTOUCH=m
 CONFIG_TOUCHSCREEN_MK712=m
 CONFIG_TOUCHSCREEN_PENMOUNT=m
@@ -2283,6 +2285,7 @@
 CONFIG_SND_CS46XX=m
 CONFIG_SND_CS46XX_NEW_DSP=y
 CONFIG_SND_CS4281=m
+CONFIG_SND_CS5530=m
 CONFIG_SND_CS5535AUDIO=m
 CONFIG_SND_EMU10K1=m
 CONFIG_SND_EMU10K1X=m


Index: config-powerpc-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config-powerpc-generic	20 Jul 2007 19:52:27 -0000	1.2
+++ config-powerpc-generic	21 Jul 2007 18:43:56 -0000	1.3
@@ -204,3 +204,7 @@
 # CONFIG_EDAC_DEBUG is not set
 CONFIG_EDAC_MM_EDAC=m
 CONFIG_EDAC_PASEMI=m
+
+CONFIG_AXON_RAM=m
+CONFIG_OPROFILE_CELL=y
+


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- kernel.spec	21 Jul 2007 09:29:32 -0000	1.25
+++ kernel.spec	21 Jul 2007 18:43:56 -0000	1.26
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 0
 # The git snapshot level
-%define gitrev 14
+%define gitrev 16
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -575,7 +575,6 @@
 Patch630: linux-2.6-defaults-nonmi.patch
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
 Patch670: linux-2.6-ata-quirk.patch
-Patch671: linux-2.6-libata-sb700-sata-ids.patch
 Patch680: git-wireless-dev.patch
 Patch681: git-iwlwifi.patch
 Patch690: linux-2.6-e1000-ich9.patch
@@ -1182,13 +1181,11 @@
 ApplyPatch linux-2.6-libata-ali-atapi-dma.patch
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
-# more ati sb700 ids
-ApplyPatch linux-2.6-libata-sb700-sata-ids.patch
 
 # Add the wireless stack updates and drivers from wireless-dev
-ApplyPatch git-wireless-dev.patch
+#ApplyPatch git-wireless-dev.patch
 # Add iwlwifi from intellinuxwireless.org
-ApplyPatch git-iwlwifi.patch
+#ApplyPatch git-iwlwifi.patch
 # add patch from markmc so that e1000 supports ICH9
 ApplyPatch linux-2.6-e1000-ich9.patch
 # avoid bcm3xx vs bcm43xx-mac80211 PCI ID conflicts
@@ -2133,6 +2130,9 @@
 %endif
 
 %changelog
+* Sat Jul 21 2007 Dave Jones <davej at redhat.com>
+- 2.6.22-git16
+
 * Sat Jul 21 2007 Roland McGrath <roland at redhat.com>
 - Update linux-2.6-elf-core-sysctl.patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -r1.617 -r1.618
--- sources	20 Jul 2007 19:52:27 -0000	1.617
+++ sources	21 Jul 2007 18:43:56 -0000	1.618
@@ -1,2 +1,2 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
-c0d13c7f0685ad329996d04ae92ded94  patch-2.6.22-git14.bz2
+08638285d366e8e7d75c02267d9bfa41  patch-2.6.22-git16.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.539
retrieving revision 1.540
diff -u -r1.539 -r1.540
--- upstream	20 Jul 2007 19:52:27 -0000	1.539
+++ upstream	21 Jul 2007 18:43:56 -0000	1.540
@@ -1,2 +1,2 @@
 linux-2.6.22.tar.bz2
-patch-2.6.22-git14.bz2
+patch-2.6.22-git16.bz2


--- linux-2.6-libata-sb700-sata-ids.patch DELETED ---


--- patch-2.6.22-git14.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list