[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit glibc for openSUSE:Factory
From:       root () hilbert ! suse ! de (h_root)
Date:       2011-01-28 15:56:03
Message-ID: 20110128155603.5947A202AE () hilbert ! suse ! de
[Download RAW message or body]


Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Fri Jan 28 16:56:03 CET 2011.



--------
--- glibc/glibc.changes	2010-12-09 13:34:33.000000000 +0100
+++ glibc/glibc.changes	2011-01-28 15:54:40.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 28 14:53:35 UTC 2011 - rguenther@novell.com
+
+- Fix ENOSYS detection for mkdirat.  [bso#12397]
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  minmem

New:
----
  glibc-2.11.3-bso12397.diff

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

Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.qYKPN9/_old	2011-01-28 16:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.qYKPN9/_new	2011-01-28 16:55:24.000000000 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package glibc (Version 2.11.3)
+# spec file for package glibc
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -64,7 +64,7 @@
 Provides:       rtld(GNU_HASH)
 AutoReqProv:    on
 Version:        2.11.3
-Release:        2
+Release:        3
 Url:            http://www.gnu.org/software/libc/libc.html
 PreReq:         filesystem
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -142,6 +142,7 @@
 # http://sources.redhat.com/bugzilla/show_bug.cgi?id=11155
 Patch600:       glibc-sparc64-fxstat.diff
 Patch601:       glibc-2.11.3-bnc658509.diff
+Patch602:       glibc-2.11.3-bso12397.diff
 
 %description
 The GNU C Library provides the most important standard libraries used
@@ -364,6 +365,7 @@
 %endif
 %patch600 -p1
 %patch601
+%patch602
 #
 # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
 #

++++++ glibc-2.11.3-bso12397.diff ++++++
--- sysdeps/unix/sysv/linux/mkdirat.c.orig	2011-01-28 15:50:00.000000000 +0100
+++ sysdeps/unix/sysv/linux/mkdirat.c	2011-01-28 15:51:42.000000000 +0100
@@ -43,7 +43,7 @@
     {
       res = INLINE_SYSCALL (mkdirat, 3, fd, file, mode);
 # ifndef __ASSUME_ATFCTS
-      if (res == -1 && res == ENOSYS)
+      if (res == -1 && errno == ENOSYS)
 	__have_atfcts = -1;
       else
 # endif

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



Remember to have fun...

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic