rpms/tdom/EL-5 tdom-0.8.2-noexpat.patch,1.1,1.2 tdom.spec,1.3,1.4

Orion Poplawski orion at fedoraproject.org
Fri Oct 30 15:27:30 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/tdom/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21936/EL-5

Modified Files:
	tdom-0.8.2-noexpat.patch tdom.spec 
Log Message:
* Fri Oct 30 2009 Orion Poplawski <orion at cora.nwra.com> - 0.8.2-3
- Actually update patch to add missing linkage against -lexpat


tdom-0.8.2-noexpat.patch:
 Makefile.in  |    4 ++--
 configure    |    5 +----
 configure.in |    5 +----
 3 files changed, 4 insertions(+), 10 deletions(-)

Index: tdom-0.8.2-noexpat.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tdom/EL-5/tdom-0.8.2-noexpat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tdom-0.8.2-noexpat.patch	27 Aug 2007 03:45:56 -0000	1.1
+++ tdom-0.8.2-noexpat.patch	30 Oct 2009 15:27:28 -0000	1.2
@@ -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/EL-5/tdom.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tdom.spec	25 Jun 2008 22:05:46 -0000	1.3
+++ tdom.spec	30 Oct 2009 15:27:29 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           tdom
 Version:        0.8.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        DOM parser for Tcl
 
 Group:          Development/Libraries
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 30 2009 Orion Poplawski <orion at cora.nwra.com> - 0.8.2-3
+- Actually update patch to add missing linkage against -lexpat
+
 * Sun Sep 23 2007 Wart <wart at kobold.org> - 0.8.2-2
 - Added missing linkage against -lexpat
 




More information about the fedora-extras-commits mailing list