Browse Source

updated 3 packages

firefox-78.12.0-1

mozjs78-78.12.0-1

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

+ 5 - 2
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 78.11
-%global geckomajor 78.11
+%global ffmajor 78.12
+%global geckomajor 78.12
 %global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
@@ -553,6 +553,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Fri Jul 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.12.0-1
+- updated to 78.12.0.
+
 * Wed Jun 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.11.0-1
 - updated to 78.11.0.
 

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

@@ -23,7 +23,7 @@
 %endif
 
 Name:           mozjs%{major}
-Version:        78.8.0
+Version:        78.12.0
 Release:        1%{?_dist_release}
 Summary:        SpiderMonkey JavaScript library
 Group:          system
@@ -82,6 +82,11 @@ BuildRequires:  icu
 %if 0%{?system_libatomic}
 BuildRequires:  libatomic
 %endif
+Obsoletes:      mozjs68 < 78.0.0
+Obsoletes:      mozjs60 < 68.0.0
+Obsoletes:      mozjs52 < 60.0.0
+Obsoletes:      mozjs24 < 52.0.0
+Obsoletes:      js < 1:1.8.6
 
 %description
 SpiderMonkey is the code-name for Mozilla Firefox's C++ implementation of
@@ -270,6 +275,9 @@ PYTHONPATH=tests/lib %{__python3} jit-test/jit_test.py -s -t 1800 --no-progress
 
 
 %changelog
+* Fri Jul 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.12.0-1
+- new upstream release.
+
 * Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.8.0-1
 - new upstream release.
 - dropped Patch1000: fixed in upstream.

+ 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.11.0
+Version:	78.12.0
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Vendor:		Project Vine
@@ -424,6 +424,9 @@ install -m644 %{SOURCE1030} $RPM_BUILD_ROOT%{_datadir}/metainfo/mozilla-thunderb
 #===============================================================================
 
 %changelog
+* Fri Jul 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.12.0-1
+- new upstream release.
+
 * Fri Jun 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.11.0-1
 - new upstream release.