On Wed, 29 Oct 2008 00:41:16 +0100, you wrote:
I tried, but somehow obs is ignoring my patch against configure.in. I added the patch-file to the package and to the spec but it is not even mentioned in the build log. Do I miss something?
You forgot to apply your patch, i.e. a
%patch2
is missing in the %prep section of fox14.spec. Without that, the patch is simply ignored.
cheers Philipp