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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   20-Mar-2009 20:35:06
  Branch: HEAD                             Handle: 2009032019350600

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

  Log:
    upgrading package: pdflib 7.0.2 -> 7.0.4

  Summary:
    Revision    Changes     Path
    1.12        +14 -14     openpkg-src/pdflib/pdflib.patch
    1.58        +6  -6      openpkg-src/pdflib/pdflib.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pdflib/pdflib.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 pdflib.patch
  --- openpkg-src/pdflib/pdflib.patch   14 Mar 2007 18:39:22 -0000      1.11
  +++ openpkg-src/pdflib/pdflib.patch   20 Mar 2009 19:35:06 -0000      1.12
  @@ -1,19 +1,19 @@
   Index: config/mkmainlib.inc.in
  ---- config/mkmainlib.inc.in.orig     2006-10-30 22:21:53 +0100
  -+++ config/mkmainlib.inc.in  2006-11-01 12:09:24 +0100
  +--- config/mkmainlib.inc.in.orig     2008-02-28 10:42:52 +0100
  ++++ config/mkmainlib.inc.in  2008-02-29 19:09:25 +0100
   @@ -29,7 +29,7 @@
        @-if test "$(WITH_SHARED)" = "no"; then \
            cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
        fi
  --    $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
  -+    $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
  +-    $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
  ++    $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) 
$(DESTDIR)$(libdir);
        @-if test "$(WITH_SHARED)" = "yes"; then        \
  -         $(LIBTOOL) -n --finish $(libdir);\
  +         $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
        else\
   Index: configure
  ---- configure.orig   2006-10-30 22:21:53 +0100
  -+++ configure        2006-11-01 12:09:24 +0100
  -@@ -9152,6 +9152,7 @@
  +--- configure.orig   2008-02-28 10:42:52 +0100
  ++++ configure        2008-02-29 18:46:33 +0100
  +@@ -9320,6 +9320,7 @@
    
    
    # zlib
  @@ -21,7 +21,7 @@
    if test -d libs/flate ; then
        FLATELIBINC="-I\$(top_builddir)/libs/flate"
        FLATELIBLINK="\$(top_builddir)/libs/flate/libz\$(LA)"
  -@@ -9160,10 +9161,12 @@
  +@@ -9328,10 +9329,12 @@
        FLATELIBINC=""
        FLATELIBLINK=""
    fi
  @@ -34,7 +34,7 @@
    if test -d libs/png ; then
        PNGLIBINC="-I\$(top_builddir)/libs/png"
        PNGLIBLINK="\$(top_builddir)/libs/png/libpng\$(LA)"
  -@@ -9172,10 +9175,12 @@
  +@@ -9340,10 +9343,12 @@
        PNGLIBINC=""
        PNGLIBLINK=""
    fi
  @@ -47,7 +47,7 @@
    if test -d libs/tiff ; then
        TIFFLIBINC="-I\$(top_builddir)/libs/tiff"
        TIFFLIBLINK="\$(top_builddir)/libs/tiff/libtiff\$(LA)"
  -@@ -9184,10 +9189,12 @@
  +@@ -9352,10 +9357,12 @@
        TIFFLIBINC=""
        TIFFLIBLINK=""
    fi
  @@ -60,7 +60,7 @@
    if test -d libs/jpeg ; then
        JPEGLIBINC="-I\$(top_builddir)/libs/jpeg"
        JPEGLIBLINK="\$(top_builddir)/libs/jpeg/libjpeg\$(LA)"
  -@@ -9196,6 +9203,7 @@
  +@@ -9364,6 +9371,7 @@
        JPEGLIBINC=""
        JPEGLIBLINK=""
    fi
  @@ -69,8 +69,8 @@
    
    
   Index: libs/tiff/tif_ojpeg.c
  ---- libs/tiff/tif_ojpeg.c.orig       2006-10-30 22:22:01 +0100
  -+++ libs/tiff/tif_ojpeg.c    2006-11-01 12:09:24 +0100
  +--- libs/tiff/tif_ojpeg.c.orig       2008-02-28 10:42:58 +0100
  ++++ libs/tiff/tif_ojpeg.c    2008-02-29 18:46:33 +0100
   @@ -141,7 +141,9 @@
    #undef JPEG_INTERNALS
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pdflib/pdflib.spec
  ============================================================================
  $ cvs diff -u -r1.57 -r1.58 pdflib.spec
  --- openpkg-src/pdflib/pdflib.spec    1 Jan 2008 15:01:26 -0000       1.57
  +++ openpkg-src/pdflib/pdflib.spec    20 Mar 2009 19:35:06 -0000      1.58
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_long 7.0.2
  -%define       V_comp 702
  +%define       V_long 7.0.4
  +%define       V_comp 704
   
   #   package information
   Name:         pdflib
  @@ -36,7 +36,7 @@
   Group:        Postscript
   License:      PDFlib
   Version:      %{V_long}
  -Release:      20080101
  +Release:      20090320
   
   #   list of sources
   Source0:      
http://www.pdflib.com/binaries/PDFlib/%{V_comp}/PDFlib-Lite-%{V_long}.tar.gz
  @@ -66,9 +66,9 @@
   
   %prep
       %setup -q -n PDFlib-Lite-%{V_long}
  -    rm -rf libs/png
  -    rm -rf libs/jpeg
  -    rm -rf libs/flate
  +    #   rm -rf libs/png
  +    #   rm -rf libs/jpeg
  +    #   rm -rf libs/flate
       %patch -p0
       %{l_shtool} subst \
           -e 's;[ \t]*/usr/local/lib${libsuff};;g' \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to