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:   20-Aug-2008 09:40:20
  Branch: HEAD                             Handle: 2008082008401900

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

  Log:
    upgrading package: mysql6 6.0.5 -> 6.0.6

  Summary:
    Revision    Changes     Path
    1.6         +16 -16     openpkg-src/mysql6/mysql6.patch
    1.9         +2  -2      openpkg-src/mysql6/mysql6.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   28 Jun 2008 07:39:03 -0000      1.5
  +++ openpkg-src/mysql6/mysql6.patch   20 Aug 2008 07:40:19 -0000      1.6
  @@ -1,7 +1,7 @@
   Index: include/Makefile.in
  ---- include/Makefile.in.orig 2008-06-12 15:26:26 +0200
  -+++ include/Makefile.in      2008-06-27 23:27:03 +0200
  -@@ -416,14 +416,14 @@
  +--- include/Makefile.in.orig 2008-08-12 17:34:35 +0200
  ++++ include/Makefile.in      2008-08-20 09:13:58 +0200
  +@@ -420,14 +420,14 @@
                        decimal.h errmsg.h my_global.h my_net.h \
                        my_getopt.h sslopt-longopts.h my_dir.h \
                        sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  @@ -9,7 +9,7 @@
   +                    m_ctype.h my_attribute.h rijndael.h sha1.h sha2.h 
my_aes.h $(HEADERS_GEN)
    
    noinst_HEADERS = config-win.h config-netware.h lf.h my_bit.h \
  -                     heap.h my_bitmap.h my_uctype.h \
  +                     heap.h maria.h myisamchk.h my_bitmap.h my_uctype.h \
                        myisam.h myisampack.h myisammrg.h ft_global.h\
                        mysys_err.h my_base.h help_start.h help_end.h \
   -                    my_nosys.h my_alarm.h queues.h rijndael.h sha1.h sha2.h 
\
  @@ -20,9 +20,9 @@
                        mysql_version.h.in my_handler.h my_time.h \
                        my_vle.h my_user.h my_atomic.h atomic/nolock.h \
   Index: sql/Makefile.in
  ---- sql/Makefile.in.orig     2008-06-12 15:26:33 +0200
  -+++ sql/Makefile.in  2008-06-27 23:31:21 +0200
  -@@ -579,7 +579,7 @@
  +--- sql/Makefile.in.orig     2008-08-12 17:34:43 +0200
  ++++ sql/Makefile.in  2008-08-20 09:11:29 +0200
  +@@ -586,7 +586,7 @@
                        $(top_builddir)/strings/libmystrings.a
    
    mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) 
backup/libbackup.la libndb.la
  @@ -32,8 +32,8 @@
                        @MYSQLD_EXTRA_LDFLAGS@ \
                        @pstack_libs@ $(libevent_libs) \
   Index: storage/falcon/BigInt.cpp
  ---- storage/falcon/BigInt.cpp.orig   2008-06-12 15:24:42 +0200
  -+++ storage/falcon/BigInt.cpp        2008-06-27 23:27:03 +0200
  +--- storage/falcon/BigInt.cpp.orig   2008-08-12 17:31:49 +0200
  ++++ storage/falcon/BigInt.cpp        2008-08-20 09:11:29 +0200
   @@ -18,11 +18,7 @@
    //////////////////////////////////////////////////////////////////////
    
  @@ -47,9 +47,9 @@
    #include "Engine.h"
    #include "BigInt.h"
   Index: storage/falcon/Configuration.cpp
  ---- storage/falcon/Configuration.cpp.orig    2008-06-12 15:24:40 +0200
  -+++ storage/falcon/Configuration.cpp 2008-06-27 23:27:03 +0200
  -@@ -367,7 +367,7 @@
  +--- storage/falcon/Configuration.cpp.orig    2008-08-12 17:31:50 +0200
  ++++ storage/falcon/Configuration.cpp 2008-08-20 09:11:29 +0200
  +@@ -368,7 +368,7 @@
        availableMemory = (uint64) availableMem;
        totalMemory = (uint64) physMem;
    
  @@ -59,8 +59,8 @@
        int64 physPages         = (int64)sysconf(_SC_PHYS_PAGES);
        int64 avPhysPages       = (int64)sysconf(_SC_AVPHYS_PAGES);
   Index: storage/falcon/MemMgr.cpp
  ---- storage/falcon/MemMgr.cpp.orig   2008-06-12 15:24:29 +0200
  -+++ storage/falcon/MemMgr.cpp        2008-06-27 23:27:03 +0200
  +--- storage/falcon/MemMgr.cpp.orig   2008-08-12 17:31:51 +0200
  ++++ storage/falcon/MemMgr.cpp        2008-08-20 09:11:29 +0200
   @@ -20,12 +20,7 @@
    
    #include <stdio.h>
  @@ -75,8 +75,8 @@
    #include "MemMgr.h"
    #include "Sync.h"
   Index: storage/falcon/Stream.cpp
  ---- storage/falcon/Stream.cpp.orig   2008-06-12 15:24:28 +0200
  -+++ storage/falcon/Stream.cpp        2008-06-27 23:27:03 +0200
  +--- storage/falcon/Stream.cpp.orig   2008-08-12 17:31:53 +0200
  ++++ storage/falcon/Stream.cpp        2008-08-20 09:11:29 +0200
   @@ -19,11 +19,7 @@
    
    #include <memory.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql6/mysql6.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 mysql6.spec
  --- openpkg-src/mysql6/mysql6.spec    28 Jun 2008 07:39:03 -0000      1.8
  +++ openpkg-src/mysql6/mysql6.spec    20 Aug 2008 07:40:19 -0000      1.9
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_major   6.0
  -%define       V_minor   5
  +%define       V_minor   6
   %define       V_mysql   %{V_major}.%{V_minor}-alpha
   %define       V_opkg    %{V_major}.%{V_minor}
   
  @@ -38,7 +38,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20080628
  +Release:      20080820
   
   #   package options
   %option       with_server      yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to