Commit Graph

764 Commits

Author SHA1 Message Date
Eike Rathke
c139606b1d Update to 102.7.1 build2 2023-01-31 23:25:33 +01:00
Eike Rathke
61504da9fc Fix FTBFS gcc13 header dependencies 2023-01-26 00:55:22 +01:00
Eike Rathke
7db2eec382 Update to 102.7.1 2023-01-24 15:28:44 +01:00
Fedora Release Engineering
ce2e60424b Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 05:01:34 +00:00
Martin Stransky
fd15a7551f Backported mozbz#1804877 - set XDG_ACTIVATION_TOKEN when launch external application under Wayland 2022-12-21 08:22:55 +01:00
Eike Rathke
6ba29c7914 meh langpacks.. 2022-12-13 18:53:19 +01:00
Eike Rathke
dfb8690c53 Update to 102.6.0 2022-12-13 18:46:07 +01:00
Eike Rathke
0a585f4524 Merge #21 Allow system librnp 2022-12-09 17:55:00 +00:00
Eike Rathke
07ca823494 Update to 102.5.1 2022-12-01 15:58:26 +01:00
Remi Collet
e44325964d Allow system librnp 2022-11-17 14:55:33 +01:00
Eike Rathke
a17b5dff40 Update to 102.5.0
Use SPDX license IDs in spec
2022-11-16 00:26:48 +01:00
Eike Rathke
1fbcf37ebd Update to 102.4.1 2022-11-02 14:36:09 +01:00
Eike Rathke
d956fee91a Update to 102.4.0 2022-10-19 20:31:14 +02:00
Eike Rathke
c2e5a6f365 Update to 102.3.1 2022-09-29 20:03:36 +02:00
Eike Rathke
f718edee45 Update to 102.3.0 2022-09-21 10:40:29 +02:00
Eike Rathke
3f8d976c97 Update to 102.2.1 2022-09-01 11:22:19 +02:00
Jan Horak
ca5a5e2756 fixing elfhack patch application 2022-08-25 09:36:06 +02:00
Jan Horak
d073fa532a Disable elfhack as long as it cause build problems 2022-08-25 09:21:10 +02:00
Jan Horak
b2b84fc0dc Disable elfhack as long as it cause build problems 2022-08-25 09:02:27 +02:00
Jan Horak
0a1386a0ff Fixing arc4random_buf build failures 2022-08-24 16:28:02 +02:00
Jan Horak
cf253a604a Fix for arc4random_buf build failures 2022-08-23 17:47:18 +02:00
Eike Rathke
f9d428a848 Update to 102.2.0 2022-08-23 13:22:35 +02:00
Miro Hrončok
8f7ca46fc4 BuildRequire Python explicitly
Clearly, this package uses Python for building,
as it needed a patch for Python 3.11.
Let's declare that dependency explicitly
instead of relying on a random transitive dependency to pull it in.

See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_buildrequire_python3_devel
2022-08-16 16:54:11 +00:00
Jan Horak
62bc7da171 Fixed files section in rnp subpackage 2022-08-08 12:24:08 +02:00
Jan Horak
b596a79042 Added new files - rnp-cli and rnp-keys 2022-08-04 16:22:52 +02:00
Jan Horak
e5a04e5bac Patch headers which are already covered: ROOT_CLIP_CHAIN 2022-08-04 12:48:19 +02:00
Jan Horak
7f4e87c07c Added build patch 2022-08-03 17:51:43 +02:00
Jan Horak
21d6186177 Rebase to 102.1.0 2022-08-03 15:21:35 +02:00
Eike Rathke
06713b6f6e Update to 91.12.0 2022-07-28 18:36:36 +02:00
Fedora Release Engineering
37941450bc Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 10:27:21 +00:00
Eike Rathke
d08b70a3d2 Remove legacy left-over BuildRequires: python2-devel 2022-07-12 15:23:04 +02:00
Eike Rathke
3ec1ca4ba3 Fix f37 FTBFS Python 3.11 API incompatibilities
Python 3.11 "ValueError: invalid mode: 'rU'"
'U' is deprecated since Python 3 and default, error with Python 3.11
Remove 'U' from '"rU"' to '"r"'.

Python 3.11 "Invalid regular expression for rule '...'.
global flags not at the start of the expression at position ...
Change global inline flags (?s)... to local inline flags (?s:...)

See
https://docs.python.org/3.11/whatsnew/3.11.html#changes-in-the-python-api

* open(), io.open(), codecs.open() and fileinput.FileInput no
  longer accept 'U' (“universal newline”) in the file mode. This
  flag was deprecated since Python 3.3. In Python 3, the
  “universal newline” is used by default when a file is open in
  text mode.

* Global inline flags (e.g. (?i)) can now only be used at the
  start of the regular expressions. Using them not at the start of
  expression was deprecated since Python 3.6.
2022-07-12 15:17:59 +02:00
Eike Rathke
600e3321f0 Correct changelog date 2022-07-08 18:43:20 +02:00
Tom Stellard
3cdd058597 Clean up macros that allow building with clang
This adds the --with toolchain_clang option which can be passed to
fedpkg, mock, or rpmbuild to allow for building with clang.  It also
changes the conditional parts of the spec that are only used for
building with clang to check the value of the generic %toolchain macro
rather than a macro that is specific to thunderbird.
2022-07-06 04:55:48 +00:00
Eike Rathke
eec1d9e941 Update to 91.11.0
Obsoletes gcc12-D139078.patch now added upstream.
2022-06-29 11:17:18 +02:00
Eike Rathke
c86f9f38ce Update to 91.10.0 2022-05-31 21:47:32 +02:00
Eike Rathke
0fe14c4268 Update to 91.9.1 2022-05-24 18:50:15 +02:00
Eike Rathke
17c7802e1d Update to 91.9.0 2022-05-04 18:09:46 +02:00
Parag Nemade
b0f87779c7
Update hunspell dictionary path
F36 Change https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
2022-04-21 06:11:27 +05:30
Eike Rathke
3c539f55d2 Update to 91.8.0 2022-04-11 15:29:10 +02:00
Eike Rathke
6ed0a431e0 Add gcc 12 build fixes
Borrowed from Firefox and partly adjusted.

This still does not solve the
"undefined references to `std::__glibcxx_assert_fail"
on f36 (waiting for a gcc 12 fix) but does on f37.
2022-03-17 19:35:52 +01:00
Eike Rathke
9beba4b3f2 Update to 91.7.0
plus patches to bundled expat against CVE-2022-25235 CVE-2022-25236 CVE-2022-25315
2022-03-15 14:47:49 +01:00
Jan Horak
a0822a1c21 Update to 91.6.2 build1 2022-03-07 12:42:28 +01:00
Jan Horak
d6d623c7a7 Update to 91.6.1 build1 2022-03-01 16:18:39 +01:00
Jan Horak
d4f856bfd4 fixing sed expression 2022-02-14 08:37:33 +01:00
Jan Horak
9170579fa4 Fixed sed expression 2022-02-11 15:48:27 +01:00
Jan Horak
ab92943b0b Supply thunderbird stock icon to the appdata file 2022-02-11 13:56:27 +01:00
Jan Horak
567129c6b1 Supply thunderbird stock icon to the appdata file 2022-02-11 13:55:12 +01:00
Jan Horak
84abc8923a Fixed files section 2022-02-10 08:40:48 +01:00
Jan Horak
ea64d76f7c Update to 91.6.0 2022-02-09 16:55:16 +01:00