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:   23-Oct-2009 09:01:57
  Branch: HEAD                             Handle: 2009102308015600

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

  Log:
    upgrading package: lzlib 0.6 -> 0.7

  Summary:
    Revision    Changes     Path
    1.2         +6  -6      openpkg-src/lzlib/lzlib.patch
    1.6         +2  -2      openpkg-src/lzlib/lzlib.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lzlib/lzlib.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 lzlib.patch
  --- openpkg-src/lzlib/lzlib.patch     4 May 2009 06:48:06 -0000       1.1
  +++ openpkg-src/lzlib/lzlib.patch     23 Oct 2009 07:01:56 -0000      1.2
  @@ -1,12 +1,12 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2009-05-03 02:47:51 +0200
  -+++ Makefile.in      2009-05-04 08:43:02 +0200
  -@@ -83,7 +83,7 @@
  +--- Makefile.in.orig 2009-10-21 12:39:29 +0200
  ++++ Makefile.in      2009-10-23 08:59:34 +0200
  +@@ -90,7 +90,7 @@
        $(INSTALL_DATA) ./$(libname).a $(DESTDIR)$(libdir)/$(libname).a
  -     if test -n "$(progname_shared)" ; then \
  +     if [ -n "$(progname_shared)" ] ; then \
          $(INSTALL_PROGRAM) ./$(libname).so.$(pkgversion) 
$(DESTDIR)$(libdir)/$(libname).so.$(pkgversion) ; \
  --      if test -a $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; then \
  -+      if test -f $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; then \
  +-      if [ -e $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ] ; then \
  ++      if [ -f $(DESTDIR)$(libdir)/$(libname).so.$(soversion) ] ; then \
            run_ldconfig=no ; rm -f 
$(DESTDIR)$(libdir)/$(libname).so.$(soversion) ; \
          else run_ldconfig=yes ; \
          fi ; \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lzlib/lzlib.spec
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 lzlib.spec
  --- openpkg-src/lzlib/lzlib.spec      12 Oct 2009 06:33:30 -0000      1.5
  +++ openpkg-src/lzlib/lzlib.spec      23 Oct 2009 07:01:56 -0000      1.6
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Compression
   License:      GPL
  -Version:      0.6
  -Release:      20091012
  +Version:      0.7
  +Release:      20091023
   
   #   list of sources
   Source0:      
http://download.savannah.gnu.org/releases/lzip/lzlib-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to