Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2020-04-25 21:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc"

Sat Apr 25 21:22:56 2020 rev:237 rq:796477 version:2.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc.changes      2020-03-18 
12:23:25.276122932 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new.2738/glibc.changes    2020-04-25 
21:23:02.488810132 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 12:43:19 UTC 2020 - Andreas Schwab <[email protected]>
+
+- Split off %lang_package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.hl3tZS/_old  2020-04-25 21:23:04.856815080 +0200
+++ /var/tmp/diff_new_pack.hl3tZS/_new  2020-04-25 21:23:04.860815088 +0200
@@ -446,6 +446,8 @@
 are not essential but recommend to use.
 
 makedb: A program to create a database for nss
+
+%lang_package
 %endif # main
 
 %prep
@@ -819,8 +821,14 @@
        mv {en_US,C}.utf8 %{buildroot}/usr/lib/locale/
        cd ..
 %endif
-# Create file list for glibc-locale package
+
+%ifnarch i686
+# Create file list for glibc-lang package
 %{find_lang} libc
+%else
+# The translations are shared with the base flavour
+rm -rf %{buildroot}%{_datadir}/locale/*/
+%endif
 
 # Miscelanna:
 
@@ -1225,7 +1233,7 @@
 %{_libdir}/gconv/gconv-modules
 %attr(0644,root,root) %verify(not md5 size mtime) %ghost 
%{_libdir}/gconv/gconv-modules.cache
 
-%files locale -f libc.lang
+%files locale
 %defattr(-,root,root)
 %if %{build_locales}
 %{_prefix}/lib/locale
@@ -1328,6 +1336,8 @@
 %{_bindir}/makedb
 %{_prefix}/share/misc/Makefile.makedb
 /var/lib/misc/Makefile
+
+%files lang -f libc.lang
 %endif # !i686
 
 %endif # main



Reply via email to