RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: xar/ configure.ac xar.spec.in

From: Anders F. Björklund <afb@rpm5.org>
Date: Fri 14 Sep 2007 - 14:36:02 CEST
Message-Id: <20070914123603.0129434845C@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: xar                              Date:   14-Sep-2007 14:36:02
  Branch: HEAD                             Handle: 2007091413360200

  Modified files:
    xar                     configure.ac xar.spec.in

  Log:
    minor changes from upstream

  Summary:
    Revision    Changes     Path
    1.8         +1  -1      xar/configure.ac
    1.3         +1  -1      xar/xar.spec.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: xar/configure.ac
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 configure.ac
  --- xar/configure.ac	13 Sep 2007 09:37:49 -0000	1.7
  +++ xar/configure.ac	14 Sep 2007 12:36:02 -0000	1.8
  @@ -59,11 +59,11 @@
   
   cfgoutputs="cfgoutputs.stamp"
   cfgoutputs="${cfgoutputs} Makefile"
  -cfgoutputs="${cfgoutputs} xar.spec"
   cfgoutputs="${cfgoutputs} include/xar.h"
   cfgoutputs="${cfgoutputs} lib/Makefile.inc"
   cfgoutputs="${cfgoutputs} lib/libxar.la.in"
   cfgoutputs="${cfgoutputs} src/Makefile.inc"
  +cfgoutputs="${cfgoutputs} xar.spec"
   
   cfghdrs="${objroot}cfghdrs.stamp"
   cfghdrs="${cfghdrs} ${objroot}include/config.h"
  @@ .
  patch -p0 <<'@@ .'
  Index: xar/xar.spec.in
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 xar.spec.in
  --- xar/xar.spec.in	12 Sep 2007 16:06:08 -0000	1.2
  +++ xar/xar.spec.in	14 Sep 2007 12:36:02 -0000	1.3
  @@ -1,6 +1,6 @@
   Summary: The XAR project aims to provide an easily extensible archive format.
   Name: xar
  -Version: @PACKAGE_VERSION@
  +Version: @XAR_VERSION@
   Release: 0
   License: BSD
   Group: Applications/Archiving
  @@ .
Received on Fri Sep 14 14:36:03 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.