- update to version 4.9.5

* bmo#634793: define NSPR's exact-width integer types PRInt{N} and
    PRUint{N} types to match the <stdint.h> exact-width integer types
    int{N}_t and uint{N}_t.
  * bmo#782815: passing 'int *' to parameter of type 'unsigned int *'
    in setsockopt().
  * bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR.
  * bmo#824742: NSPR shouldn't require librt on Android.
  * bmo#831793: data race on lib->refCount in PR_UnloadLibrary.
  * update config.guess/sub for aarch64 support

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=49
This commit is contained in:
Wolfgang Rosenauer
2013-02-28 23:06:28 +00:00
committed by Git OBS Bridge
parent e9fcf5097a
commit 5c82f78a53
4 changed files with 19 additions and 6 deletions

View File

@@ -1,8 +1,21 @@
-------------------------------------------------------------------
Thu Feb 28 22:56:59 UTC 2013 - wr@rosenauer.org
- update to version 4.9.5
* bmo#634793: define NSPR's exact-width integer types PRInt{N} and
PRUint{N} types to match the <stdint.h> exact-width integer types
int{N}_t and uint{N}_t.
* bmo#782815: passing 'int *' to parameter of type 'unsigned int *'
in setsockopt().
* bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR.
* bmo#824742: NSPR shouldn't require librt on Android.
* bmo#831793: data race on lib->refCount in PR_UnloadLibrary.
-------------------------------------------------------------------
Thu Feb 28 21:26:07 UTC 2013 - dmueller@suse.com
- Add config-guess-sub-update.diff:
* update config.guess/sub for aarch64 support
* update config.guess/sub for aarch64 support
- Add aarch64-support.patch:
* add support for aarch64

View File

@@ -2,7 +2,7 @@
# spec file for package mozilla-nspr
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 2006-2012 Wolfgang Rosenauer
# 2006-2013 Wolfgang Rosenauer
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: mozilla-nspr
Version: 4.9.4
Version: 4.9.5
Release: 0
Summary: Netscape Portable Runtime
License: MPL-2.0

View File

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

3
nspr-4.9.5.tar.bz2 Normal file
View File

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