Eike Rathke
618f3cf723
Update to 102.9.1
2023-03-29 15:04:18 +02:00
Eike Rathke
38593462f4
unset RUSTFLAGS from set_build_flags
...
Otherwise since
https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/243
the build breaks.
2023-03-16 14:47:54 +01:00
Eike Rathke
bf24466730
Update to 102.9.0
2023-03-15 19:15:25 +01:00
Eike Rathke
51af983460
Update to 102.8.0
2023-02-17 14:05:04 +01:00
Eike Rathke
552fdb7925
Update to 102.8.0
2023-02-17 13:46:59 +01:00
Eike Rathke
f8dc04ce3f
Update to 102.7.2
2023-02-08 16:38:30 +01:00
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
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
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
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
Jan Horak
1dcf282298
Fixed source0
2021-05-05 14:44:06 +02:00
Jan Horak
488830f42c
Update to latest upstream version
2021-05-04 15:28:58 +02:00
Jonathan Wakely
bdbd91ebf6
Rebuilt for removed libstdc++ symbol ( #1937698 )
2021-03-30 19:40:17 +01:00
Jan Horak
2e807c198d
Added patch for c linkages
2021-03-16 21:27:14 +01:00
Jan Horak
bc6d75e2e3
Update to 78.8.1 build1
2021-03-15 15:35:32 +01:00
Jan Horak
37d1c2daa5
Update to 78.8.0 build1
2021-02-18 08:48:03 +01:00
Kalev Lember
2b36aeb6ff
Fix warnings from requires filtering
...
Avoid using %{name} in %{mozappdir} definition as it's expanded
separately for each subpackage when doing requires filtering, which then
leads to expanding it as /usr/lib64/thunderbird,
/usr/lib64/thunderbird-wayland etc, which is incorrect.
Just spell out "thunderbird" instead of "%{name}" to avoid this.
find: ‘/builddir/build/BUILDROOT/thunderbird-78.7.0-2.fc33.x86_64/usr/lib64/thunderbird-wayland’: No such file or directory
2021-02-01 15:02:03 +01:00
Jan Horak
8d7d533c90
Fixing package requires/provides the same way as provided by kalev for Firefox
2021-01-28 14:41:19 +01:00
Jan Horak
c3cb08572f
ExcludeArch s390x because of build problems
2021-01-27 17:26:22 +01:00
Jan Horak
c9ba77bec0
Filtering libxul from the requires
2021-01-27 08:37:17 +01:00
Jan Horak
0d42408b42
Update to 78.7.0 build2
2021-01-27 08:33:41 +01:00
Jan Horak
d1b3a8c81d
Filter package provides and requires
2021-01-20 16:53:09 +01:00
Jan Horak
cab9dc2227
Own /usr/lib*/thunderbird/gtk2 directory
2021-01-20 15:43:00 +01:00
Jan Horak
17b401b78f
Provide /etc/thunderbird/pref (bug #1525709 )
2021-01-20 15:39:04 +01:00
Tom Stellard
661d8e5a44
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-19 15:04:58 +00:00
Jan Horak
16c89a48ab
Update to 78.6.1 build1
2021-01-14 11:40:03 +01:00
Jan Horak
e3a8433c0d
Update to 78.6.0 build1
2020-12-15 15:44:08 +01:00