aboutsummaryrefslogtreecommitdiffstats
path: root/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-08-19 23:28:44 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-08-19 23:28:44 +0800
commitf453b75911493efabc4204342202b209f0694a56 (patch)
tree0feada7ee6be0249e5a84e09a0ea4716d5449188 /arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
parentbb703f1171098851ae87fc54d8c5b991cd9dbd7c (diff)
downloadcopr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar.gz
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar.bz2
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar.lz
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar.xz
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.tar.zst
copr-rpm-spec-f453b75911493efabc4204342202b209f0694a56.zip
arm-linux-gnueabi-toolchain: GLIBC 2.29 -> 2.30
Diffstat (limited to 'arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec')
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
index b2a076c..18f8f98 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
@@ -55,8 +55,8 @@
%endif
Name: %{cross_triplet}-glibc%{pkg_suffix}
-Version: 2.29
-Release: 2%{?dist}
+Version: 2.30
+Release: 1%{?dist}
Summary: The GNU C Library (%{cross_triplet})
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
@@ -212,6 +212,8 @@ chmod +x %{__ar_no_strip}
%{cross_sysroot}/usr/include/fcntl.h
%{cross_sysroot}/usr/include/features.h
%{cross_sysroot}/usr/include/fenv.h
+%dir %{cross_sysroot}/usr/include/finclude
+%{cross_sysroot}/usr/include/finclude/math-vector-fortran.h
%{cross_sysroot}/usr/include/fmtmsg.h
%{cross_sysroot}/usr/include/fnmatch.h
%{cross_sysroot}/usr/include/fpu_control.h
@@ -347,7 +349,6 @@ chmod +x %{__ar_no_strip}
%{cross_sysroot}/usr/include/stdlib.h
%{cross_sysroot}/usr/include/string.h
%{cross_sysroot}/usr/include/strings.h
-%{cross_sysroot}/usr/include/stropts.h
%dir %{cross_sysroot}/usr/include/sys
%{cross_sysroot}/usr/include/sys/acct.h
%{cross_sysroot}/usr/include/sys/auxv.h
@@ -364,10 +365,10 @@ chmod +x %{__ar_no_strip}
%{cross_sysroot}/usr/include/sys/fsuid.h
%{cross_sysroot}/usr/include/sys/gmon.h
%{cross_sysroot}/usr/include/sys/gmon_out.h
-%{cross_sysroot}/usr/include/sys/inotify.h
-%if %{cross_arch} == "arm"
-%{cross_sysroot}/usr/include/sys/io.h
+%if %{cross_arch} == "arm64"
+%{cross_sysroot}/usr/include/sys/ifunc.h
%endif
+%{cross_sysroot}/usr/include/sys/inotify.h
%{cross_sysroot}/usr/include/sys/ioctl.h
%{cross_sysroot}/usr/include/sys/ipc.h
%{cross_sysroot}/usr/include/sys/kd.h
@@ -402,7 +403,6 @@ chmod +x %{__ar_no_strip}
%{cross_sysroot}/usr/include/sys/stat.h
%{cross_sysroot}/usr/include/sys/statfs.h
%{cross_sysroot}/usr/include/sys/statvfs.h
-%{cross_sysroot}/usr/include/sys/stropts.h
%{cross_sysroot}/usr/include/sys/swap.h
%{cross_sysroot}/usr/include/sys/syscall.h
%{cross_sysroot}/usr/include/sys/sysctl.h
@@ -600,6 +600,9 @@ chmod +x %{__ar_no_strip}
%changelog
+* Mon Aug 19 2019 Ting-Wei Lan <lantw44@gmail.com> - 2.30-1
+- Update to 2.30
+
* Wed May 01 2019 Ting-Wei Lan <lantw44@gmail.com> - 2.29-2
- Rebuilt for Fedora 30 and 31