import nspr-4.32.0-1.el8_4
This commit is contained in:
parent
f6f33dc754
commit
a49a1e8395
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/nspr-4.25.tar.gz
|
||||
SOURCES/nspr-4.32.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
fe02a9056ce867677401b3d6372cdb62f7c7aad4 SOURCES/nspr-4.25.tar.gz
|
||||
28e05ef5cbe6e7cde239d3cdcccabf571ec73f69 SOURCES/nspr-4.32.tar.gz
|
||||
|
@ -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 <rrelyea@redhat.com> - 4.32.0-1
|
||||
- Update to NSPR 4.32
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jun 29 2020 Daiki Ueno <dueno@redhat.com> - 4.25.0-2
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user