Browse Source

updated 2 packages

firefox-68.9.0-1

thunderbird-68.9.0-1

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

+ 11 - 3
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 68.7
-%global geckomajor 68.7
+%global ffmajor 68.9
+%global geckomajor 68.9
 %global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
@@ -42,7 +42,7 @@ Name:           firefox
 Version:        %{ffversion}
 Release:        %{ffrelease}
 URL:            https://www.mozilla.org/ja/
-License:        MPL/LGPL
+License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 Source0:        https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
 Source2:        cbindgen-vendor.tar.xz
@@ -525,6 +525,14 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
+- updated to 68.9.0.
+
+* Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.0-1
+- updated to 68.8.0.
+- updated metainfo.
+- fixed "License:" tag.
+
 * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
 - updated to 68.7.0.
 

+ 14 - 8
t/thunderbird/thunderbird-vl.spec

@@ -36,12 +36,15 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	68.7.0
+Version:	68.9.0
 Release:	1%{?_dist_release}
-URL:		http://www.mozilla.org/projects/thunderbird/
-License:	MPL
 Group:		Applications/Internet
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	daisuke, ryoichi, kazutaka
 
+License:	MPLv1.1 or GPLv2+ or LGPLv2+
+URL:		http://www.mozilla.org/projects/thunderbird/
 Source0:	https://archive.mozilla.org/pub/thunderbird/releases/%{tbversion}/source/thunderbird-%{version}.source.tar.xz
 Source1:	thunderbird-langpacks-%{version}.tar.xz
 Source2:	lightning-langpacks-%{version}.tar.xz
@@ -103,7 +106,6 @@ Patch413:        mozilla-1353817.patch
 
 Patch501:        python-encode.patch
 
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 %if %{with clang}
 BuildRequires:  lld
@@ -164,10 +166,6 @@ Requires(postun):	desktop-file-utils >= %{desktop_file_utils_version}
 Obsoletes:	MozillaThunderbird
 Provides:	MozillaThunderbird = %{version}
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-Packager:	daisuke, ryoichi, kazutaka
-
 AutoProv: 0
 %define _use_internal_dependency_generator 0
 %define __find_requires %{SOURCE100}
@@ -479,6 +477,14 @@ fi
 #===============================================================================
 
 %changelog
+* Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
+- new upstream release.
+
+* Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.1-1
+- new upstream release.
+- updated metainfo.
+- fixed "License:" tag.
+
 * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
 - new upstream release.