rpms/kernel/F-11 patch-2.6.29.1.bz2.sign, NONE, 1.1 .cvsignore, 1.1040, 1.1041 kernel.spec, 1.1504, 1.1505 linux-2.6-v4l-dvb-fixes.patch, 1.12, 1.13 sources, 1.1002, 1.1003 upstream, 1.913, 1.914 patch-2.6.29.1-rc1.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Apr 2 23:42:19 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3315

Modified Files:
	.cvsignore kernel.spec linux-2.6-v4l-dvb-fixes.patch sources 
	upstream 
Added Files:
	patch-2.6.29.1.bz2.sign 
Removed Files:
	patch-2.6.29.1-rc1.bz2.sign 
Log Message:
Linux 2.6.29.1
Removed upstream commit d64260d58865004c6354e024da3450fdd607ea07
  from v4l-dvb-fixes: merged in 2.6.29.1


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

iD8DBQBJ1UWtyGugalF9Dw4RAkuGAJ4sDs0OM/1EKkycBDFYGk6E7l0UrgCghiIF
A7VtJ1agWJvh0s6+3jIaXSs=
=Wnzk
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/.cvsignore,v
retrieving revision 1.1040
retrieving revision 1.1041
diff -u -r1.1040 -r1.1041
--- .cvsignore	31 Mar 2009 23:58:14 -0000	1.1040
+++ .cvsignore	2 Apr 2009 23:41:46 -0000	1.1041
@@ -5,4 +5,4 @@
 temp-*
 kernel-2.6.29
 linux-2.6.29.tar.bz2
-patch-2.6.29.1-rc1.bz2
+patch-2.6.29.1.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1504
retrieving revision 1.1505
diff -u -r1.1504 -r1.1505
--- kernel.spec	2 Apr 2009 19:29:01 -0000	1.1504
+++ kernel.spec	2 Apr 2009 23:41:46 -0000	1.1505
@@ -39,7 +39,7 @@
 # Do we have a -stable update to apply?
 %define stable_update 1
 # Is it a -stable RC?
-%define stable_rc 1
+%define stable_rc 0
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -1888,6 +1888,11 @@
 # and build.
 
 %changelog
+* Thu Apr 02 2009 Chuck Ebbert <cebbert at redhat.com>
+- Linux 2.6.29.1
+- Removed upstream commit d64260d58865004c6354e024da3450fdd607ea07
+  from v4l-dvb-fixes: merged in 2.6.29.1
+
 * Thu Apr 02 2009 John W. Linville <linville at redhat.com>
 - iwl3945: rely on priv->lock to protect priv access
 

linux-2.6-v4l-dvb-fixes.patch:

Index: linux-2.6-v4l-dvb-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/linux-2.6-v4l-dvb-fixes.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- linux-2.6-v4l-dvb-fixes.patch	30 Mar 2009 12:11:45 -0000	1.12
+++ linux-2.6-v4l-dvb-fixes.patch	2 Apr 2009 23:41:47 -0000	1.13
@@ -315,7 +315,6 @@
       V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.
       V4L/DVB (11052): bt819: remove an unused header
       V4L/DVB (11053): saa7134: set v4l2_dev field of video_device
-      V4L/DVB (11098): v4l2-common: remove incorrect MODULE test
       V4L/DVB (11100): au8522: fix compilation warning.
       V4L/DVB (11112): v4l2-subdev: add support for TRY_FMT, ENUM_FMT and G/S_PARM.
       V4L/DVB (11113): ov7670: convert to v4l2_subdev
@@ -98395,19 +98394,6 @@
     to high class IDs.
  
     This function returns the first ID that follows after the given ID.
-@@ -910,10 +797,10 @@ struct v4l2_subdev *v4l2_i2c_new_subdev(struct i2c_adapter *adapter,
- 	struct i2c_board_info info;
- 
- 	BUG_ON(!dev);
--#ifdef MODULE
-+
- 	if (module_name)
- 		request_module(module_name);
--#endif
-+
- 	/* Setup the i2c board info with the device type and
- 	   the device address. */
- 	memset(&info, 0, sizeof(info));
 @@ -927,11 +814,11 @@ struct v4l2_subdev *v4l2_i2c_new_subdev(struct i2c_adapter *adapter,
  	   We need better support from the kernel so that we
  	   can easily wait for the load to finish. */
@@ -98437,19 +98423,6 @@
  }
  EXPORT_SYMBOL_GPL(v4l2_i2c_new_subdev);
  
-@@ -958,10 +850,10 @@ struct v4l2_subdev *v4l2_i2c_new_probed_subdev(struct i2c_adapter *adapter,
- 	struct i2c_board_info info;
- 
- 	BUG_ON(!dev);
--#ifdef MODULE
-+
- 	if (module_name)
- 		request_module(module_name);
--#endif
-+
- 	/* Setup the i2c board info with the device type and
- 	   the device address. */
- 	memset(&info, 0, sizeof(info));
 @@ -974,11 +866,11 @@ struct v4l2_subdev *v4l2_i2c_new_probed_subdev(struct i2c_adapter *adapter,
  	   We need better support from the kernel so that we
  	   can easily wait for the load to finish. */


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/sources,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -r1.1002 -r1.1003
--- sources	31 Mar 2009 23:58:15 -0000	1.1002
+++ sources	2 Apr 2009 23:41:47 -0000	1.1003
@@ -1,2 +1,2 @@
 64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2
-ed1a88e478d2b87ed7523420457e22c7  patch-2.6.29.1-rc1.bz2
+87c6fbf4096b644d66d4da8bb00641a5  patch-2.6.29.1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/upstream,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -r1.913 -r1.914
--- upstream	31 Mar 2009 23:58:15 -0000	1.913
+++ upstream	2 Apr 2009 23:41:47 -0000	1.914
@@ -1,2 +1,2 @@
 linux-2.6.29.tar.bz2
-patch-2.6.29.1-rc1.bz2
+patch-2.6.29.1.bz2


--- patch-2.6.29.1-rc1.bz2.sign DELETED ---




More information about the scm-commits mailing list