Author: glen                         Date: Tue Oct 27 12:33:37 2009 GMT
Module: packages                      Tag: AC-branch
---- Log message:
- fixing php-cli with php-mysql ext segfault:
   https://bugs.launchpad.net/mysql-server/+bug/343870
  which links to original mysql bug:
   http://bugs.mysql.com/bug.php?id=24507
  which links to glibc bug:
   http://sourceware.org/bugzilla/show_bug.cgi?id=2644
- rel 15

---- Files affected:
packages/glibc:
   glibc.spec (1.583.2.97 -> 1.583.2.98) 

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.583.2.97 
packages/glibc/glibc.spec:1.583.2.98
--- packages/glibc/glibc.spec:1.583.2.97        Wed May 28 18:31:18 2008
+++ packages/glibc/glibc.spec   Tue Oct 27 13:33:30 2009
@@ -87,7 +87,7 @@
 Summary(uk.UTF-8):     GNU libc версії 2.3
 Name:          glibc
 Version:       2.3.6
-Release:       14
+Release:       15
 Epoch:         6
 License:       LGPL
 Group:         Libraries
@@ -149,6 +149,8 @@
 Patch41:       %{name}-nis+-getenv.patch
 Patch42:       %{name}-rh228103.patch
 Patch43:       %{name}-rh219145.patch
+Patch44:       %{name}-posix-sh.patch
+Patch45:       %{name}-bug-2644.patch
 URL:           http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -1002,12 +1004,14 @@
 %patch41 -p1
 %patch42 -p1
 %patch43 -p1
+%patch44 -p1
+%patch45 -p0
 
 chmod +x scripts/cpp
 
 # i786 (aka pentium4) hack
-cd nptl/sysdeps/i386 && ln -s i686 i786 && cd -
-cd nptl/sysdeps/unix/sysv/linux/i386 && ln -s i686 i786 && cd -
+ln -s i686 nptl/sysdeps/i386/i786
+ln -s i686 nptl/sysdeps/unix/sysv/linux/i386/i786
 
 %build
 # Build glibc
@@ -1755,6 +1759,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.583.2.98  2009/10/27 12:33:30  glen
+- fixing php-cli with php-mysql ext segfault:
+   https://bugs.launchpad.net/mysql-server/+bug/343870
+  which links to original mysql bug:
+   http://bugs.mysql.com/bug.php?id=24507
+  which links to glibc bug:
+   http://sourceware.org/bugzilla/show_bug.cgi?id=2644
+- rel 15
+
 Revision 1.583.2.97  2008/05/28 16:31:18  glen
 - longer gecos for nscd
 - kill /bin/sh dep from -devel
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.583.2.97&r2=1.583.2.98&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to