]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- rel 1; fixed typo - builds now; one new todo item
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 31 May 2011 18:35:45 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-typos.patch -> 1.1
    glibc.spec -> 1.905

glibc-typos.patch [new file with mode: 0644]
glibc.spec

diff --git a/glibc-typos.patch b/glibc-typos.patch
new file mode 100644 (file)
index 0000000..ab14aaa
--- /dev/null
@@ -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
index 0bcf4ff6a7a8c85ec75d491f727d910bb92e6006..447e953db58c6ee3c354c1ab0c6f75fb24ac8bb5 100644 (file)
@@ -1,6 +1,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},
@@ -34,7 +35,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.14
-Release:       0.1
+Release:       1
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -71,6 +72,7 @@ Patch20:      %{name}-thread_start.patch
 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
@@ -925,6 +927,7 @@ mv %{name}-ports-%{ports_version} ports
 %{?with_cross:%patch21 -p1}
 %patch22 -p1
 %patch23 -p0
+%patch24 -p1
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
@@ -1383,7 +1386,7 @@ fi
 %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
 
This page took 1.990584 seconds and 4 git commands to generate.