|
@@ -3,7 +3,7 @@
|
|
|
Summary: Netscape Portable Runtime
|
|
|
Summary(ja): Netscape ポータブルランタイム
|
|
|
Name: nspr
|
|
|
-Version: 4.32
|
|
|
+Version: 4.35
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -15,6 +15,7 @@ URL: http://www.mozilla.org/projects/nspr/
|
|
|
Source0: https://archive.mozilla.org/pub/nspr/releases/v%{version}/src/%{name}-%{version}.tar.gz
|
|
|
|
|
|
Patch1: nspr-config-pc.patch
|
|
|
+Patch2: nspr-gcc-atomics.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Provides: mozilla-nspr
|
|
@@ -66,6 +67,9 @@ memory management (malloc and free) and shared library linking.
|
|
|
|
|
|
cp ./nspr/config/nspr-config.in ./nspr/config/nspr-config-pc.in
|
|
|
%patch1 -p0
|
|
|
+pushd nspr
|
|
|
+%patch2 -p1
|
|
|
+popd
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -131,6 +135,9 @@ NSPR_VERSION=`./config/nspr-config --version`
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Nov 20 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.35-1
|
|
|
+- update to 4.35.
|
|
|
+
|
|
|
* Wed Aug 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.32-1
|
|
|
- update to 4.32.
|
|
|
|