rpms/ghostscript/devel ghostscript-ldflags.patch, 1.1, 1.2 ghostscript.spec, 1.204, 1.205

Tim Waugh twaugh at fedoraproject.org
Sat Feb 20 15:49:47 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21842

Modified Files:
	ghostscript-ldflags.patch ghostscript.spec 
Log Message:
* Sat Feb 20 2010 Tim Waugh <twaugh at redhat.com> 8.71-4
- Use fixed patch for LDFLAGS to make sure libgs.so gets a soname
  (bug #565935).


ghostscript-ldflags.patch:
 unix-dll.mak |    3 ++-
 unixlink.mak |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Index: ghostscript-ldflags.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/devel/ghostscript-ldflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ghostscript-ldflags.patch	19 Feb 2010 11:32:07 -0000	1.1
+++ ghostscript-ldflags.patch	20 Feb 2010 15:49:47 -0000	1.2
@@ -1,6 +1,5 @@
-diff -up ghostscript-8.71/base/unix-dll.mak.ldflags ghostscript-8.71/base/unix-dll.mak
---- ghostscript-8.71/base/unix-dll.mak.ldflags	2009-10-19 21:24:53.000000000 +0100
-+++ ghostscript-8.71/base/unix-dll.mak	2010-02-19 10:07:06.645044318 +0000
+--- ghostscript-8.71/base/unix-dll.mak	2009-10-19 21:24:53.000000000 +0100
++++ ghostscript-8.71/base/unix-dll.mak.ldflags	2010-02-19 10:07:06.645044318 +0000
 @@ -88,8 +88,9 @@ $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOAD
  
  # ------------------------- Recursive make targets ------------------------- #
@@ -8,13 +7,12 @@ diff -up ghostscript-8.71/base/unix-dll.
 -SODEFS=LDFLAGS='$(LDFLAGS) $(LDFLAGS_SO)'\
 +SODEFS=\
   GS_XE=$(BINDIR)/$(SOBINRELDIR)/$(GS_SONAME_MAJOR_MINOR)\
-+ GS_XE_LDFLAGS=$(LDFLAGS_SO)\
++ GS_XE_LDFLAGS='$(LDFLAGS_SO)'\
   STDIO_IMPLEMENTATION=c\
   DISPLAY_DEV=$(DD)$(SOOBJRELDIR)/display.dev\
   BINDIR=$(BINDIR)/$(SOBINRELDIR)\
-diff -up ghostscript-8.71/base/unixlink.mak.ldflags ghostscript-8.71/base/unixlink.mak
---- ghostscript-8.71/base/unixlink.mak.ldflags	2008-02-29 08:13:08.000000000 +0000
-+++ ghostscript-8.71/base/unixlink.mak	2010-02-19 10:07:06.646044276 +0000
+--- ghostscript-8.71/base/unixlink.mak	2008-02-29 08:13:08.000000000 +0000
++++ ghostscript-8.71/base/unixlink.mak.ldflags	2010-02-19 10:07:06.646044276 +0000
 @@ -50,7 +50,7 @@ $(GS_A): $(obj_tr) $(ECHOGS_XE) $(INT_AR
  # which has limited environment space.
  ldt_tr=$(PSOBJ)ldt.tr


Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -p -r1.204 -r1.205
--- ghostscript.spec	19 Feb 2010 11:32:07 -0000	1.204
+++ ghostscript.spec	20 Feb 2010 15:49:47 -0000	1.205
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and re
 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
@@ -325,6 +325,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Sat Feb 20 2010 Tim Waugh <twaugh at redhat.com> 8.71-4
+- Use fixed patch for LDFLAGS to make sure libgs.so gets a soname
+  (bug #565935).
+
 * Fri Feb 19 2010 Tim Waugh <twaugh at redhat.com> 8.71-3
 - Fixed LDFLAGS when building dynamically linked executables (bug #565935).
 



More information about the scm-commits mailing list