From 770983851a95efaee37220add86d0320b2165ae2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:07:55 +0100 Subject: [PATCH] automatic version update by autodist [release 2.22-1mamba;Mon Aug 17 2015] --- glibc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 95e1951..faed01f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -107,8 +107,8 @@ %endif Name: glibc -Version: 2.21 -Release: 3mamba +Version: 2.22 +Release: 1mamba Summary: The GNU libc libraries Group: System/Libraries Vendor: openmamba @@ -579,7 +579,10 @@ _EOF %if "%{_target_platform}" == "%{_build}" make localedata/install-locales -C ../glibc-build install_root=%{buildroot} %else + # WORKAROUND: worked up to 2.21 + mkdir -p %{buildroot}%{_prefix}/lib/locale make LOCALEDEF="I18NPATH=. LC_ALL=C localedef" localedata/install-locales -C ../glibc-build install_root=%{buildroot} + mv %{buildroot}%{_prefix}/lib/locale/* %{buildroot}%{glibc_prefix}/lib/locale/ %endif mv localedata/SUPPORTED localedata/SUPPORTED.openmamba mv localedata/SUPPORTED.orig localedata/SUPPORTED @@ -920,6 +923,9 @@ exit 0 %endif %changelog +* Mon Aug 17 2015 Automatic Build System 2.22-1mamba +- automatic version update by autodist + * Sun Apr 12 2015 Silvan Calarco 2.21-3mamba - new cross target: arm-openmamba-linux-gnueabihf