]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- rel 2; nscd fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 2 Jun 2011 18:32:57 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-typos.patch -> 1.2
    glibc.spec -> 1.908

glibc-typos.patch [deleted file]
glibc.spec

diff --git a/glibc-typos.patch b/glibc-typos.patch
deleted file mode 100644 (file)
index ab14aaa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 8e363643394ba974eb41c816ac7fd68a4c7b0817..7ae1dfd689663135b23d92638d7fb7ea4442d1bf 100644 (file)
@@ -35,7 +35,7 @@ Summary(tr.UTF-8):    GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       2.14
-Release:       1
+Release:       2
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
@@ -71,7 +71,6 @@ 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
@@ -83,6 +82,7 @@ Patch33:      0020_all_glibc-tweak-rfc1918-lookup.patch
 Patch35:       0055_all_glibc-2.12-static-shared-getpagesize.patch
 Patch37:       0061_all_glibc-2.13-static-memset.patch
 Patch38:       1055_all_glibc-resolv-dynamic.patch
+Patch39:       %{name}-git.patch
 URL:           http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -926,7 +926,7 @@ mv %{name}-ports-%{ports_version} ports
 %{?with_cross:%patch21 -p1}
 %patch22 -p1
 %patch23 -p0
-%patch24 -p1
+
 %patch25 -p1
 %patch26 -p1
 %patch27 -p1
@@ -940,6 +940,7 @@ mv %{name}-ports-%{ports_version} ports
 
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
This page took 0.044181 seconds and 4 git commands to generate.