[xio-commit] CVS update: MODIFIED: pkgdata ...

commit at globus.org commit at globus.org
Mon Aug 29 19:34:18 CDT 2011


  User: tagger  
  Date: 11/08/29 19:34:18

  Modified:    drivers/pipe/source/pkgdata pkg_data_src.gpt.in
  Log:
  increase version number and set age to 0 to discourage incorrectp assumptions
  about binary compatibility with 5.0.x
  
  Revision  Changes    Path
  1.3       +5 -15     xio/drivers/pipe/source/pkgdata/pkg_data_src.gpt.in
  
  http://viewcvs.globus.org/viewcvs.cgi/xio/drivers/pipe/source/pkgdata/pkg_data_src.gpt.in.diff?r1=1.2&r2=1.3
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pkg_data_src.gpt.in
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/xio/drivers/pipe/source/pkgdata/pkg_data_src.gpt.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- pkg_data_src.gpt.in	3 Feb 2011 21:53:04 -0000	1.2
  +++ pkg_data_src.gpt.in	30 Aug 2011 00:34:18 -0000	1.3
  @@ -1,40 +1,30 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE gpt_package_metadata SYSTEM "globus_package.dtd">
  -
  +<!DOCTYPE gpt_package_metadata SYSTEM "package.dtd">
   <gpt_package_metadata Name="globus_xio_pipe_driver" Format_Version="0.01">
  -
  -    <Aging_Version Major="1" Minor="0" Age="1"/>
  +    <Aging_Version Major="2" Minor="0" Age="0"/>
       <Description> Globus Pipe Driver</Description>
       <Version_Stability Release="Experimental" Dirt="@DIRT_TIMESTAMP at -@DIRT_BRANCH_ID@"/>
  -
       <src_pkg>
  -
           <Source_Dependencies Type="compile">
               <Dependency Name="globus_xio">
                   <Version>
  -                    <Simple_Version Major="0"/>
  +                    <Simple_Version Major="3"/>
                   </Version>
               </Dependency>
  -
           </Source_Dependencies>
  -
           <Source_Dependencies Type="lib_link">
               <Dependency Name="globus_xio">
                   <Version>
  -                    <Simple_Version Major="0"/>
  +                    <Simple_Version Major="3"/>
                   </Version>
               </Dependency>
           </Source_Dependencies>
  -
           <With_Flavors ColocateLibraries="no" build="yes"/>
  -
           <Build_Environment>
               <cflags>@GPT_PKG_CFLAGS@</cflags>
               <external_includes>@GPT_EXTERNAL_INCLUDES@</external_includes>
               <external_libs>@GPT_EXTERNAL_LIBS@</external_libs>
  -            <pkg_libs></pkg_libs>
  +            <pkg_libs/>
           </Build_Environment>
  -
       </src_pkg>
  -
   </gpt_package_metadata>
  
  
  



More information about the xio-commit mailing list