From efbc16ceeacc9aa8c970bcd2fac472427a2ac8f8 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 4 Jan 2013 09:26:56 +0000 Subject: [PATCH] Updated build requirement from gtk2-devel to gtk3-devel (bug #884483). Now gsx gets built using the correct loader. Resolves: rhbz#884483 --- ghostscript.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index c5ddfca..39a1b00 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 4%{?dist} +Release: 5%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -31,7 +31,7 @@ Requires: urw-fonts >= 1.1, ghostscript-fonts Requires: poppler-data BuildRequires: xz BuildRequires: libjpeg-devel, libXt-devel -BuildRequires: zlib-devel, libpng-devel, unzip, gtk2-devel +BuildRequires: zlib-devel, libpng-devel, unzip, gtk3-devel BuildRequires: glib2-devel, gnutls-devel # Omni requires libxml BuildRequires: libxml2-devel @@ -333,6 +333,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri Jan 4 2013 Tim Waugh - 9.06-5 +- Updated build requirement from gtk2-devel to gtk3-devel so that gsx + gets built using the correct loader (bug #884483). + * Fri Dec 21 2012 Adam Tkac - 9.06-4 - rebuild against new libjpeg