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
ebf0c1c2cf
Merge remote-tracking branch 'origin/main' into f36
2022-03-15 15:02:51 +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
Eike Rathke
0619c8e092
Update to 91.7.0
...
plus patches to bundled expat against CVE-2022-25235 CVE-2022-25236 CVE-2022-25315
2022-03-15 14:37:04 +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
Jan Horak
2c30e1e836
Put appdata.xml to medainfo location
2022-02-09 13:29:20 +01:00
Fedora Release Engineering
c807f9b3df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 02:40:27 +00:00
Jan Horak
eb7c8e3a85
Update to 91.5.0
2022-01-19 09:39:36 +01:00
Jan Horak
aa79f21556
Uploaded correct cbindgen
2021-12-15 13:15:37 +01:00
Jan Horak
9a193f319b
Update to 91.4.0, enable wayland backend for all DE
2021-12-15 13:03:59 +01:00
Jan Horak
e13c70db7e
Update to 91.3.0 build2
2021-11-09 08:58:13 +01:00
Jan Horak
0b619c0729
remove obsolete enable addon patch
2021-10-15 13:53:14 +02:00
Jan Horak
a526d0987d
Update to 91.2.0 build1
2021-10-15 13:28:53 +02:00
Jan Horak
0a823d8d81
Using upstream appdata
2021-10-15 12:48:23 +02:00
Jan Horak
08284960d0
Removed obsolete patches and updated to 91.1.0
2021-09-07 12:05:41 +02:00
Jan Horak
7333da7c72
Added fix for addon installing and langpacks
2021-09-07 11:44:35 +02:00
Jan Horak
f640939196
Fixing langpack installation
2021-09-01 13:02:34 +02:00
Jan Horak
0774c9eef8
Fixing langpack installation
2021-09-01 12:39:25 +02:00
Jan Horak
1e9164a98d
Update to 91.0.3
2021-08-26 10:33:01 +02:00
Jan Horak
679ff47878
Removing obsolete files
2021-08-24 14:10:21 +02:00
Jan Horak
445607645c
Make shebang linter happy by removing executable flag from all third party rust source files
2021-08-24 12:03:24 +02:00
Jan Horak
e046b6fe79
Fixing prefix install path
2021-08-24 09:26:03 +02:00
Jan Horak
0c2705053d
fixed paths
2021-08-23 22:52:03 +02:00
Jan Horak
e7989bff2d
Fix for dynstack: PTHREAD_STACK_MIN < 32 * 1024 ? 32 * 1024 : PTHREAD_STACK_MIN;
2021-08-23 17:27:35 +02:00
Jan Horak
be7a69c6ca
Add m4 BR
2021-08-23 15:41:22 +02:00
Jan Horak
94d28edf9d
Update cbindgen
2021-08-23 14:22:18 +02:00
Jan Horak
decb45a24c
Use system python
2021-08-23 14:09:47 +02:00
Jan Horak
bb31bb44f7
Update to 91.0.2
2021-08-23 13:44:06 +02:00
Jan Horak
c50dfcd979
Update to 91.0
2021-08-23 13:33:18 +02:00
Jan Horak
d996b693ea
Added python 3.10 patch because of failing ImportError: cannot import name 'Iterable' from 'collections'
2021-07-27 08:17:44 +02:00
Fedora Release Engineering
fe7bcca8e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 19:14:00 +00:00
Jan Horak
0e33ec0171
Update to latest upstream version
2021-07-21 14:43:28 +02:00
Jan Horak
c1f0ffdcde
Update to latest upstream version
2021-06-02 14:37:37 +02:00
Fabio Valentini
edf3b30dbe
split off librnp and make it possible to use a different OpenPGP backend
2021-05-22 21:49:09 +02:00