From bfbb839de97579d69eeac081fd897990818f3717 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 13:55:19 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index 538d6f1..f06f9ce 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 1%{?dist} +Release: 2%{?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 URL: https://mathjax.org @@ -43,5 +43,8 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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 From b73a6000406a1a0a18c45cde314d0a2dc60c5de3 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Fri, 20 Oct 2023 10:12:28 +0200 Subject: [PATCH 2/7] Correct license tag (rhbz#2244891) --- mathjax3.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mathjax3.spec b/mathjax3.spec index f06f9ce..a7f52fc 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,8 +1,8 @@ Name: mathjax3 Version: 3.2.2 -Release: 2%{?dist} +Release: 3%{?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,6 +48,9 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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 From fded432955761096453d493bd6671cbb997409d2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 07:03:00 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index a7f52fc..664043d 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 3%{?dist} +Release: 4%{?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 CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org @@ -48,6 +48,9 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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) From ace06351d5bedd3aa27c51dfc0bf1fd27e47ddb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 05:55:25 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index 664043d..972c19d 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 4%{?dist} +Release: 5%{?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 CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org @@ -48,6 +48,9 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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 From a2be502f5917000f172da800e1d7b1b7e2a37e80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 16:53:25 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index 972c19d..f69f4f7 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 5%{?dist} +Release: 6%{?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 CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org @@ -48,6 +48,9 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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 From 8f72965b683c28edf1d566364dda6fca6e45993a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 17:03:08 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index f69f4f7..df659a3 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 6%{?dist} +Release: 7%{?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 CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org @@ -48,6 +48,9 @@ cp -pr es5 %{buildroot}%{_jsdir}/mathjax@3 %license LICENSE %changelog +* 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 From f3d10e1841f6c7ef30b529102891ca6c11fc256b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 21:21:01 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- mathjax3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mathjax3.spec b/mathjax3.spec index df659a3..4547e2c 100644 --- a/mathjax3.spec +++ b/mathjax3.spec @@ -1,6 +1,6 @@ Name: mathjax3 Version: 3.2.2 -Release: 7%{?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 CC-BY-4.0 AND ISC AND (LGPL-2.0-only OR MIT) AND MIT URL: https://mathjax.org @@ -48,6 +48,9 @@ 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