From 0ef006c94c14de534b5e7e622572e0d71ab810ee Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 4 Jan 2013 09:26:56 +0000 Subject: [PATCH 1/2] 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 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 - 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 - 9.06-3 - Remove cups/libs to avoid bundling, although it isn't built in any case. From 70ec04d0f5ee1a7da9e7af2244d9cd118d7adb90 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 25 Apr 2013 16:49:08 +0100 Subject: [PATCH 2/2] Unowned directories (bug #902525). --- ghostscript.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghostscript.spec b/ghostscript.spec index 0c573a5..7657720 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -292,6 +292,8 @@ rm -rf $RPM_BUILD_ROOT %config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/gs_init.ps %config %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init/Fontmap* %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CMap +%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CIDFont +%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/CIDFSubst %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/ColorSpace %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Decoding %dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Encoding @@ -333,6 +335,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Thu Apr 25 2013 Tim Waugh +- Unowned directories (bug #902525). + * Fri Jan 4 2013 Tim Waugh - 9.06-4 - Updated build requirement from gtk2-devel to gtk3-devel so that gsx gets built using the correct loader (bug #884483).