You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2004/09/30 20:44:48 UTC

cvs commit: xml-xerces/c xerces-c.spec version.incl

peiyongz    2004/09/30 11:44:48

  Modified:    c        xerces-c.spec version.incl
  Log:
  XercesC2_6_0 updates
  
  Revision  Changes    Path
  1.8       +3 -3      xml-xerces/c/xerces-c.spec
  
  Index: xerces-c.spec
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/xerces-c.spec,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- xerces-c.spec	8 Sep 2004 18:55:30 -0000	1.7
  +++ xerces-c.spec	30 Sep 2004 18:44:48 -0000	1.8
  @@ -1,4 +1,4 @@
  -%define tarversion 2_5_0
  +%define tarversion 2_6_0
   
   # threads
   # values: pthreads, none
  @@ -6,7 +6,7 @@
   
   Summary:	Xerces-C++ validating XML parser
   Name:		xerces-c
  -Version:	2.5.0
  +Version:	2.6.0
   Release:	3
   URL:		http://xml.apache.org/xerces-c/
   Source0:    %{name}-src_%{tarversion}.tar.gz
  @@ -67,7 +67,7 @@
   export XERCESCROOT=$RPM_BUILD_DIR/%{name}-src_%{tarversion}
   cd $XERCESCROOT/src/xercesc
   make PREFIX=$RPM_BUILD_ROOT%{prefix} install
  -ln -sf %{prefix}/lib/libxerces-c.so.25 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so
  +ln -sf %{prefix}/lib/libxerces-c.so.26 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so
   mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
   #we don't want obj directory
   install `find $XERCESCROOT/bin -type f -maxdepth 1` $RPM_BUILD_ROOT%{prefix}/bin
  
  
  
  1.17      +3 -3      xml-xerces/c/version.incl
  
  Index: version.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/version.incl,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- version.incl	8 Sep 2004 13:55:29 -0000	1.16
  +++ version.incl	30 Sep 2004 18:44:48 -0000	1.17
  @@ -17,6 +17,6 @@
   #
   # $Id$
   #
  -VER=2_5_0
  -SO_TARGET_VERSION=25
  +VER=2_6_0
  +SO_TARGET_VERSION=26
   SO_TARGET_VERSION_MAJOR=0
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org