[ghostscript] Updated build requirement from gtk2-devel to gtk3-devel (bug #884483).

Tim Waugh twaugh at fedoraproject.org
Fri Jan 4 09:51:00 UTC 2013


commit efbc16ceeacc9aa8c970bcd2fac472427a2ac8f8
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Jan 4 09:26:56 2013 +0000

    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 files 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 <twaugh at redhat.com> - 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 <atkac redhat com> - 9.06-4
 - rebuild against new libjpeg
 


More information about the scm-commits mailing list