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:   27-Jul-2009 19:02:26
  Branch: HEAD                             Handle: 2009072718022500

  Added files:
    openpkg-src/lzma        lzma.patch
  Modified files:
    openpkg-src/lzma        lzma.spec

  Log:
    upgrading package: lzma 4.65 -> 9.04

  Summary:
    Revision    Changes     Path
    1.3         +21 -0      openpkg-src/lzma/lzma.patch
    1.22        +5  -3      openpkg-src/lzma/lzma.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lzma/lzma.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.3 lzma.patch
  --- /dev/null 2009-07-27 19:02:24 +0200
  +++ lzma.patch        2009-07-27 19:02:26 +0200
  @@ -0,0 +1,21 @@
  +Index: CPP/7zip/Compress/LZMA_Alone/makefile.gcc
  +--- CPP/7zip/Compress/LZMA_Alone/makefile.gcc.orig   2008-12-26 07:51:47 
+0100
  ++++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc        2009-07-27 18:59:50 
+0200
  +@@ -24,6 +24,7 @@
  +   LzmaBenchCon.o \
  +   LzmaDecoder.o \
  +   LzmaEncoder.o \
  ++  CWrappers.o \
  +   InBuffer.o \
  +   OutBuffer.o \
  +   FileStreams.o \
  +@@ -66,6 +67,9 @@
  + LzmaEncoder.o: ../LzmaEncoder.cpp
  +     $(CXX) $(CFLAGS) ../LzmaEncoder.cpp
  + 
  ++CWrappers.o: ../../Common/CWrappers.cpp
  ++    $(CXX) $(CFLAGS) ../../Common/CWrappers.cpp
  ++ 
  + InBuffer.o: ../../Common/InBuffer.cpp
  +     $(CXX) $(CFLAGS) ../../Common/InBuffer.cpp
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lzma/lzma.spec
  ============================================================================
  $ cvs diff -u -r1.21 -r1.22 lzma.spec
  --- openpkg-src/lzma/lzma.spec        30 Jun 2009 20:20:57 -0000      1.21
  +++ openpkg-src/lzma/lzma.spec        27 Jul 2009 17:02:25 -0000      1.22
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_opkg      4.65
  -%define       V_sdk       465
  +%define       V_opkg      9.04
  +%define       V_sdk       904
   
   #   package information
   Name:         lzma
  @@ -36,10 +36,11 @@
   Group:        Compression
   License:      LGPL
   Version:      %{V_opkg}
  -Release:      20090210
  +Release:      20090727
   
   #   list of sources
   Source0:      http://switch.dl.sourceforge.net/sevenzip/7z%{V_sdk}.tar.bz2
  +Patch0:       lzma.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -69,6 +70,7 @@
   
   %prep
       %setup -q -c
  +    %patch -p0
   
   %build
       ( cd CPP/7zip/Compress/LZMA_Alone
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to