From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011219 Description of problem: Files .pine-debug[1-4] are created in the home directory by pine-4.43. Pine should be compiled without debugging when it's distributed for the end users. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install pine-4.43-1 from RawHide. 2. Run pine 3. Exit from pine 4. Run ls .pine-debug* Actual Results: Debug files are listed Expected Results: No debug files are created Additional info: Debug support is enabled by default. RedHat used to disable it, by the Cahngelog in the specfile indicates that the empty DEBUG option was removed because of the build problems with pine-4.41. There are no build problems with pine-4.33 when it's configured without debug support.
Created attachment 41149 [details] Fix for the specfile
Fixed in 4.43-2 in rawhide Thanks for the report, and also for the taking the time to make a patch too!