OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   04-Feb-2008 20:07:02
  Branch: HEAD                             Handle: 2008020419070100

  Modified files:
    openpkg-src/xmlroff     xmlroff.patch xmlroff.spec

  Log:
    upgrading package: xmlroff 0.5.3 -> 0.5.4

  Summary:
    Revision    Changes     Path
    1.9         +13 -25     openpkg-src/xmlroff/xmlroff.patch
    1.21        +2  -2      openpkg-src/xmlroff/xmlroff.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xmlroff/xmlroff.patch
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 xmlroff.patch
  --- openpkg-src/xmlroff/xmlroff.patch 1 Dec 2007 13:46:37 -0000       1.8
  +++ openpkg-src/xmlroff/xmlroff.patch 4 Feb 2008 19:07:01 -0000       1.9
  @@ -1,18 +1,6 @@
  -Index: Makefile.in
  ---- Makefile.in.orig 2007-10-04 21:16:43 +0200
  -+++ Makefile.in      2007-12-01 10:37:48 +0100
  -@@ -249,7 +249,7 @@
  - sharedstatedir = @sharedstatedir@
  - sysconfdir = @sysconfdir@
  - target_alias = @target_alias@
  --SUBDIRS = libfo xmlroff . examples docs cunit
  -+SUBDIRS = libfo xmlroff . examples docs
  - @[EMAIL PROTECTED] = -no-undefined
  - INCLUDES = \
  -     -DG_LOG_DOMAIN=\"libfo\"        \
   Index: libfo-0.5.pc.in
   --- libfo-0.5.pc.in.orig     2007-07-18 12:51:18 +0200
  -+++ libfo-0.5.pc.in  2007-12-01 10:20:14 +0100
  ++++ libfo-0.5.pc.in  2008-02-04 19:42:31 +0100
   @@ -1,11 +1,11 @@
    [EMAIL PROTECTED]@
    [EMAIL PROTECTED]@
  @@ -28,8 +16,8 @@
    Name: libfo
    Description: XSL formatter library for xmlroff
   Index: libfo/Makefile.in
  ---- libfo/Makefile.in.orig   2007-10-04 21:16:41 +0200
  -+++ libfo/Makefile.in        2007-12-01 10:20:14 +0100
  +--- libfo/Makefile.in.orig   2008-01-13 21:03:00 +0100
  ++++ libfo/Makefile.in        2008-02-04 19:42:31 +0100
   @@ -340,7 +340,7 @@
        $(fodoc_headers)        \
        $(libfo_headers)
  @@ -49,8 +37,8 @@
        fo-object.h             \
        fo-node.h               \
   Index: libfo/area/Makefile.in
  ---- libfo/area/Makefile.in.orig      2007-10-04 21:16:42 +0200
  -+++ libfo/area/Makefile.in   2007-12-01 10:20:14 +0100
  +--- libfo/area/Makefile.in.orig      2008-01-13 21:03:00 +0100
  ++++ libfo/area/Makefile.in   2008-02-04 19:42:31 +0100
   @@ -255,7 +255,7 @@
    @STRIP_END@
    
  @@ -61,8 +49,8 @@
        fo-area.h
    
   Index: libfo/datatype/Makefile.in
  ---- libfo/datatype/Makefile.in.orig  2007-10-04 21:16:42 +0200
  -+++ libfo/datatype/Makefile.in       2007-12-01 10:20:14 +0100
  +--- libfo/datatype/Makefile.in.orig  2008-01-13 21:03:01 +0100
  ++++ libfo/datatype/Makefile.in       2008-02-04 19:42:31 +0100
   @@ -253,7 +253,7 @@
    @STRIP_END@
    
  @@ -73,8 +61,8 @@
        fo-datatype.h           \
        fo-enum.h
   Index: libfo/fo/Makefile.in
  ---- libfo/fo/Makefile.in.orig        2007-10-04 21:16:42 +0200
  -+++ libfo/fo/Makefile.in     2007-12-01 10:20:14 +0100
  +--- libfo/fo/Makefile.in.orig        2008-01-13 21:03:01 +0100
  ++++ libfo/fo/Makefile.in     2008-02-04 19:42:31 +0100
   @@ -322,7 +322,7 @@
        fo-wrapper-block-area.c \
        fo-wrapper-block-area.h
  @@ -85,8 +73,8 @@
        fo-fo.h
    
   Index: libfo/property/Makefile.in
  ---- libfo/property/Makefile.in.orig  2007-10-04 21:16:42 +0200
  -+++ libfo/property/Makefile.in       2007-12-01 10:20:14 +0100
  +--- libfo/property/Makefile.in.orig  2008-01-13 21:03:01 +0100
  ++++ libfo/property/Makefile.in       2008-02-04 19:42:31 +0100
   @@ -391,7 +391,7 @@
    # libfo-text-property.la is a convenience library containing
    # properties that depend on Pango.
  @@ -97,8 +85,8 @@
        fo-property.h
    
   Index: libfo/util/Makefile.in
  ---- libfo/util/Makefile.in.orig      2007-10-04 21:16:43 +0200
  -+++ libfo/util/Makefile.in   2007-12-01 10:20:14 +0100
  +--- libfo/util/Makefile.in.orig      2008-01-13 21:03:01 +0100
  ++++ libfo/util/Makefile.in   2008-02-04 19:42:31 +0100
   @@ -252,7 +252,7 @@
    @STRIP_END@
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xmlroff/xmlroff.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 xmlroff.spec
  --- openpkg-src/xmlroff/xmlroff.spec  1 Jan 2008 15:07:40 -0000       1.20
  +++ openpkg-src/xmlroff/xmlroff.spec  4 Feb 2008 19:07:01 -0000       1.21
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Typesetting
   License:      GPL
  -Version:      0.5.3
  -Release:      20080101
  +Version:      0.5.4
  +Release:      20080204
   
   #   list of sources
   Source0:      http://xmlroff.org/download/xmlroff-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to