Description of problem: The version of pngquant in EPEL6 is the debug version. The debug version is considerably slower than the production version. Version-Release number of selected component (if applicable): pngquant-2.4.1-1.el6.x86_64.rpm How reproducible: 100% reproducible Steps to Reproduce: 1. Install pngquant 2. Run pngquant without parameters 3. Look at top of output, see "DEBUG (slow) version." Actual results: pnquant, with no parameters, prints: pngquant, 2.4.1 (April 2015), by Greg Roelofs, Kornel Lesinski. DEBUG (slow) version. Compiled with SSE instructions. Using libpng 1.2.49 with Little CMS color profile support. Expected results: We don't want to see the DEBUG line: pngquant, 2.4.1 (April 2015), by Greg Roelofs, Kornel Lesinski. Compiled with SSE instructions. Using libpng 1.2.49 with Little CMS color profile support. Additional info: This line is probably the culprit: http://pkgs.fedoraproject.org/cgit/pngquant.git/tree/pngquant.spec#n69 "--enable-debug" is not what we want.
pngquant-2.5.2-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-75195bd133
pngquant-2.5.2-5.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-4a647a067b
pngquant-2.5.2-5.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-c2d2f37740
pngquant-2.5.2-5.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8ec0a54524
I finally found where I went wrong , pngquant don't have a standard ./configure so we can't use %configure (rpm macro), without %configure, CFLAGS wasn't set to the default of rpms , so I used --enable-debug to enable -g compile flag , but the problem was not use %configure because with %configure, set -g compile flag. We need -g to generate correctly debuginfo packages. Thanks for your report, it helped to find this mystery in my head.
pngquant-2.5.2-5.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'yum --enablerepo=epel-testing update pngquant' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8ec0a54524
pngquant-2.5.2-5.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'yum --enablerepo=epel-testing update pngquant' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-c2d2f37740
pngquant-2.5.2-5.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update pngquant' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-4a647a067b
pngquant-2.5.2-5.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update pngquant' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-75195bd133
pngquant-2.5.2-5.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
pngquant-2.5.2-5.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
pngquant-2.5.2-5.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.
pngquant-2.5.2-5.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.