packages: glibc/glibc.spec, glibc/glibc-typos.patch (NEW) - rel 1; fixed ty...

arekm arekm at pld-linux.org
Tue May 31 20:35:50 CEST 2011


Author: arekm                        Date: Tue May 31 18:35:50 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1; fixed typo - builds now; one new todo item

---- Files affected:
packages/glibc:
   glibc.spec (1.904 -> 1.905) , glibc-typos.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.904 packages/glibc/glibc.spec:1.905
--- packages/glibc/glibc.spec:1.904	Tue May 31 19:39:41 2011
+++ packages/glibc/glibc.spec	Tue May 31 20:35:45 2011
@@ -2,6 +2,7 @@
 # TODO:
 # - look at locale fixes/updates in bugzilla
 # - no more chicken-egg problem (postshell is no more dynamically linked with libc), remove SONAME symlinks? see files section.
+# - package libdir/audit/sotruss-lib.so (subpackage?)
 # [OLD]
 # - localedb-gen man pages(?)
 # - math/{test-fenv,test-tgmath,test-float,test-ifloat},
@@ -35,7 +36,7 @@
 Summary(uk.UTF-8):	GNU libc версії
 Name:		glibc
 Version:	2.14
-Release:	0.1
+Release:	1
 Epoch:		6
 License:	LGPL v2.1+
 Group:		Libraries
@@ -72,6 +73,7 @@
 Patch21:	%{name}-cross-gcc_eh.patch
 Patch22:	%{name}-with-stroke.patch
 Patch23:	%{name}-pt_pax.patch
+Patch24:	%{name}-typos.patch
 Patch25:	%{name}-cv_gnu89_inline.patch
 Patch26:	%{name}-posix-sh.patch
 Patch27:	%{name}-i686.patch
@@ -926,6 +928,7 @@
 %{?with_cross:%patch21 -p1}
 %patch22 -p1
 %patch23 -p0
+%patch24 -p1
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
@@ -1384,7 +1387,7 @@
 %endif
 %attr(755,root,root) %{_bindir}/locale
 %attr(755,root,root) %{_bindir}/rpcgen
-
+%attr(755,root,root) %{_bindir}/sotruss
 %attr(755,root,root) %{_sbindir}/zdump
 %attr(755,root,root) %{_sbindir}/zic
 
@@ -1730,6 +1733,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.905  2011/05/31 18:35:45  arekm
+- rel 1; fixed typo - builds now; one new todo item
+
 Revision 1.904  2011/05/31 17:39:41  arekm
 - initial update to 0.14; force ld.bfd
 

================================================================
Index: packages/glibc/glibc-typos.patch
diff -u /dev/null packages/glibc/glibc-typos.patch:1.1
--- /dev/null	Tue May 31 20:35:50 2011
+++ packages/glibc/glibc-typos.patch	Tue May 31 20:35:45 2011
@@ -0,0 +1,11 @@
+--- glibc/sysdeps/unix/sysv/linux/dl-osinfo.h~	2011-05-20 07:02:54.221919889 +0200
++++ glibc/sysdeps/unix/sysv/linux/dl-osinfo.h	2011-05-31 19:47:35.281916707 +0200
+@@ -81,7 +81,7 @@
+ 	{
+ 	  ssize_t reslen = read_not_cancel (fd, ret.bytes + 1, filllen);
+ 	  close_not_cancel_no_status (fd);
+-	  if (reslen == (ssize_) filllen)
++	  if (reslen == (ssize_t) filllen)
+ 	    return ret.num;
+ 	}
+ # endif
================================================================

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



More information about the pld-cvs-commit mailing list