Commit Graph

82 Commits

Author SHA1 Message Date
eabdullin caa6fa8d54 Debrand 2023-06-20 15:15:21 +03:00
eabdullin 8b3ebc9085 Upstream release: thunderbird-102.12.0-1.el9_2 2023-06-20 13:35:34 +03:00
Eike Rathke 8a335bfbee Resolves: #2211006 Update to 102.12.0 build1 2023-06-13 18:27:02 +02:00
Jan Horak 335009783a Related: #2211006 Fixes rhbz#2208156 - generic icon in taskbar 2023-06-13 18:26:57 +02:00
Eike Rathke 8007dbe364 Related: #2192800 Fix FTBFS with clang LLVM 16
Add rust-bindgen patch for building against clang LLVM 16 on
c9s/rhel-9.3.0

With clang LLVM 16 rust-bindgen 0.56.0 is too old, see
https://github.com/rust-lang/rust-bindgen/pull/2319
https://github.com/rust-lang/rust-bindgen/issues/2312
https://github.com/rust-lang/rust-bindgen/issues/2488
https://github.com/rust-lang/rust-bindgen/pull/2339
https://github.com/rust-lang/rust-bindgen/issues/2325

Introduce dist_to_rhel9_minor() and rhel9_minor_version.
Rename dist_to_rhel_minor() to dist_to_rhel8_minor() and
rhel_minor_version to rhel8_minor_version.

Add mp4parse-rust patch to build with rust 1.70

Discovered as
8b5b652d38
apparently its commit summary "Fix unstable-name-collisions warning by using
fully qualified path" being completely unrelated to the original error message:

    error[E0277]: the trait bound `u64: Mul<NonZeroU8>` is not satisfied
	--> /builddir/build/BUILD/thunderbird-102.11.1/third_party/rust/mp4parse/src/lib.rs:3188:62
	 |
    3188 |                 static_assertions::const_assert!(<$lhs>::MAX * <$rhs>::MAX <= <$output>::MAX);
	 |                                                              ^ no implementation for `u64 * NonZeroU8`
2023-06-09 13:41:52 +02:00
Eike Rathke 5c6da785a2 Resolves: #2192800 Update to 102.11.0 build1 2023-05-17 18:08:14 +02:00
Eike Rathke 07bb4067ec Related: #2183251 .el8 is rhel-8.9.0 2023-05-17 18:08:14 +02:00
Eike Rathke 7d06941d7f Resolves: #2183251 Update to 102.10.0 build2 2023-04-12 12:24:37 +02:00
Eike Rathke 391d4c22cc Resolves: #2183251 Update to 102.10.0 build1 2023-04-12 12:24:37 +02:00
Jan Horak 826b5a65ca Resolves: #2176603 Update bundled nss sources to nss-3.79.0-11.el8_1.src.rpm 2023-03-27 17:53:29 +02:00
Eike Rathke 9adeaf07ea Resolves: #2176603 Update to 102.9.0 build1 2023-03-27 17:53:29 +02:00
Eike Rathke 368a0d9aff Resolves: #2167592 Update to 102.8.0 build2
Also reintroduce buildnum source file upload.
2023-02-17 15:18:24 +01:00
Eike Rathke 7f82227792 Resolves: #2167592 Update to 102.8.0 build1 2023-02-17 15:18:24 +01:00
Eike Rathke c7a435e551 Resolves: #2158870 Update to 102.7.1 build2 2023-02-02 11:36:58 +01:00
Eike Rathke 59f532cac0 Resolves: #2158870 Update to 102.7.1 build1 2023-02-02 11:36:58 +01:00
Eike Rathke b6ed0b8cb3 Resolves: #2158870 Update to 102.7.0 build1 2023-02-02 11:36:58 +01:00
Eike Rathke a70655ddde Resolves: #2151175 Update to 102.6.0 build2 2022-12-14 18:08:21 +01:00
Eike Rathke 36e9231129 Related: #2151175 use_openssl_for_librnp requires openssl >= 1.1.1e
... because EVP_PKEY_CTX_set_dsa_paramgen_q_bits was introduced only
there.
2022-12-14 18:08:21 +01:00
Eike Rathke 08c6adcbb6 Resolves: #2151175 Update to 102.6.0 build1 2022-12-14 18:08:21 +01:00
Jan Horak 6b77ea1eb5 Resolves: #2141558 Remove the RHEL_ENV_VARS from thunderbird.sh.in 2022-12-14 18:08:21 +01:00
Jan Horak 8eeb287107 Resolves: #2141558 Use openssl for the librnp crypto backend to enable the openpgp encryption 2022-12-14 18:08:21 +01:00
Eike Rathke 0c4499a3d5 Resolves: #2141558 Update to 102.5.0 build2 2022-11-18 14:08:48 +01:00
Eike Rathke a92a3b18ce Resolves: #2141558 Update to 102.5.0 build1 2022-11-18 14:08:21 +01:00
Eike Rathke 2dea159669 Update to 102.4.0 2022-10-25 18:14:34 +00:00
Jan Horak e7df392572 Resolves: #2126006 Update to 102.3.0, sync from rhel-8 2022-09-22 13:11:59 +02:00
Eike Rathke 320585dfda Resolves: #2119744 Update to 91.13.0 build1 2022-08-25 11:30:04 +02:00
Eike Rathke ca2edbcab7 Resolves: #2108109 Update to 91.12.0 build1 2022-07-29 14:30:12 +02:00
Eike Rathke 8204575561 Resolves: #2098637 Update to 91.11.0 build2 2022-06-29 16:24:37 +02:00
Eike Rathke 6fb0244038 Resolves: #2098637 Update to 91.11.0 build1 2022-06-29 16:24:29 +02:00
Eike Rathke a6d899612c Related: #2079746 Workaround the dreaded "upstream source file changed content" rpmdiff failure 2022-06-29 16:23:59 +02:00
Eike Rathke 84806ecf2e Resolves: #2089663 Update to 91.10.0 build1 2022-06-01 17:26:31 +02:00
Jan Horak 925dfb514e Resolves: #2089233 Update to 91.9.1 2022-05-24 15:36:59 +02:00
Eike Rathke 007cf4a974 Resolves: #2079746 Update to 91.9.0 build3 2022-05-05 11:23:21 +02:00
Eike Rathke c416a6f078 Resolves: #2079746 Update to 91.9.0 build2 2022-05-05 11:23:21 +02:00
Eike Rathke 8fc9a3ca8c Resolves: #2079746 Update to 91.9.0 2022-05-05 11:23:20 +02:00
Eike Rathke 90d592b6c8 Resolves: #2072586 Update to 91.8.0 2022-04-07 19:35:15 +02:00
Eike Rathke e6e31c652a Resolves: #2060202 Update to 91.7.0 build2 2022-03-10 19:00:31 +01:00
Eike Rathke 0f37f047ac Resolves: #2060202 Exit failed build asap 2022-03-10 19:00:31 +01:00
Eike Rathke f59ad8bff3 Resolves: #2060202 Add expat backports 2022-03-10 19:00:31 +01:00
Eike Rathke c86e7a87c5 Resolves: #2060202 Update to 91.7.0 build1 2022-03-10 19:00:31 +01:00
Jan Horak cabef946e6 Resolves: #2051925 Fixed sed expression 2022-02-11 15:39:22 +01:00
Jan Horak 0f4eac5eea Resolves: #2051925 Move appdata to metainfo and use stock icon instead of remote 2022-02-11 14:21:22 +01:00
Eike Rathke 8edeef8179 Resolves: #2051925 Update to 91.6.0 build1 2022-02-09 15:01:00 +01:00
Jan Horak 37a910bc39 Resolves: #2037148 Using upstream appdata file 2022-01-18 14:21:18 +01:00
Jan Horak d1774c1a0f Resolves: #2037148 Enable optimalization for s390x 2022-01-14 12:50:23 +01:00
Jan Horak a7c5615ab7 Resolves: #2037148 Added rpminspect.yaml to workaround gating 2022-01-12 15:04:35 +01:00
Eike Rathke aebee05a8a Resolves: #2037148 Update to 91.5.0 build1 2022-01-11 17:32:50 +01:00
Eike Rathke f06d27d1b3 Resolves: #2029734 Update to 91.4.0
This is a combination of 3 commits.

Fix version number typo in changelog

Update to 91.4.0 build1
and bundled nss-3.67.0-7.el8_1.src.rpm of RHEL-8.{1,2} sync.

Update to 91.4.0 build2
2021-12-08 16:42:30 +01:00
Eike Rathke e97ae19e9f Resolves: #2019253 Update to 91.3.0 2021-11-03 16:49:40 +01:00
Eike Rathke 6f09c7f922 Resolves: #2010722 Update to 91.2.0
Sync to rhel-8 applying diff minus gating.yaml and changelog and old cruft.
Re-add some Provides: bundled(...)
2021-10-08 21:57:23 +02:00