automatic version update by autodist [release 2.29-1mamba;Thu Feb 28 2019]

This commit is contained in:
Automatic Build System 2024-01-05 23:07:56 +01:00
parent 2ddd142a6a
commit c37e50d690

View File

@ -107,8 +107,8 @@
%endif %endif
Name: glibc Name: glibc
Version: 2.28 Version: 2.29
Release: 3mamba Release: 1mamba
Summary: The GNU libc libraries Summary: The GNU libc libraries
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -335,9 +335,10 @@ Cross Platform glibc for %{_target_platform}.
%endif %endif
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
#-D -T #-D -T
#:<< ___EOF #:<< ___EOF
%patch5 -p1 %patch5 -p1
%patch17 -p1 %patch17 -p1
%patch18 -p1 %patch18 -p1
@ -399,7 +400,7 @@ case %{target_cpu} in
#if [ "$abi" = "gnueabihf" ]; then #if [ "$abi" = "gnueabihf" ]; then
# buildflags="-g -O3 -fgnu89-inline -mfloat-abi=hard" # buildflags="-g -O3 -fgnu89-inline -mfloat-abi=hard"
#else #else
buildflags="-g -O3 -fgnu89-inline" buildflags="-g -O3"
#fi #fi
;; ;;
x86_64) x86_64)
@ -520,6 +521,7 @@ function build_glibc() {
--cache-file=config.cache \ --cache-file=config.cache \
%endif %endif
$CONFIG_OPTS \ $CONFIG_OPTS \
PYTHON_PROG=%{__python36} \
CFLAGS=\"$buildflags\ -Wl,--build-id\" CFLAGS=\"$buildflags\ -Wl,--build-id\"
# --with-binutils=%{_prefix}/bin \ # --with-binutils=%{_prefix}/bin \
@ -922,6 +924,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Feb 28 2019 Automatic Build System <autodist@mambasoft.it> 2.29-1mamba
- automatic version update by autodist
* Sun Sep 23 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.28-3mamba * Sun Sep 23 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.28-3mamba
- glibc: require locales package - glibc: require locales package