import nspr-4.31.0-1.el8_4
This commit is contained in:
parent
737a76644a
commit
845f47a60e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nspr-4.30.tar.gz
|
||||
SOURCES/nspr-4.31.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
58761ad70dc57f2d5600dd70684791cf36cac02b SOURCES/nspr-4.30.tar.gz
|
||||
3001e873da7535e03a91339e7b55aca6f9f83914 SOURCES/nspr-4.31.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global nspr_version 4.30.0
|
||||
%global nspr_version 4.31.0
|
||||
|
||||
# The upstream omits the trailing ".0", while we need it for
|
||||
# consistency with the pkg-config version:
|
||||
@ -13,7 +13,7 @@ Name: nspr
|
||||
Version: %{nspr_version}
|
||||
Release: 1%{?dist}
|
||||
License: MPLv2.0
|
||||
URL: http://ftp.mozilla.org/pub/nspr/releases/${nspr_archive_version}/src
|
||||
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,9 @@ done
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 17 2021 Bob Relyea <rrelyea@redhat.com> - 4.31.0-1
|
||||
- Update to NSPR 4.31
|
||||
|
||||
* Tue Jun 1 2021 Bob Relyea <rrelyea@redhat.com> - 4.30.0-1
|
||||
- Update to NSPR 4.30
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user