forked from pool/glibc
Accepting request 126063 from home:a_jaeger:my-factory-packages
Fix fmod, strcase_cmp_l OBS-URL: https://build.opensuse.org/request/show/126063 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=191
This commit is contained in:
parent
1641a3edb2
commit
d5511be555
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cb9ee564d4afe68d4dceac5f07cc6cbd155df2cd5a021a795b92d7877bf32ef
|
||||
size 15778016
|
3
glibc-2.15-b640404bd8c9.tar.xz
Normal file
3
glibc-2.15-b640404bd8c9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52470be67846a71f161cd3c77bc8c1768e43c0205cafea86f4317d885e3d83eb
|
||||
size 10355188
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 07:11:49 UTC 2012 - aj@suse.de
|
||||
|
||||
- Update to glibc 2.15 branch (git id b640404bd8c9):
|
||||
* Fix fmod implementation that returned NaN for some values.
|
||||
* Fix strcase_cmp_l x86 multiarch implementation.
|
||||
* Remove glibc-2.15-avx2.patch, merged now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 11:44:59 UTC 2012 - aj@suse.de
|
||||
|
||||
|
@ -117,12 +117,12 @@ Provides: ld-linux.so.3(GLIBC_2.4)
|
||||
Version: 2.15
|
||||
Release: 0
|
||||
%define glibc_major_version 2.15
|
||||
%define git_id 60ff996420f9
|
||||
%define git_id b640404bd8c9
|
||||
%define glibc_ports_ver 2.15
|
||||
%define ports_git_id 8a70b2dcabbf
|
||||
Url: http://www.gnu.org/software/libc/libc.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: glibc-%{version}-%{git_id}.tar.bz2
|
||||
Source: glibc-%{version}-%{git_id}.tar.xz
|
||||
%define glibc_ports_dir glibc-ports-%{glibc_ports_ver}
|
||||
Source2: glibc-ports-%{glibc_ports_ver}-%{ports_git_id}.tar.bz2
|
||||
Source3: noversion.tar.bz2
|
||||
@ -278,8 +278,6 @@ Patch1011: armhf-ld-so.patch
|
||||
Patch1012: glibc-nscd-foreground.patch
|
||||
# PATCH-FIX-UPSTREAM Fix confstr use of local buffer outside its extent
|
||||
Patch1013: confstr.patch
|
||||
# PATCH-FIX-UPSTREAM Use HAS_AVX - aj@suse.de
|
||||
Patch1014: glibc-2.15-avx2.patch
|
||||
# PATCH-FIX-UPSTREAM Bogus FPE on underflow for exp(double) bnc#767956 - aj@suse.de
|
||||
Patch1015: glibc-2.16-expf-underflow-exception.patch
|
||||
# PATCH-FIX-UPSTREAM Fix gb18030 code bnc#54080
|
||||
@ -558,7 +556,6 @@ rm nscd/s-stamp
|
||||
%endif
|
||||
%patch1012 -p1
|
||||
%patch1013 -p1
|
||||
%patch1014 -p1
|
||||
%patch1015 -p1
|
||||
%patch1016 -p1
|
||||
%patch1017 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user