rpms/kernel/devel patch-2.6.29-rc8-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.1036, 1.1037 build-with-fno-dwarf2-cfi-asm.patch, 1.1, 1.2 kernel.spec, 1.1454, 1.1455 sources, 1.998, 1.999 upstream, 1.909, 1.910 patch-2.6.29-rc8-git4.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Fri Mar 20 21:32:51 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10637

Modified Files:
	.cvsignore build-with-fno-dwarf2-cfi-asm.patch kernel.spec 
	sources upstream 
Added Files:
	patch-2.6.29-rc8-git5.bz2.sign 
Removed Files:
	patch-2.6.29-rc8-git4.bz2.sign 
Log Message:
* Fri Mar 20 2009 Kyle McMartin <kyle at redhat.com>
- Linux 2.6.29-rc8-git5



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

iD8DBQBJwt6JyGugalF9Dw4RAqEgAJ0aIGd2yzFM3Ez+w4pRXVvzxlTw0wCbB+FP
sykrSRgFj3OaDQOfShgKk0c=
=QKjW
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1036
retrieving revision 1.1037
diff -u -r1.1036 -r1.1037
--- .cvsignore	19 Mar 2009 05:20:03 -0000	1.1036
+++ .cvsignore	20 Mar 2009 21:32:17 -0000	1.1037
@@ -6,4 +6,4 @@
 kernel-2.6.28
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc8.bz2
-patch-2.6.29-rc8-git4.bz2
+patch-2.6.29-rc8-git5.bz2

build-with-fno-dwarf2-cfi-asm.patch:

Index: build-with-fno-dwarf2-cfi-asm.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/build-with-fno-dwarf2-cfi-asm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-with-fno-dwarf2-cfi-asm.patch	24 Feb 2009 06:59:29 -0000	1.1
+++ build-with-fno-dwarf2-cfi-asm.patch	20 Mar 2009 21:32:18 -0000	1.2
@@ -23,18 +23,14 @@
 Cc: aoliva at redhat.com
 
 ---
-diff --git a/Makefile b/Makefile
-index df6ce3e..d66a512 100644
---- a/Makefile
-+++ b/Makefile
-@@ -566,6 +566,11 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
- # disable pointer signed / unsigned warnings in gcc 4.0
- KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
+--- linux-2.6.28.noarch.orig/Makefile
++++ linux-2.6.28.noarch/Makefile
+@@ -569,6 +569,9 @@ KBUILD_CFLAGS += $(call cc-option,-Wno-p
+ # disable invalid "can't wrap" optimzations for signed / pointers
+ KBUILD_CFLAGS	+= $(call cc-option,-fwrapv)
  
-+# gcc-4.4 defaults to generating .eh_frame sections, but we aren't
-+# interested in those currently. additionally, it causes issues on some
-+# architectures.
-+KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
++# disable dwarf2-cfi-asm
++KBUILD_CFLAGS	+= $(call cc-option,-fno-dwarf2-cfi-asm)
 +
  # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments
  # But warn user when we do so


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1454
retrieving revision 1.1455
diff -u -r1.1454 -r1.1455
--- kernel.spec	20 Mar 2009 07:54:27 -0000	1.1454
+++ kernel.spec	20 Mar 2009 21:32:18 -0000	1.1455
@@ -58,7 +58,7 @@
 # The rc snapshot level
 %define rcrev 8
 # The git snapshot level
-%define gitrev 4
+%define gitrev 5
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1817,6 +1817,9 @@
 # and build.
 
 %changelog
+* Fri Mar 20 2009 Kyle McMartin <kyle at redhat.com>
+- Linux 2.6.29-rc8-git5
+
 * Thu Mar 19 2009 Mauro Carvalho Chehab <mchehab at redhat.com>
 - Removed v4l-build-fixes.patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -r1.998 -r1.999
--- sources	19 Mar 2009 05:20:05 -0000	1.998
+++ sources	20 Mar 2009 21:32:18 -0000	1.999
@@ -1,3 +1,3 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
 0a86c29a637967fddeb1ba2ed8b33e59  patch-2.6.29-rc8.bz2
-62aec57311357c6e24afb2702f33d1ba  patch-2.6.29-rc8-git4.bz2
+57ff538a4a000dca0df87f93b92e202a  patch-2.6.29-rc8-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.909
retrieving revision 1.910
diff -u -r1.909 -r1.910
--- upstream	19 Mar 2009 05:20:05 -0000	1.909
+++ upstream	20 Mar 2009 21:32:18 -0000	1.910
@@ -1,3 +1,3 @@
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc8.bz2
-patch-2.6.29-rc8-git4.bz2
+patch-2.6.29-rc8-git5.bz2


--- patch-2.6.29-rc8-git4.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list