Browse Source

updated 2 packages

firefox-78.1.0-1

thunderbird-68.11.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12441 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
0cf2ed769c
2 changed files with 19 additions and 8 deletions
  1. 9 4
      f/firefox/firefox-vl.spec
  2. 10 4
      t/thunderbird/thunderbird-vl.spec

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

@@ -1,9 +1,9 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 78.0
-%global geckomajor 78.0
-%global ffminor 2
+%global ffmajor 78.1
+%global geckomajor 78.1
+%global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %define tarballdir firefox-%{ffversion}
@@ -182,8 +182,10 @@ Requires:       desktop-file-utils >= %{desktop_file_utils_version}
 
 Obsoletes:      phoenix, mozilla-firebird, MozillaFirebird
 Obsoletes:      firefox3
-Conflicts:	firefox-esr
+Conflicts:      firefox-esr
 Provides:       webclient
+Provides:       metainfo()
+Provides:       metainfo(firefox.metainfo.xml)
 
 %if %{build_vine7}
 Conflicts:      xulrunner < 17.0.1
@@ -569,6 +571,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.1.0-1
+- updated to 78.1.0.
+
 * Fri Jul 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.0.2-1
 - updated to 78.0.2.
 - replaced all patches to rawhide's.

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

@@ -36,7 +36,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	68.10.0
+Version:	68.11.0
 Release:	1%{?_dist_release}
 Group:		Applications/Internet
 Vendor:		Project Vine
@@ -163,8 +163,11 @@ Requires:	sqlite3 >= %{sqlite_version}
 Requires(post):		desktop-file-utils >= %{desktop_file_utils_version}
 Requires(postun):	desktop-file-utils >= %{desktop_file_utils_version}
 
-Obsoletes:	MozillaThunderbird
-Provides:	MozillaThunderbird = %{version}
+Obsoletes:      MozillaThunderbird
+Provides:       MozillaThunderbird = %{version}
+
+Provides:       metainfo()
+Provides:       metainfo(thunderbird.metainfo.xml)
 
 AutoProv: 0
 %define _use_internal_dependency_generator 0
@@ -187,7 +190,7 @@ cd %{tarballdir}
 
 
 # Firefox patches
-%patch1 -p1 -b .no-rust-lto
+#patch1 -p1 -b .no-rust-lto
 %patch2 -p1 -b .rust-network-check
 %patch7 -p1 -b .debugedits-error
 %ifarch %{ix86} %{arm} ppc
@@ -477,6 +480,9 @@ fi
 #===============================================================================
 
 %changelog
+* Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.11.0-1
+- new upstream release.
+
 * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.10.0-1
 - new upstream release.