Accepting request 910949 from mozilla:Factory

- added a ccache conditional

- update to version 4.32
  * implement new socket option PR_SockOpt_DontFrag
  * support larger DNS records by increasing the default buffer
    size for DNS queries

OBS-URL: https://build.opensuse.org/request/show/910949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nspr?expand=0&rev=81
This commit is contained in:
Richard Brown 2021-08-11 09:47:06 +00:00 committed by Git OBS Bridge
commit 1459ead04c
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 9 12:36:58 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
- added a ccache conditional
-------------------------------------------------------------------
Sun Jul 18 09:17:57 UTC 2021 - Manfred Hollstein <manfred.h@gmx.net>
- update to version 4.32
* implement new socket option PR_SockOpt_DontFrag
* support larger DNS records by increasing the default buffer
size for DNS queries
-------------------------------------------------------------------
Thu May 27 16:54:45 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -2,7 +2,7 @@
# spec file for package mozilla-nspr
#
# Copyright (c) 2021 SUSE LLC
# 2006-2020 Wolfgang Rosenauer
# 2006-2021 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,10 @@
#
%define useccache 1
Name: mozilla-nspr
Version: 4.31
Version: 4.32
Release: 0
Summary: Netscape Portable Runtime
License: MPL-2.0
@ -26,6 +28,9 @@ Group: System/Libraries
URL: http://www.mozilla.org/projects/nspr/
BuildRequires: gcc-c++
BuildRequires: pkg-config
%if 0%{useccache} != 0
BuildRequires: ccache
%endif
# bug437293
%ifarch ppc64
Obsoletes: mozilla-nspr-64bit
@ -77,6 +82,9 @@ export CFLAGS="%{optflags}"
%endif
--libdir=%{_libdir} \
--includedir=%{_includedir}/nspr4 \
%if 0%{useccache} != 0
--with-ccache \
%endif
--prefix=%{_prefix}
make SH_DATE="$BUILD_STRING" SH_NOW="$BUILD_TIME" %{?_smp_mflags}
popd

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5729da87d5fbf1584b72840751e0c6f329b5d541850cacd1b61652c95015abc8
size 1078163

3
nspr-4.32.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb6bf4f534b9559cf123dcdc6f9cd8167de950314a90a88b2a329c16836e7f6c
size 1079004