diff --git a/mathjax3.spec b/mathjax3.spec index 538d6f1..4547e2c 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,8 +1,8 @@ Name: mathjax3 Version: 3.2.2 -Release: 1%{?dist} +Release: 8%{?dist} Summary: JavaScript library to render math in the browser -License: Apache-2.0 AND 0BSD AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND BSD-3-Clause-Clear AND CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT +License: Apache-2.0 AND 0BSD AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org Source0: https://github.com/mathjax/MathJax-src/archive/%{version}/MathJax-src-%{version}.tar.gz # Additional node modules needed to build from source @@ -29,6 +29,11 @@ in HTML pages. # Disable minimizing of javascript components sed 's!minimize: true!minimize: false!' -i components/webpack.common.js +# https://bugzilla.redhat.com/show_bug.cgi?id=2244891 +# https://github.com/alexei/sprintf.js/issues/211 +# https://github.com/alexei/sprintf.js/pull/212 +sed 's!BSD-3-Clause-Clear!BSD-3-Clause!' -i node_modules/sprintf-js/bower.json + %build npm run compile npm run make-components @@ -43,5 +48,26 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 3.2.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Fri Jan 17 2025 Fedora Release Engineering - 3.2.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Thu Jul 18 2024 Fedora Release Engineering - 3.2.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 3.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 3.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Oct 20 2023 Mattias Ellert - 3.2.2-3 +- Correct license tag (rhbz#2244891) + +* Thu Jul 20 2023 Fedora Release Engineering - 3.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Mar 09 2023 Mattias Ellert - 3.2.2-1 - Initial mathjax version 3 package for Fedora and EPEL