Richard
Richard
I have a request[1] to update abi-dumper for 1.3 for Fedora and it's even referenced in the README but there is no actual release published on github. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2041550
From the Fedora Bugzilla report: ``` /usr/bin/abi-dumper contains a Perl expression that will stop working in Perl 5.30 (late May 2019): $ abi-dumper --help >/dev/null Unescaped left brace in regex...
These are not required but I am required to at least ask for clairification on the following after a review[1]: - Copyright header needs clarification in Basic.pm, and possibly the...
Is there a reason the permissions are set to 775 rather than 755 for the api-sanity-checker binary? https://bugzilla.redhat.com/show_bug.cgi?id=1131946 Thanks, Richard
I have just gotten this accepted into Fedora but there's a couple of things that would be nice: 1. Makefile support for DESTDIR, since for packaging packages are built and...
There was some redundant code in both the main and _Util library which was removed from the main library as of 2.3.0. Now LuxCore needs to link with the _Util...
As of OpenEXR 3 upstream has significantly reorganized the libraries including splitting out imath as a standalone library (which this project may or may not need). Please see: https://github.com/AcademySoftwareFoundation/Imath/blob/master/docs/PortingGuide2-3.md for...
I have ported OSG to OpenEXR 3.x on Fedora. Provided is a minimal port that may not work on all platforms yet so I'll provide it here instead of in...
For those that want to build from source from archives it would be nice to include source archives with the submodules included. I'm working on packaging this for Fedora linux...
I'm working on upgrading the OpenEXR stack on Fedora but ran into a strange arch specific issue. The x86_64 build passes all tests. ``` Test project /builddir/build/BUILD/openexr-2.5.3/aarch64-redhat-linux-gnu Start 1: IlmBase.Half...