automatic version update by autodist [release 3.60-1mamba;Mon Dec 14 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:13:03 +01:00
parent b1314e385b
commit 5c24df3e3c

View File

@ -6,7 +6,7 @@
%define with_test 0
%define with_nsspem 0
Name: libnss
Version: 3.59
Version: 3.60
Release: 1mamba
Summary: Network Security Services
Group: System/Libraries
@ -112,10 +112,6 @@ mv nss-pem-%{version}/nss/lib/ckfw/pem/ nss/lib/ckfw/
%patch10 -p0
%patch15 -p1
#%ifarch x86_64
#sed -i "s|/lib,|/lib64,|" nss/config/Makefile
#%endif
%build
#:<< __EOF
export BUILD_OPT=1
@ -135,8 +131,11 @@ export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
USE_SYSTEM_ZLIB=1 \
NSS_ENABLE_WERROR=0 \
ZLIB_LIBS=-lz \
%ifarch x86_64
%ifarch x86_64 aarch64
USE_64=1 \
%endif
%ifarch arm
OS_TEST=arm \
%endif
NSS_USE_SYSTEM_SQLITE=1
@ -281,6 +280,9 @@ ln -s nss3 %{buildroot}%{_includedir}/nss
%{_includedir}/nss3/*
%changelog
* Mon Dec 14 2020 Automatic Build System <autodist@mambasoft.it> 3.60-1mamba
- automatic version update by autodist
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 3.59-1mamba
- automatic version update by autodist