rpms/tdom/F-7 tdom-0.8.2-noexpat.patch,1.2,1.3 tdom.spec,1.2,1.3

Michael Thomas (wart) fedora-extras-commits at redhat.com
Mon Sep 24 05:11:41 UTC 2007


Author: wart

Update of /cvs/pkgs/rpms/tdom/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18818

Modified Files:
	tdom-0.8.2-noexpat.patch tdom.spec 
Log Message:
Add missing linkage against -lexpat



tdom-0.8.2-noexpat.patch:

Index: tdom-0.8.2-noexpat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tdom/F-7/tdom-0.8.2-noexpat.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tdom-0.8.2-noexpat.patch	28 Aug 2007 05:30:30 -0000	1.2
+++ tdom-0.8.2-noexpat.patch	24 Sep 2007 05:11:37 -0000	1.3
@@ -1,5 +1,5 @@
---- tDOM-0.8.2/configure.orig	2007-08-26 15:56:58.000000000 -0700
-+++ tDOM-0.8.2/configure	2007-08-26 15:57:52.000000000 -0700
+--- tDOM-0.8.2/configure.orig	2007-08-05 11:47:49.000000000 -0700
++++ tDOM-0.8.2/configure	2007-09-23 21:53:00.000000000 -0700
 @@ -6298,10 +6298,7 @@
  #-----------------------------------------------------------------------
  
@@ -12,8 +12,8 @@
                   generic/utf8conv.c  \
                   generic/dom.c       \
                   generic/domalloc.c  \
---- tDOM-0.8.2/configure.in.orig	2007-08-26 15:56:27.000000000 -0700
-+++ tDOM-0.8.2/configure.in	2007-08-26 15:56:51.000000000 -0700
+--- tDOM-0.8.2/configure.in.orig	2007-08-05 11:47:49.000000000 -0700
++++ tDOM-0.8.2/configure.in	2007-09-23 21:53:00.000000000 -0700
 @@ -83,10 +83,7 @@
  # and PKG_TCL_SOURCES.
  #-----------------------------------------------------------------------
@@ -26,8 +26,17 @@
                   generic/utf8conv.c  \
                   generic/dom.c       \
                   generic/domalloc.c  \
---- tDOM-0.8.2/Makefile.in.orig	2007-08-26 15:57:05.000000000 -0700
-+++ tDOM-0.8.2/Makefile.in	2007-08-26 15:57:28.000000000 -0700
+--- tDOM-0.8.2/Makefile.in.orig	2007-03-02 15:43:53.000000000 -0800
++++ tDOM-0.8.2/Makefile.in	2007-09-23 21:56:49.000000000 -0700
+@@ -118,7 +118,7 @@
+ RANLIB_STUB	= @RANLIB_STUB@
+ SHLIB_CFLAGS	= @SHLIB_CFLAGS@
+ SHLIB_LD	= @SHLIB_LD@
+-SHLIB_LD_LIBS	= @SHLIB_LD_LIBS@
++SHLIB_LD_LIBS	= @SHLIB_LD_LIBS@ -lexpat
+ STLIB_LD	= @STLIB_LD@
+ #TCL_DEFS	= @TCL_DEFS@
+ TCL_BIN_DIR	= @TCL_BIN_DIR@
 @@ -296,7 +296,7 @@
  # As necessary, add $(srcdir):$(srcdir)/compat:....
  #========================================================================


Index: tdom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tdom/F-7/tdom.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tdom.spec	27 Aug 2007 01:21:19 -0000	1.2
+++ tdom.spec	24 Sep 2007 05:11:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           tdom
 Version:        0.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DOM parser for Tcl
 
 Group:          Development/Libraries
@@ -63,6 +63,9 @@
 
 
 %changelog
+* Sun Sep 23 2007 Wart <wart at kobold.org> - 0.8.2-2
+- Added missing linkage against -lexpat
+
 * Sun Aug 26 2007 Wart <wart at kobold.org> - 0.8.2-1
 - Update to 0.8.2
 - Split into base and -devel packages




More information about the fedora-extras-commits mailing list