Mozilla Thunderbird mail/newsgroup client
Go to file
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
.gitignore Update to 91.11.0 2022-06-29 11:17:18 +02:00
0001-GLIBCXX-fix-for-GCC-12.patch Add gcc 12 build fixes 2022-03-17 19:35:52 +01:00
bindgen-d0dfc52706f23db9dc9d74642eeebd89d73cb8d0.patch Added fix for bindgen 2019-12-04 14:03:32 +01:00
Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch Build fixes for arm/aarch64 2019-01-30 11:41:01 +01:00
expat-CVE-2022-25235.patch Update to 91.7.0 2022-03-15 14:47:49 +01:00
expat-CVE-2022-25236.patch Update to 91.7.0 2022-03-15 14:47:49 +01:00
expat-CVE-2022-25315.patch Update to 91.7.0 2022-03-15 14:47:49 +01:00
firefox-SIOCGSTAMP.patch Update to 68.0 2019-09-03 13:59:05 +02:00
gcc12-D139088.patch Add gcc 12 build fixes 2022-03-17 19:35:52 +01:00
gen_cbindgen-vendor.sh Update cbindgen 2021-08-23 14:22:18 +02:00
get-calendar-langpacks.sh get-calendar-langpacks.sh: Fixed wrong version in calendar langpack manifest 2019-05-07 11:52:20 +02:00
mozilla-526293.patch Added fixes for mozbz#1526243, mozbz#1540145, mozbz#526293 2019-04-03 15:10:38 +02:00
mozilla-1170092.patch Provide /etc/thunderbird/pref (bug #1525709) 2021-01-20 15:39:04 +01:00
mozilla-1245783.patch Added missing gcc6 patch 2016-05-24 12:34:22 +02:00
mozilla-1512162.patch Added workaround for failing inline function on ppc64le 2019-09-12 16:20:53 +02:00
mozilla-build-arm.patch Updated to Thunderbird 31.0 2014-07-29 15:36:08 +02:00
node-stdout-nonblocking-wrapper Added nodejs as buildrequire 2019-09-04 10:58:40 +02:00
python3.11-open-U.patch Fix f37 FTBFS Python 3.11 API incompatibilities 2022-07-12 15:17:59 +02:00
python3.11-regex-inline-flags.patch Fix f37 FTBFS Python 3.11 API incompatibilities 2022-07-12 15:17:59 +02:00
rhbz-1219542-s390-build.patch Rebase to 60 2018-08-22 14:26:18 +02:00
rhbz-1354671.patch Build fixes for arm/aarch64 2019-01-30 11:41:01 +01:00
sources Update to 91.11.0 2022-06-29 11:17:18 +02:00
thunderbird-mozconfig Update to 91.0 2021-08-23 13:33:18 +02:00
thunderbird-mozconfig-branded mozconfig files should not be executable 2011-01-30 09:09:54 -08:00
thunderbird-redhat-default-prefs.js Fixing langpack installation 2021-09-01 12:39:25 +02:00
thunderbird-symbolic.svg added symbolic icon 2019-10-23 16:30:27 +02:00
thunderbird-wayland.desktop Added fix for rhbz#1907267 (Thunderbird on Wayland launcher does not show up as 'running' in the dash) 2020-12-14 05:55:05 +01:00
thunderbird-wayland.sh.in Update to 91.4.0, enable wayland backend for all DE 2021-12-15 13:03:59 +01:00
thunderbird.desktop removed StartupWMClass (rhbz#844863) 2012-08-01 09:18:36 +02:00
thunderbird.sh.in Use D-Bus remote on Wayland (rhbz#1817330) 2020-05-15 12:45:02 +02:00
thunderbird.spec Fix f37 FTBFS Python 3.11 API incompatibilities 2022-07-12 15:17:59 +02:00