Paul Howarth
Paul Howarth
If a user has aspell+dictionaries installed but not hunspell+dictionaries, the spelling functionality would no longer work by default, and they'd have to set "spell_command" back to the aspell value.
This is reminiscent of #659; I have never been able to get public key auth working with SELinux in enforcing mode.
Looks like this may be redundant going forward with the move away from setup.py.
Using `--target i386` doesn't help me either. An `%ifarch %ix86` clause is not used, and an `%ifarch x86_64` one is.
Apparently you need automake 1.11.4 to provide the necessary config.guess and config.sub.
I've been using `ExtUtils::PkgConfig` to find the correct libraries to link against for OpenSSL in the Fedora package for several years now. See #127.
This might also be why t/23-readonly.t in Params-Validate 1.11 fails with the new Readonly: ``` use strict; use warnings; use Test::Requires { Readonly => '1.03', 'Scalar::Util' => '1.20', }; use...
Looks like this fix didn't make it into 3.3.112.
> Thanks...yep, missed that one--sorry for the version churn, Paul. Serves me right for running on my old X11 machine. 3.3.113 for gtk3 should be up on SF's files area...
@tbybell Thanks, I got the message. `gdk-pixbuf2-modules-extra` is new in Fedora 41 so it wasn't needed before.