Paul Howarth

Results 7 issues of Paul Howarth

This is on the basis that most downstream users are already doing or have migrated from aspell to hunspell due to hunspell being actively maintained, unlike aspell. https://wiki.ubuntu.com/ConsolidateSpellingLibs https://wiki.gnome.org/Initiatives/SpellChecking https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860895...

Installation of translations hasn't worked since the conversion to Python 3 (#2088). That's because os.walk is not a drop-in replacement for os.path.walk. This tweak to setup.py should address that (fixes...

**Describe the bug** Since upgrading from Fedora 38 to Fedora 39, I cannot create my Oracle Java 8 (i586) packages on my x86_64 host by running rpmbuild via "setarch i386"....

bug

This commit is a fix for http://bugzilla.redhat.com/725651 in which non-ASCII output filenames are mangled by tidy/tidyp. It makes a special case of the "output filename" option and stores it raw...

Fedora Linux intends to build for the aarch64 architecture from the next release (Fedora 19). It would be good to have support for this architecture included in upstream projects so...

See https://gcc.gnu.org/gcc-10/porting_to.html > A common mistake in C is omitting `extern` when declaring a global variable in a header file. If the header is included by several files it results...

This PR changes a few files (mainly test files) to get the test suite to pass with linux on i686. This reflects some filter values not fitting in an i686...