]> 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 ddd2726afb1fd4cc8abb18bac4589f5711baeb27..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:       1
+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:  e89572dfaa4ed68f99ca86681d04878c
+# 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)
@@ -1206,7 +1210,6 @@ done
 #   son    (gtkspell3, iso-codes)
 #   su     (terminator)
 #   swg    (sim)
-#   syr    (iso-codes)
 #   tet    (vlc)
 #   tw     (libosinfo)
 #   tzm    (iso-codes)
@@ -1295,7 +1298,7 @@ for i in aa aa@saaho ab af ak am an ang anp ar ar_TN as ast az az_IR \
        mai mg mhr mi mjw mk ml mn mni mr ms mt my nds ne nl_BE nn nr nso oc om or os \
        pa pap ps pt ps quz rm ro \
        sa sat sc sd sd@devanagari se shn si sid sl so sq \
-       sr sr@Latn sr@ije sr@ijekavian sr@ijekavianlatin sr@latin ss st sw szl \
+       sr sr@Latn sr@ije sr@ijekavian sr@ijekavianlatin sr@latin ss st sw syr szl \
        ta te tg th ti tig tk tl tlh tn tpi ts tt tt@iqtelif \
        ug uk ur uz uz@cyrillic ve vi wa wal wo xh yi yo zh_HK zu; do
        if [ ! -d $RPM_BUILD_ROOT%{_localedir}/$i/LC_MESSAGES ]; then
@@ -1307,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
@@ -1775,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.028916 seconds and 4 git commands to generate.