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

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


commit 0ef006c94c14de534b5e7e622572e0d71ab810ee
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 963f4bc..0c573a5 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 3%{?dist}
+Release: 4%{?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-4
+- Updated build requirement from gtk2-devel to gtk3-devel so that gsx
+  gets built using the correct loader (bug #884483).
+
 * Thu Sep 27 2012 Tim Waugh <twaugh at redhat.com> - 9.06-3
 - Remove cups/libs to avoid bundling, although it isn't built in any
   case.


More information about the scm-commits mailing list