Browse Source

updated 3 packages

firefox-91.1.0-1

mozjs78-78.14.0-1

thunderbird-78.14.0-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
838707c984
3 changed files with 15 additions and 6 deletions
  1. 6 4
      f/firefox/firefox-vl.spec
  2. 5 1
      m/mozjs78/mozjs78-vl.spec
  3. 4 1
      t/thunderbird/thunderbird-vl.spec

+ 6 - 4
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 91.0
-%global ffminor 1
+%global ffmajor 91.1
+%global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %define tarballdir firefox-%{ffversion}
@@ -90,7 +90,6 @@ Patch57:        firefox-disable-ffvpx-with-vapi.patch
 #Patch58:        firefox-crashreporter-build.patch
 #Patch59:        build-python-1.patch
 #Patch60:        build-python-2.patch
-Patch61:        firefox-glibc-dynstack.patch
 
 # Test patches
 # Generate without context by
@@ -214,7 +213,6 @@ cd %{tarballdir}
 #patch58 -p1 -b .firefox-crashreporter-build
 #patch59 -p1 -b .build-python-1
 #patch60 -p1 -b .build-python-2
-%patch61 -p1 -b .glibc-dynstack
 
 # Test patches
 %patch100 -p1 -b .firefox-tests-xpcshell
@@ -566,6 +564,10 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Sep 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 91.1.0-1
+- updated to 91.1.0.
+- dropped Patch61: fixed in upstream.
+
 * Thu Aug 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 91.0.1-1
 - updated to 91.0.1.
 

+ 5 - 1
m/mozjs78/mozjs78-vl.spec

@@ -23,7 +23,7 @@
 %endif
 
 Name:           mozjs%{major}
-Version:        78.13.0
+Version:        78.14.0
 Release:        1%{?_dist_release}
 Summary:        SpiderMonkey JavaScript library
 Group:          system
@@ -95,6 +95,7 @@ Obsoletes:      mozjs68 < 78.0.0
 Obsoletes:      mozjs60 < 68.0.0
 Obsoletes:      mozjs52 < 60.0.0
 Obsoletes:      mozjs24 < 52.0.0
+Obsoletes:      mozjs17 < 24.0.0
 Obsoletes:      js < 1:1.8.6
 
 %description
@@ -297,6 +298,9 @@ PYTHONPATH=tests/lib %{__python3} jit-test/jit_test.py -s -t 1800 --no-progress
 
 
 %changelog
+* Wed Sep 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.14.0-1
+- new upstream release.
+
 * Tue Aug 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.13.0-1
 - new upstream release.
 - dropped ldconfig scriptlets.

+ 4 - 1
t/thunderbird/thunderbird-vl.spec

@@ -6,7 +6,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	78.13.0
+Version:	78.14.0
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Vendor:		Project Vine
@@ -426,6 +426,9 @@ install -m644 %{SOURCE1030} $RPM_BUILD_ROOT%{_datadir}/metainfo/mozilla-thunderb
 #===============================================================================
 
 %changelog
+* Wed Sep 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.14.0-1
+- new upstream release.
+
 * Thu Aug 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.13.0-1
 - new upstream release.
 - imported Patch104 from rawhide.