From 280931e5a80a3cc54d0edbf4251d4818f68f1f75 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 19 Oct 2020 16:55:53 +0300 Subject: [PATCH] nspr-4.29 ver bump --- system/base/nspr/actions.py | 1 + system/base/nspr/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/system/base/nspr/actions.py b/system/base/nspr/actions.py index 4cc7ff49..ef640374 100644 --- a/system/base/nspr/actions.py +++ b/system/base/nspr/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import shelltools NoStrip = ["/usr/lib"] def setup(): + shelltools.system("sed -i 's#$(LIBRARY) ##' nspr/config/rules.mk") # -fno-strict-aliasing workarounds some aliasing violations, see: https://bugzilla.redhat.com/show_bug.cgi?id=487844 --> shelltools.system('nspr/configure \ --prefix=/usr \ diff --git a/system/base/nspr/pspec.xml b/system/base/nspr/pspec.xml index 90c3fd89..bcbb1a6f 100644 --- a/system/base/nspr/pspec.xml +++ b/system/base/nspr/pspec.xml @@ -12,7 +12,7 @@ library Netscape Portable Runtime Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings. - https://ftp.mozilla.org/pub/nspr/releases/v4.26/src/nspr-4.26.tar.gz + https://ftp.mozilla.org/pub/nspr/releases/v4.29/src/nspr-4.29.tar.gz nspr.pc.in generate-pc-config.sh @@ -41,6 +41,13 @@ + + 2020-10-19 + 4.29 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-07-12 4.26