From 2faed9794d0fee17b7f1b0466c5eb0d909cb7cb5d586a17d58030bf93713a7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 24 Sep 2012 10:58:16 +0000 Subject: [PATCH] - Disable -Wl,--as-needed, see upstream bug report http://bugs.ghostscript.com/show_bug.cgi?id=693100 - Disable -Wl,--as-needed, see upstream bug report http://bugs.ghostscript.com/show_bug.cgi?id=693100 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=17 --- ghostscript-mini.changes | 6 ++++++ ghostscript-mini.spec | 3 ++- ghostscript.changes | 6 ++++++ ghostscript.spec | 5 +++-- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 1e8c77a..99e2f3e 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com + +- Disable -Wl,--as-needed, see upstream bug report + http://bugs.ghostscript.com/show_bug.cgi?id=693100 + ------------------------------------------------------------------- Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index bbc7a2d..0ff2113 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -55,8 +55,8 @@ Conflicts: ghostscript-library # separated packages ghostscript-fonts-std and ghostscript-fonts-other # (regarding separated packages see /usr/share/ghostscript//doc/Fonts.htm) # so that a RPM requirement is needed to make sure that Ghostscript has its fonts: -Requires: ghostscript-fonts-std Requires: ghostscript-fonts-other +Requires: ghostscript-fonts-std # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun: PreReq: /sbin/ldconfig # Install into this non-root directory (required when norootforbuild is used): @@ -146,6 +146,7 @@ autoreconf -fi %else %define with_or_without_system_libtiff --with-system-libtiff %endif +export SUSE_ASNEEDED=0 ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \ --libdir=%{_libdir} \ diff --git a/ghostscript.changes b/ghostscript.changes index 992bef0..f6b9a27 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com + +- Disable -Wl,--as-needed, see upstream bug report + http://bugs.ghostscript.com/show_bug.cgi?id=693100 + ------------------------------------------------------------------- Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de diff --git a/ghostscript.spec b/ghostscript.spec index fe372cb..0c7722f 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -93,9 +93,9 @@ Source0: ghostscript-%{version}.tar.gz # graphviz-plugins BuildRequires ghostscript-mini # Provide the additional RPM Provides of the ghostscript-library package # (ghostscript_x11 is provided by the ghostscript-x11 sub-package, see below): +Provides: ghostscript_any Provides: gs Provides: gs_lib -Provides: ghostscript_any # There is a needless requirement for pstoraster in gutenprint up to openSUSE 11.4. # Satisfy it to be backward compatible with installed gutenprint packages: Provides: pstoraster @@ -135,8 +135,8 @@ Recommends: ghostscript-x11 = %{version}-%{release} # separated packages ghostscript-fonts-std and ghostscript-fonts-other # (regarding separated packages see /usr/share/ghostscript//doc/Fonts.htm) # so that a RPM requirement is needed to make sure that Ghostscript has its fonts: -Requires: ghostscript-fonts-std Requires: ghostscript-fonts-other +Requires: ghostscript-fonts-std # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun: PreReq: /sbin/ldconfig # Install into this non-root directory (required when norootforbuild is used): @@ -261,6 +261,7 @@ autoreconf -fi %else %define with_or_without_system_libtiff --with-system-libtiff %endif +export SUSE_ASNEEDED=0 ./configure --prefix=%{_prefix} \ --bindir=%{_bindir} \ --libdir=%{_libdir} \