From c84dce312c18e16f97cd9a149be088110fdec06b Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Mar 17 2016 01:40:04 +0000 Subject: Compilation with OpenMP --- diff --git a/pngquant.spec b/pngquant.spec index c5f0a1f..2c7194d 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -5,7 +5,7 @@ Name: pngquant Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PNG quantization tool for reducing image file size License: BSD with advertising @@ -57,7 +57,7 @@ rm -f lib/configure %build -%configure +%configure --with-openmp %make_build bin.shared @@ -106,6 +106,9 @@ make test.shared %changelog +* Thu Mar 17 2016 Sérgio Basto - 2.6.0-2 +- Compilation with OpenMP + * Sun Feb 21 2016 Fedora Release Monitoring - 2.6.0-1 - Update to 2.6.0 (#1310413)