rpms/tcldom/EL-5 tcldom-3.1-cversion.patch, NONE, 1.1 tcldom-3.1-pkgprovides.patch, NONE, 1.1

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Jun 28 21:54:45 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tcldom/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24934

Added Files:
	tcldom-3.1-cversion.patch tcldom-3.1-pkgprovides.patch 
Log Message:
Add patches from EL-4



tcldom-3.1-cversion.patch:

--- NEW FILE tcldom-3.1-cversion.patch ---
--- src/configure.in.orig	2007-02-06 17:56:23.000000000 -0800
+++ src/configure.in	2007-02-06 18:10:31.000000000 -0800
@@ -9,9 +9,9 @@
 # Package identification:
 #
 PACKAGE=tcldom
-MAJOR_VERSION=2
-MINOR_VERSION=0
-PATCHLEVEL=2
+MAJOR_VERSION=3
+MINOR_VERSION=1
+PATCHLEVEL=0
 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}
 NODOT_VERSION=${MAJOR_VERSION}${MINOR_VERSION}
 
--- src/configure.orig	2007-02-06 18:10:22.000000000 -0800
+++ src/configure	2007-02-06 18:10:51.000000000 -0800
@@ -1354,9 +1354,9 @@
 # Package identification:
 #
 PACKAGE=tcldom
-MAJOR_VERSION=2
-MINOR_VERSION=0
-PATCHLEVEL=2
+MAJOR_VERSION=3
+MINOR_VERSION=1
+PATCHLEVEL=0
 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}
 NODOT_VERSION=${MAJOR_VERSION}${MINOR_VERSION}
 

tcldom-3.1-pkgprovides.patch:

--- NEW FILE tcldom-3.1-pkgprovides.patch ---
--- src/pkgIndex.tcl.in.orig	2007-02-04 16:08:41.000000000 -0800
+++ src/pkgIndex.tcl.in	2007-02-04 16:08:59.000000000 -0800
@@ -8,9 +8,9 @@
 package ifneeded @PACKAGE@ @VERSION@ \
     [list load [file join $dir @tcldom_LIB_FILE@]]
 
-package ifneeded dom @VERSION@ \
-    "load [file join $dir @tcldom_LIB_FILE@] Tcldom ;
-     package provide dom @VERSION@"
+#package ifneeded dom @VERSION@ \
+#    "load [file join $dir @tcldom_LIB_FILE@] Tcldom ;
+#     package provide dom @VERSION@"
 
 package ifneeded dom::c @VERSION@ \
     "load [file join $dir @tcldom_LIB_FILE@] Tcldom ;
--- library/pkgIndex.tcl.in.orig	2007-02-04 16:10:34.000000000 -0800
+++ library/pkgIndex.tcl.in	2007-02-04 16:11:52.000000000 -0800
@@ -2,17 +2,10 @@
 #
 # $Id: pkgIndex.tcl.in,v 1.17 2005/11/04 06:30:08 balls Exp $
 
-package ifneeded dom::c          @VERSION@ [list load   [file join $dir @Tcldom_LIB_FILE@]]
 package ifneeded dom::tcl        @VERSION@ [list source [file join $dir dom.tcl]]
 package ifneeded dommap          1.0       [list source [file join $dir dommap.tcl]]
 package ifneeded xmlswitch       1.0       [list source [file join $dir xmlswitch.tcl]]
 
-# Examples - will not necessarily be installed
-package ifneeded cgi2dom         1.1       [list source [file join $dir cgi2dom.tcl]]
-package ifneeded domtree         @VERSION@ [list source [file join $dir domtree.tcl]]
-package ifneeded domtree::treectrl @VERSION@ [list source [file join $dir domtree-treectrl.tcl]]
-package ifneeded domtext         @VERSION@ [list source [file join $dir domtext.tcl]]
-
 ## Provided by separate package.
 ##package ifneeded dom::libxml2    @VERSION@ [list load [file join $dir @RELPATH@ @TCLDOM_XML2_LIB_FILE@] Tcldomxml]
 




More information about the fedora-extras-commits mailing list