diff --git a/.gitignore b/.gitignore index 6c8816b..fd24cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/nspr-4.25.tar.gz -SOURCES/nspr-config.xml +SOURCES/nspr-4.32.tar.gz diff --git a/.nspr.metadata b/.nspr.metadata index ab992ed..f10a911 100644 --- a/.nspr.metadata +++ b/.nspr.metadata @@ -1,2 +1 @@ -fe02a9056ce867677401b3d6372cdb62f7c7aad4 SOURCES/nspr-4.25.tar.gz -f748a225d13fc55d8843c93002a6e8b79cd3779d SOURCES/nspr-config.xml +28e05ef5cbe6e7cde239d3cdcccabf571ec73f69 SOURCES/nspr-4.32.tar.gz diff --git a/SOURCES/nspr-config.xml b/SOURCES/nspr-config.xml new file mode 100644 index 0000000..9e3f99c --- /dev/null +++ b/SOURCES/nspr-config.xml @@ -0,0 +1,127 @@ + + + +]> + + + + + &date; + Netscape Portable Runtime + nspr + &version; + + + + nspr-config + 1 + + + + nspr-config + Return meta information about nspr libraries + + + + + nspr-config + + + + + + + + + + + + Description + nspr-config is a shell script which can be used to obtain gcc options for building client pacakges of nspr. + + + + Options + + + + + Returns the top level system directory under which the nspr libraries are installed. + + + + + Returns the top level system directory under which any nspr binaries would be installed. + + + + count + Returns the path to the directory were the nspr headers are installed. + + + + + Returns the upstream version of nspr in the form major_version-minor_version-patch_version. + + + + + Returns the compiler linking flags. + + + + + Returns the compiler include flags. + + + + + Returns the path to the directory were the nspr libraries are installed. + + + + + + + Examples + + The following example will query for both include path and linkage flags: + + /usr/bin/nspr-config --cflags --libs + + + + + + + + Files + + /usr/bin/nspr-config + + + + + See also + pkg-config(1) + + + + Authors + The NSPR liraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google. + + Authors: Elio Maldonado <emaldona@redhat.com>. + + + + + + LICENSE + Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + + + + + diff --git a/SPECS/nspr.spec b/SPECS/nspr.spec index 0e80046..f3e731e 100644 --- a/SPECS/nspr.spec +++ b/SPECS/nspr.spec @@ -1,4 +1,4 @@ -%global nspr_version 4.25.0 +%global nspr_version 4.32.0 # The upstream omits the trailing ".0", while we need it for # consistency with the pkg-config version: @@ -11,9 +11,9 @@ rpm.define(string.format("nspr_archive_version %s", Summary: Netscape Portable Runtime Name: nspr Version: %{nspr_version} -Release: 2%{?dist} +Release: 1%{?dist} License: MPLv2.0 -URL: http://www.mozilla.org/projects/nspr/ +URL: http://ftp.mozilla.org/pub/nspr/releases/v${nspr_archive_version}/src Group: System Environment/Libraries Conflicts: filesystem < 3 BuildRequires: gcc @@ -152,6 +152,15 @@ done %{_mandir}/man*/* %changelog +* Thu Jun 17 2021 Bob Relyea - 4.32.0-1 +- Update to NSPR 4.32 + +* Thu Jun 17 2021 Bob Relyea - 4.31.0-1 +- Update to NSPR 4.31 + +* Tue Jun 1 2021 Bob Relyea - 4.30.0-1 +- Update to NSPR 4.30 + * Mon Jun 29 2020 Daiki Ueno - 4.25.0-2 - Rebuild