tng         2003/03/14 13:08:59

  Modified:    c        version.incl xerces-c.spec
  Log:
  Change to 2.3
  
  Revision  Changes    Path
  1.13      +4 -4      xml-xerces/c/version.incl
  
  Index: version.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/version.incl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- version.incl      19 Nov 2002 16:07:33 -0000      1.12
  +++ version.incl      14 Mar 2003 21:08:59 -0000      1.13
  @@ -1,7 +1,7 @@
   #
   # The Apache Software License, Version 1.1
   #
  -# Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  +# Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
   # reserved.
   #
   # Redistribution and use in source and binary forms, with or without
  @@ -56,6 +56,6 @@
   #
   # $Id$
   #
  -VER=2_2_0
  -SO_TARGET_VERSION=22
  +VER=2_3_0
  +SO_TARGET_VERSION=23
   SO_TARGET_VERSION_MAJOR=0
  
  
  
  1.3       +7 -4      xml-xerces/c/xerces-c.spec
  
  Index: xerces-c.spec
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/xerces-c.spec,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xerces-c.spec     29 Jan 2003 15:20:42 -0000      1.2
  +++ xerces-c.spec     14 Mar 2003 21:08:59 -0000      1.3
  @@ -1,4 +1,4 @@
  -%define tarversion 2_2_0
  +%define tarversion 2_3_0
   
   # threads
   # values: pthreads, none
  @@ -6,8 +6,8 @@
   
   Summary:     Xerces-C++ validating XML parser
   Name:                xerces-c
  -Version:     2.2.0
  -Release:     2
  +Version:     2.3.0
  +Release:     3
   URL:         http://xml.apache.org/xerces-c/
   Source0:     %{name}-src%{tarversion}.tar.gz
   Copyright:   Apache
  @@ -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.22 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so
  +ln -sf %{prefix}/lib/libxerces-c.so.23 $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
  @@ -96,6 +96,9 @@
   %doc LICENSE.txt STATUS credits.txt Readme.html doc/
   
   %changelog
  +* Fri March 14 2003 Tinny Ng <[EMAIL PROTECTED]>
  +- changed to 2.3
  +
   * Wed Dec 18 2002 Albert Strasheim <[EMAIL PROTECTED]>
   - added symlink to libxerces-c.so in lib directory
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to