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

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


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

  Modified:    xioperf/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.7       +6 -14     xio/xioperf/source/pkgdata/pkg_data_src.gpt.in
  
  http://viewcvs.globus.org/viewcvs.cgi/xio/xioperf/source/pkgdata/pkg_data_src.gpt.in.diff?r1=1.6&r2=1.7
  
  (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/xioperf/source/pkgdata/pkg_data_src.gpt.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- pkg_data_src.gpt.in	7 Jun 2011 18:40:09 -0000	1.6
  +++ pkg_data_src.gpt.in	30 Aug 2011 00:34:20 -0000	1.7
  @@ -1,47 +1,39 @@
   <?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_xioperf" Format_Version="0.01">
  -
  -    <Aging_Version Major="2" Minor="1" Age="2"/>
  +    <Aging_Version Major="3" Minor="0" Age="0"/>
       <Description> XIO Performance Tool </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="1"/>
  +                    <Simple_Version Major="3"/>
                   </Version>
               </Dependency>
               <Dependency Name="globus_common">
                   <Version>
  -                    <Simple_Version Major="13"/>
  +                    <Simple_Version Major="14"/>
                   </Version>
               </Dependency>
           </Source_Dependencies>
  -
           <Source_Dependencies Type="pgm_link">
               <Dependency Name="globus_xio">
                   <Version>
  -                    <Simple_Version Major="1"/>
  +                    <Simple_Version Major="3"/>
                   </Version>
               </Dependency>
               <Dependency Name="globus_common">
                   <Version>
  -                    <Simple_Version Major="13"/>
  +                    <Simple_Version Major="14"/>
                   </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>
           </Build_Environment>
  -
       </src_pkg>
  -
   </gpt_package_metadata>
  
  
  



More information about the xio-commit mailing list