소스 검색

updated 3 packages

firefox-78.8.0-1

mozjs78-78.8.0-1

thunderbird-78.8.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12551 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 년 전
부모
커밋
08dc35ca25
3개의 변경된 파일17개의 추가작업 그리고 17개의 파일을 삭제
  1. 6 5
      f/firefox/firefox-vl.spec
  2. 6 7
      m/mozjs78/mozjs78-vl.spec
  3. 5 5
      t/thunderbird/thunderbird-vl.spec

+ 6 - 5
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.7
-%global geckomajor 78.7
-%global ffminor 1
+%global ffmajor 78.8
+%global geckomajor 78.8
+%global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %define tarballdir firefox-%{ffversion}
@@ -182,8 +182,6 @@ BuildRequires:  zlib-devel
 Requires:       desktop-file-utils >= %{desktop_file_utils_version}
 
 
-Obsoletes:      phoenix, mozilla-firebird, MozillaFirebird
-Obsoletes:      firefox3
 Conflicts:      firefox-esr
 Provides:       webclient
 Provides:       metainfo()
@@ -578,6 +576,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.0-1
+- updated to 78.8.0.
+
 * Sat Feb 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.1-1
 - updated to 78.7.1.
 

+ 6 - 7
m/mozjs78/mozjs78-vl.spec

@@ -23,7 +23,7 @@
 %endif
 
 Name:           mozjs%{major}
-Version:        78.7.0
+Version:        78.8.0
 Release:        1%{?_dist_release}
 Summary:        SpiderMonkey JavaScript library
 Group:          system
@@ -56,9 +56,6 @@ Patch17:        armv7_disable_WASM_EMULATE_ARM_UNALIGNED_FP_ACCESS.patch
 Patch18:        spidermonkey_style_check_disable_s390x.patch
 Patch19:        0001-Skip-failing-tests-on-ppc64-and-s390x.patch
 
-# fix error to build with rust-1.50
-Patch1000:      mozjs-rust1_50.patch
-
 BuildRequires: make
 BuildRequires:  autoconf213
 BuildRequires:  cargo
@@ -133,9 +130,6 @@ pushd ../..
 # Fixes for ppc64 and s390x, there is no need to keep it in ifarch here since mozilla tests support ifarch conditions
 %patch19 -p1
 
-# for rust-1.50.0
-%patch1000 -p1
-
 # Copy out the LICENSE file
 cp LICENSE js/src/
 popd
@@ -276,8 +270,13 @@ PYTHONPATH=tests/lib %{__python3} jit-test/jit_test.py -s -t 1800 --no-progress
 
 
 %changelog
+* Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.8.0-1
+- new upstream release.
+- dropped Patch1000: fixed in upstream.
+
 * Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 78.7.0-1
 - switched to mozjs-78.
+- added Patch1000 to build with rust-1.50.
 
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 68.11.0-1
 - initial build for Vine Linux.

+ 5 - 5
t/thunderbird/thunderbird-vl.spec

@@ -28,7 +28,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	78.7.1
+Version:	78.8.0
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Vendor:		Project Vine
@@ -37,7 +37,7 @@ 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
+Source0:	https://archive.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.xz
 Source1:	thunderbird-langpacks-%{version}.tar.xz
 Source4:	thunderbird-legacy-aurora.tar.xz
 Source12:	thunderbird-vine-default-prefs.js
@@ -139,9 +139,6 @@ 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}
-
 Provides:       metainfo()
 Provides:       metainfo(thunderbird.metainfo.xml)
 
@@ -453,6 +450,9 @@ fi
 #===============================================================================
 
 %changelog
+* Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.0-1
+- new upstream release.
+
 * Sat Feb 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.1-1
 - new upstream release.