Mailinglist Archive: opensuse-commit (1082 mails)
| < Previous | Next > |
commit glibc
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sun, 06 May 2007 17:10:24 +0200
- Message-id: <20070506151024.9B6D8678184@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package glibc
checked in at Sun May 6 17:10:24 CEST 2007.
--------
--- glibc/glibc.changes 2007-04-20 13:30:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes 2007-05-04 11:25:01.000000000 +0200
@@ -1,0 +2,5 @@
+Fri May 4 11:24:53 CEST 2007 - schwab@xxxxxxx
+
+- Update build checks.
+
+-------------------------------------------------------------------
Old:
----
minmem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.J14565/_old 2007-05-06 17:10:03.000000000 +0200
+++ /var/tmp/diff_new_pack.J14565/_new 2007-05-06 17:10:03.000000000 +0200
@@ -26,7 +26,7 @@
Obsoletes: ngpt ngpt-devel
Autoreqprov: on
Version: 2.5
-Release: 42
+Release: 47
%define snapshot_date 2006101200
URL: http://www.gnu.org/software/libc/libc.html
PreReq: filesystem
@@ -932,6 +932,8 @@
%{_libdir}/libdl_p.a
%changelog
+* Fri May 04 2007 - schwab@xxxxxxx
+- Update build checks.
* Fri Apr 20 2007 - dmueller@xxxxxxx
- only keep symtab for libpthread*
* Thu Apr 19 2007 - pbaudis@xxxxxxx
++++++ check-build.sh ++++++
--- glibc/check-build.sh 2007-04-20 04:42:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/glibc/check-build.sh 2007-05-04 11:23:27.000000000 +0200
@@ -52,7 +52,7 @@
fi
;;
*ppc)
- grep -Em1 'POWER[45]|PPC970' /proc/cpuinfo
+ grep -qEm1 'POWER[45]|PPC970|Cell' /proc/cpuinfo
if [ $? -ne 0 ] ; then
echo "FATAL: can not run POWER4/5 optimized binaries"
exit 1
@@ -80,7 +80,7 @@
;;
*ppc64)
- grep -Em1 'POWER[45]|PPC970' /proc/cpuinfo
+ grep -qEm1 'POWER[45]|PPC970|Cell' /proc/cpuinfo
if [ $? -ne 0 ] ; then
echo "FATAL: can not run POWER4/5 optimized binaries"
exit 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |