]> git.pld-linux.org Git - packages/glibc.git/blobdiff - glibc.spec
- package ka/LC_TIME locale dir (for coreutils 9.2); release 3
[packages/glibc.git] / glibc.spec
index 039a7d501dc8ffe5c3f77a4d988a3c0e84d360ec..eeac4037be1b3b2442ed19d59f7bd2594b8f0037 100644 (file)
@@ -43,7 +43,7 @@
 %define                with_static_pie         1
 %endif
 
-%define                core_version    2.36
+%define                core_version    2.37
 %define                llh_version     7:2.6.32.1-1
 
 Summary:       GNU libc
@@ -57,12 +57,12 @@ Summary(tr.UTF-8):  GNU libc
 Summary(uk.UTF-8):     GNU libc версії
 Name:          glibc
 Version:       %{core_version}
-Release:       5
+Release:       3
 Epoch:         6
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz
-# Source0-md5: 00e9b89e043340f688bc93ec03239b57
+# Source0-md5: e89cf3dcb64939d29f04b4ceead5cc4e
 Source2:       nscd.init
 Source3:       nscd.sysconfig
 Source4:       nscd.logrotate
@@ -74,7 +74,7 @@ Source7:      %{name}-LD-path.c
 Source9:       nscd.tmpfiles
 # use branch.sh to update glibc-git.patch
 Patch0:                glibc-git.patch
-# Patch0-md5:  f46facf99e04a24f4d435b4f26dfd8e3
+# Patch0-md5:  86773bb487a8ee4c7b9a8194ee0f3b96
 # against GNU TP (libc domain)
 #Patch1:               %{name}-pl.po-update.patch
 Patch2:                %{name}-pld.patch
@@ -97,6 +97,7 @@ Patch19:      %{name}-ZA_collate.patch
 Patch23:       %{name}-pt_pax.patch
 
 Patch30:       glibc-rh1124987.patch
+Patch31:       arm-widevine-compat.patch
 URL:           http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf >= 2.69
@@ -972,6 +973,9 @@ exit 1
 %patch23 -p0
 
 %patch30 -p1
+%ifarch %{arm} aarch64
+%patch31 -p1
+%endif
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1177,7 +1181,7 @@ done
 #   haw    (iso-codes, stellarium)
 #   hrx    (stellarium)
 #   hye    (xfce)
-#   ie     (xfce, cinnamon)
+#   ie     (GNOME, xfce, cinnamon)
 #   ilo    (kudzu, libosinfo, libreport)
 #   io     (alacarte, gtk+2, gnome, iso-codes)
 #   jam    (iso-codes)
@@ -1306,7 +1310,7 @@ for i in aa aa@saaho ab af ak am an ang anp ar ar_TN as ast az az_IR \
 done
 
 # LC_TIME category, used for localized date formats (at least by coreutils)
-for i in af be bg ca cs da de el en eo es et eu fi fr ga gl hr hu ia id it ja kk ko lg lt \
+for i in af be bg ca cs da de el en eo es et eu fi fr ga gl hr hu ia id it ja ka kk ko lg lt \
        ms nb nl pl pt pt_BR ro ru rw sk sl sr sv tr uk vi zh_CN zh_TW; do
        if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i ]; then
                echo "%lang($lang) %{_localedir}/$i" >> glibc.lang
@@ -1774,7 +1778,7 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ldd
 %attr(755,root,root) %{_bindir}/pldd
-%ifarch %{ix86} m68k sparc sparcv9
+%ifarch m68k sparc sparcv9
 %attr(755,root,root) %{_bindir}/lddlibc4
 %endif
 %attr(755,root,root) %{_bindir}/sotruss
This page took 0.036797 seconds and 4 git commands to generate.