Commit Graph

460 Commits

Author SHA1 Message Date
Neal Gompa
74eb5d46aa Roll back autorelease+autochangelog conversion 2024-08-20 11:20:16 -04:00
Jan Grulich
fd03f499cd Use Python 3 and bundled re2
Re2 was used bundled anyway and just copying header files from system
doesn't actually change anything, except that it breaks when there is
an API change.
2024-08-20 15:28:06 +02:00
Denis Arnaud
e5457a1795 Back to python2 macro, even though it is failing currently on Rawhide 2024-08-15 19:35:31 +02:00
Denis Arnaud
c2a54c1aad [Rawhide] python2 -> python2.7, as the python2 macro no longer seems to work on Rawhide 2024-08-15 19:18:19 +02:00
Denis Arnaud
12cc3017a4 [WIP] The python2 RPM macro seems no longer valid on Rawhide 2024-08-15 15:44:27 +02:00
Neal Gompa
3c3c0827d2 Fix comment for ffmpeg7 patch 2024-08-08 02:24:08 -04:00
Neal Gompa
19d26b37ac Backport Chromium support for ffmpeg 6.1/7.0 2024-08-08 02:21:27 -04:00
Fedora Release Engineering
aa8bf91442 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-19 17:52:11 +00:00
Sérgio M. Basto
46c62e5dc1 5.15.17
add qtwebengine-5.15.13_p20240322-ninja1.12.patch from gentoo
add fix_build_pdf_extension_util.patch
delete qtwebengine-icu-74.patch
delete 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
2024-07-05 00:23:32 +01:00
Jan Grulich
b21761eee8 Fix remaining %patchN usage 2024-05-30 13:38:34 +02:00
Jan Grulich
7a1edf9347 Rebuild (qt5) 2024-05-30 13:12:17 +02:00
U2FsdGVkX1
9c31cf3699 Add riscv64 support 2024-04-30 01:34:12 -04:00
Jan Grulich
494778a609 Rebuild (qt5) 2024-03-14 20:34:18 +01:00
Marie Loise Nolden
ce8eb4227a move qt designer plugin to -devel 2024-03-11 12:17:29 +00:00
FAS Marie Loise Nolden
685931ea60 throw out dead stuff
throw out dead ifdef's and the docs package. The docs should be part of qt5-doc instead and are disabled anyway.
2024-03-11 12:15:19 +00:00
Paul Wouters
3741eb523a
- Rebuilt for libre2.so.11 bump 2024-02-23 22:35:24 -05:00
Pete Walter
2863f084d5 Rebuild for libvpx 1.14.x 2024-02-08 00:03:17 +00:00
Jan Grulich
e6bdd9ab8d Re-add missing sources 2024-02-01 19:39:17 +01:00
Jan Grulich
428169914b 5.15.6 2024-02-01 19:36:12 +01:00
Fedora Release Engineering
7dc870a81b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-26 14:14:29 +00:00
Fedora Release Engineering
b0a5a3210c Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 09:54:09 +00:00
Jan Grulich
84fcc5169c Rebuild (qt5) 2024-01-03 10:18:17 +01:00
Jan Grulich
7b776a41de Backport upstream patch to fix assembly with binutils 2.41 2023-10-08 20:09:52 +02:00
Jan Grulich
24b7c5c687 Rebuild (qt5) 2023-10-08 17:04:45 +02:00
Fedora Release Engineering
7a06b223b7 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 16:09:20 +00:00
František Zatloukal
b8059b7b5e Rebuilt for ICU 73.2 2023-07-12 00:32:00 +02:00
Jan Grulich
e596b1ceeb Rebuild (qt5) 2023-06-13 15:53:23 +02:00
Jan Grulich
0103b75b86 Rebuild (qt5) 2023-04-11 18:12:34 +02:00
Florian Weimer
628adfbb06 Port bundled libsync to C99 (#2155642)
Related to:

  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
2023-02-23 16:26:19 +01:00
Tom Callaway
2483bdc6b0 rebuild for libvpx 2023-02-15 17:20:10 -05:00
Jan Grulich
5dc49e0102 Last missing fix for GCC 13 2023-01-31 09:49:08 +01:00
Jan Grulich
9a37c86a90 Fix wrongly generated files that don't build with GCC13 2023-01-31 09:09:58 +01:00
Jan Grulich
14bbdcc056 Fix build against GCC13 2023-01-27 16:33:29 +01:00
Fedora Release Engineering
42a405105c Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 19:08:23 +00:00
Jan Grulich
fcb65f83e3 5.15.12 2023-01-16 10:26:28 +01:00
Jan Grulich
e40dff5d8a Rebuild (qt5) 2023-01-06 12:57:49 +01:00
Pete Walter
ff38c83c17 Rebuild for ICU 72 2022-12-31 04:04:24 +00:00
Neal Gompa
e54439c5b2 Refresh QtWebEngine patch for 16k page support from official Chromium commit
This refreshes the commit with the upstream Chromium commit data and
the upstream Qt references required for upstreaming the change.
2022-11-20 14:06:44 -05:00
Neal Gompa
63fa67df29 Add patch to backport support for 16k pages on AArch64
This is a backport of the change in Chromium that enables support
for running on Linux AArch64 systems that use 16K pages, notably
Apple Silicon hardware. This fix exists in Qt6 for QtWebEngine by
virtue of being based on a newer Chromium (Chromium >= 102).

The patch is originally sourced from the Arch Linux ARM project,
tweaked to apply properly on the QtWebEngine sources.

Resolves: rhbz#2144200
2022-11-20 08:16:32 -05:00
Jan Grulich
7e4c2d0c45 Rebuild (qt5) 2022-10-31 14:28:12 +01:00
Jan Grulich
5d7fb448f0 Rebuild (qt5) 2022-09-21 08:23:11 +02:00
Ankur Sinha (Ankur Sinha Gmail)
56925bd64c
feat: bump spec to 5.15.10 2022-08-29 21:41:14 +01:00
Ankur Sinha (Ankur Sinha Gmail)
6deffa33bd
feat: upload 5.15.10 sources 2022-08-29 21:39:56 +01:00
František Zatloukal
c3db46dbfb Rebuilt for ICU 71.1 2022-08-02 13:23:52 +02:00
Fedora Release Engineering
b22f6246a6 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 00:09:49 +00:00
Kevin Kofler
9816079afb Drop obsolete no-icudtl-dat patch, code has been fixed upstream since 5.11.0
* Wed Jul 20 2022 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.15.9-3
- Drop obsolete no-icudtl-dat patch, code has been fixed upstream since 5.11.0

If you look closely at the patch, you will see that the code that is
removed does not actually mention the offending icudtl.dat anywhere.
This upstream code snippet was fixed back in 5.11.0 to check for
qtwebengine_resources.pak instead, which is always installed. (Compare
my original patch with the version rebased by Rex Dieter for 5.11.0.)

Searching for alternate resource paths is still pointless in packaged
QtWebEngine, mind you. (The file installed by the package should always
be found.) So the patch did not hurt. But still, it is no longer
necessary to patch this out.
2022-07-20 02:52:28 +02:00
Jan Grulich
a9c79ab034 Rebuild (Qt 5.15.5) 2022-07-14 12:12:40 +02:00
Rex Dieter
734c76e76c 5.15.9 2022-06-02 08:08:23 -05:00
Jan Grulich
2583ebbf3f Add missing includes 2022-05-18 12:17:53 +02:00
Jan Grulich
28e4282899 Rebuild (Qt 5.15.4) 2022-05-17 12:27:19 +02:00