From d6e0c22063f4d23cb376dc28b0da60a430f8043b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 20 Jun 2015 17:21:12 +0100 Subject: [PATCH] pngquant now requires libimagequant with same version --- pngquant.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pngquant.spec b/pngquant.spec index a8aec1b..7f35962 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -2,7 +2,7 @@ Name: pngquant Version: 2.4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PNG quantization tool for reducing image file size %{?el5:Group: Applications/Multimedia} @@ -21,6 +21,7 @@ BuildRequires: gcc%{?_isa} >= 4.2-1 BuildRequires: lcms2-devel Requires: libpng%{?_isa} >= 1.2.46-1 Requires: zlib%{?isa} >= 1.2.3-1 +Requires: %{libname} = %{version}-%{release} %description @@ -122,6 +123,9 @@ install -Dpm0644 pngquant.1 %{buildroot}/%{_mandir}/man1/pngquant.1 %changelog +* Sat Jun 20 2015 Sérgio Basto - 2.4.2-3 +- pngquant now requires libimagequant with same version + * Thu Jun 18 2015 Fedora Release Engineering - 2.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild