Commit Graph

47 Commits

Author SHA1 Message Date
Eike Rathke
25c747d912 Update to 115.8.0 build1
Resolves: RHEL-25148
2024-02-26 17:13:10 +01:00
Eike Rathke
a6d6468ad6 Update to 115.7.0 build1
Resolves: RHEL-21614
2024-01-30 18:48:28 +01:00
Eike Rathke
dce9e5c9e0 Update to 115.6.0 build2
Resolves:  RHEL-19343
2024-01-02 21:54:45 +01:00
Eike Rathke
b96fa5a3ae Move clean section to the end of the install section
%clean is no longer triggered during brew build, which causes the
rpmbuild byproducts to appear in the build (nss, nspr, etc)

Related:  RHEL-19343
2024-01-02 21:54:15 +01:00
Eike Rathke
8ff89c91b4 Bump default rhel minor versions
Related: RHEL-16513
2023-11-28 17:05:31 +01:00
Eike Rathke
5db7de30bf BuildRequires llvm-devel for llvm-config
Related: RHEL-16513
2023-11-28 17:02:48 +01:00
Eike Rathke
416ecfb54d Force --with-libclang-path also in c9s
Related: RHEL-16513
2023-11-28 12:50:37 +01:00
Eike Rathke
f972d68152 Update to 115.5.0 build1
Resolves: RHEL-16513
2023-11-28 12:50:19 +01:00
Eike Rathke
a66e174237 Force --with-libclang-path only in c8s for now
Related: RHEL-16513
2023-11-28 12:50:15 +01:00
Anton Bobrov
ed57bd32b0 Exclude RHEL 8 and 7 archs that we do not ship from the build process
Related: RHEL-16513
2023-11-28 12:50:08 +01:00
Eike Rathke
5bde5c1fad Tell where to find libclang, detection fails
Related: RHEL-14560
2023-11-01 15:35:47 +01:00
Eike Rathke
fb8efdfce5 Update to 115.4.1 build1
Resolves: RHEL-14560
2023-11-01 15:35:39 +01:00
Anton Bobrov
51020835d3 Update to 115.4.0 build3
Resolves: RHEL-14560
2023-11-01 15:35:26 +01:00
Eike Rathke
0d0fe5cdb7 Update to 115.4.0 build2
Resolves: RHEL-14560
2023-11-01 15:35:20 +01:00
Eike Rathke
c3262a9452 Update to 115.4.0 build1
Resolves: RHEL-14560
2023-11-01 15:35:07 +01:00
Eike Rathke
107fdd3003 Add fix for CVE-2023-44488
Resolves: RHEL-11621
2023-11-01 15:34:21 +01:00
Eike Rathke
37a868061f Update to 115.3.1 build1
Resolves: RHEL-10618
2023-10-04 17:08:09 +02:00
Eike Rathke
b526ddb738 Resolves: RHEL-2845 Update to 115.3.0 2023-10-04 17:03:26 +02:00
Jan Horak
d869121fea Update to 115.2.1
Resolves: RHEL-2845
2023-10-04 17:02:27 +02:00
Eike Rathke
e41d7e8a1d Related: #2234852 Update to 102.15.1 2023-09-19 17:18:38 +02:00
Eike Rathke
496d7de994 Resolves: #2234852 Update to 102.15.0 build1 2023-09-04 19:55:11 +02:00
Eike Rathke
ee27e4f087 Resolves: #2225302 Update to 102.14.0 build1 2023-08-07 13:16:38 +02:00
Eike Rathke
ebbba0756f Related: #2217683 Remove upstream LLVM 16 and rust 1.70 patches 2023-07-13 15:19:25 +02:00
Eike Rathke
10352fda75 Resolves: #2217683 Update to 102.13.0 build2 2023-07-13 15:19:25 +02:00
Eike Rathke
2aa7f7ccff Resolves: #2217683 Update to 102.13.0 build1 2023-07-13 15:19:21 +02:00
Eike Rathke
bebee1bae5 Related: #2211014 Revert last two "import sources" commits
The one actual diff

 -%if 0%{?rhel} == 7
 +%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)

is instead to be applied to rhel-* branches to stay in sync.
2023-06-29 15:16:35 +02:00
Adam Samalik
be06cef2ff import sources 2023-06-21 13:00:20 +02:00
Adam Samalik
0c52ef63bb import sources 2023-06-20 17:41:34 +02:00
Eike Rathke
fd601b933f Related: #2211006 Fix FTBFS with clang LLVM 16 also on c8s/rhel-8.9.0 2023-06-14 13:52:22 +02:00
Eike Rathke
7aace6ee0f Related: #2192800 Fix macro call 2023-06-14 12:23:04 +02:00
Eike Rathke
304f2fceaf 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-13 18:41:40 +02:00
Eike Rathke
5e18718dce Resolves: #2211006 Update to 102.12.0 build1 2023-06-13 18:41:38 +02:00
Jan Horak
718b0ffa45 Related: #2211006 Fixes rhbz#2208156 - generic icon in taskbar 2023-06-13 18:41:34 +02:00
Eike Rathke
e3bcd41536 Resolves: #2192800 Update to 102.11.0 build1 2023-05-17 19:01:07 +02:00
Eike Rathke
0544072a9a Resolves: #2183251 Update to 102.10.0 build2 2023-04-12 12:54:57 +02:00
Eike Rathke
b0fa7ce650 Resolves: #2183251 Update to 102.10.0 build1 2023-04-12 12:54:57 +02:00
Eike Rathke
c3aec13fe4 Related: #2176603 Apply lower-node-min-version for c8s build 2023-04-05 15:55:34 +02:00
Jan Horak
06c165829c Resolves: #2176603 Update bundled nss sources to nss-3.79.0-11.el8_1.src.rpm 2023-03-28 20:49:31 +02:00
Eike Rathke
61b08c4f40 Resolves: #2176603 Update to 102.9.0 build1 2023-03-28 20:38:41 +02:00
Eike Rathke
3cadeef73f Related: #2176603 Resync to rhel-8.8.0
... as of

    commit d740c01d4973175da4dcca5b63023f83ffa10047
    CommitDate: Wed Feb 15 12:44:19 2023 +0100

        Update to 102.8.0 build2
2023-03-28 20:31:21 +02:00
Troy Dawson
c6d0ab2558 Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 11:59:46 -08:00
Troy Dawson
c85905d8ea Bring gating.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 11:59:46 -08:00
James Antill
d65b86800b Import rpm: c8s 2023-02-28 13:36:22 -05:00
CentOS Sources
a33b72ac96 Auto sync2gitlab import of thunderbird-102.7.0-1.el8_7.src.rpm 2023-01-25 18:09:34 +00:00
CentOS Sources
1d452d0cb5 Auto sync2gitlab import of thunderbird-102.6.0-2.el8_7.src.rpm 2023-01-15 11:44:51 +00:00
James Antill
f19e3b075d Auto sync2gitlab import of thunderbird-91.8.0-1.el8.src.rpm 2022-05-26 15:37:45 -04:00
James Antill
b2206aa0e1 Initial c8s branch. 2022-05-26 15:37:38 -04:00