Hello community,

here is the log from the commit of package uClibc for openSUSE:Factory
checked in at Mon May 30 10:41:52 CEST 2011.



--------
--- uClibc/uClibc.changes       2010-10-31 19:04:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/uClibc/uClibc.changes  2011-05-27 
13:05:43.000000000 +0200
@@ -1,0 +2,8 @@
+Fri May 27 10:55:26 UTC 2011 - idon...@novell.com
+
+- Add uClibc.ppc-invalid-size-directive.patch, 
+  uClibc.i386-invalid-size-directive.patch,
+  uClibc.x86_64-invalid-size-directive.patch: remove invalid .size
+  directives from assembly files
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  uClibc.i386-invalid-size-directive.patch
  uClibc.ppc-invalid-size-directive.patch
  uClibc.x86_64-invalid-size-directive.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uClibc.spec ++++++
--- /var/tmp/diff_new_pack.4usgCE/_old  2011-05-30 10:41:20.000000000 +0200
+++ /var/tmp/diff_new_pack.4usgCE/_new  2011-05-30 10:41:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package uClibc (Version 0.9.30.1)
+# spec file for package uClibc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 Name:           uClibc
 Version:        0.9.30.1
-Release:        9
+Release:        14
 Summary:        A full-featured C library optimized for size
 License:        LGPLv2.1+
 BuildRequires:  linux-kernel-headers ncurses-devel
@@ -50,6 +50,9 @@
 Patch5:         uClibc.fix-pthread-warnings.patch
 Patch6:         uClibc.ppc-fix-nested-extern-declaration.patch
 Patch7:         uClibc.getline.patch
+Patch8:         uClibc.i386-invalid-size-directive.patch
+Patch9:         uClibc.x86_64-invalid-size-directive.patch
+Patch10:        uClibc.ppc-invalid-size-directive.patch
 Group:          System/Libraries
 
 %description
@@ -76,6 +79,9 @@
 %patch5 -p1
 %patch6 -p1
 %patch7
+%patch8
+%patch9
+%patch10
 cp %{S:1} .config
 cp %{S:2} gcc-uClibc.in
 cp %{S:3} README.SUSE

++++++ uClibc.i386-invalid-size-directive.patch ++++++
--- libc/sysdeps/linux/i386/crtn.S      2005-07-07 00:22:22.000000000 +0200
+++ crtn.S      2011-05-27 13:01:04.876026559 +0200
@@ -6,7 +6,6 @@
        popl    %ebx
        popl    %ebp
        ret
-.size _init,.-_init
 
 
 
@@ -16,7 +15,6 @@
        popl    %ebx
        popl    %ebp
        ret
-.size _fini,.-_fini
 
 
 
++++++ uClibc.ppc-invalid-size-directive.patch ++++++
--- libc/sysdeps/linux/powerpc/crtn.S   2007-02-12 10:23:14.000000000 +0100
+++ libc/sysdeps/linux/powerpc/crtn.S   2011-05-27 12:54:43.757026543 +0200
@@ -9,7 +9,6 @@
        addi 1,1,32
        mtlr 0
        blr
-       .size   _init, .-_init
        
        .section .fini
        .align 2
@@ -20,4 +19,3 @@
        addi 1,1,32
        mtlr 0
        blr
-       .size   _fini, .-_fini
++++++ uClibc.x86_64-invalid-size-directive.patch ++++++
--- libc/sysdeps/linux/x86_64/crtn.S    2005-07-06 03:24:17.000000000 +0200
+++ crtn.S      2011-05-27 13:01:32.469026577 +0200
@@ -7,7 +7,6 @@
 .type    _init, %function
        addq $8, %rsp
        ret
-.size _init,.-_init
 
 
 .section .fini
@@ -15,4 +14,3 @@
 .type    _fini, %function
        addq $8, %rsp
        ret
-.size _fini, .-_fini

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to