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:   21-Jan-2009 08:12:00
  Branch: HEAD                             Handle: 2009012107115900

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

  Log:
    upgrading package: mysql6 6.0.8 -> 6.0.9

  Summary:
    Revision    Changes     Path
    1.7         +20 -20     openpkg-src/mysql6/mysql6.patch
    1.12        +2  -2      openpkg-src/mysql6/mysql6.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql6/mysql6.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 mysql6.patch
  --- openpkg-src/mysql6/mysql6.patch   20 Aug 2008 07:40:19 -0000      1.6
  +++ openpkg-src/mysql6/mysql6.patch   21 Jan 2009 07:11:59 -0000      1.7
  @@ -1,12 +1,12 @@
   Index: include/Makefile.in
  ---- 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 \
  +--- include/Makefile.in.orig 2009-01-02 16:59:11 +0100
  ++++ include/Makefile.in      2009-01-20 23:36:32 +0100
  +@@ -406,14 +406,14 @@
                        my_getopt.h sslopt-longopts.h my_dir.h \
                        sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
  --                    m_ctype.h my_attribute.h $(HEADERS_GEN)
  -+                    m_ctype.h my_attribute.h rijndael.h sha1.h sha2.h 
my_aes.h $(HEADERS_GEN)
  +                     m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
  +-                    $(HEADERS_GEN_MAKE)
  ++                    rijndael.h sha1.h sha2.h my_aes.h $(HEADERS_GEN_MAKE)
    
    noinst_HEADERS = config-win.h config-netware.h lf.h my_bit.h \
                        heap.h maria.h myisamchk.h my_bitmap.h my_uctype.h \
  @@ -17,13 +17,13 @@
   +                    my_nosys.h my_alarm.h queues.h \
   +                    my_tree.h my_trie.h hash.h thr_alarm.h \
                        thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
  -                     mysql_version.h.in my_handler.h my_time.h \
  +                     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-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
  +--- sql/Makefile.in.orig     2009-01-02 16:59:18 +0100
  ++++ sql/Makefile.in  2009-01-20 23:19:54 +0100
  +@@ -595,7 +595,7 @@
  +                     $(top_builddir)/strings/libmystringslt.la
    
    mysqld_DEPENDENCIES = @mysql_plugin_libs@ $(SUPPORTING_LIBS) 
backup/libbackup.la libndb.la
   -LDADD = $(SUPPORTING_LIBS) @ZLIB_LIBS@ @NDB_SCI_LIBS@
  @@ -32,8 +32,8 @@
                        @MYSQLD_EXTRA_LDFLAGS@ \
                        @pstack_libs@ $(libevent_libs) \
   Index: storage/falcon/BigInt.cpp
  ---- storage/falcon/BigInt.cpp.orig   2008-08-12 17:31:49 +0200
  -+++ storage/falcon/BigInt.cpp        2008-08-20 09:11:29 +0200
  +--- storage/falcon/BigInt.cpp.orig   2009-01-02 16:50:16 +0100
  ++++ storage/falcon/BigInt.cpp        2009-01-20 23:19:54 +0100
   @@ -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-08-12 17:31:50 +0200
  -+++ storage/falcon/Configuration.cpp 2008-08-20 09:11:29 +0200
  -@@ -368,7 +368,7 @@
  +--- storage/falcon/Configuration.cpp.orig    2009-01-02 16:50:17 +0100
  ++++ storage/falcon/Configuration.cpp 2009-01-20 23:19:54 +0100
  +@@ -350,7 +350,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-08-12 17:31:51 +0200
  -+++ storage/falcon/MemMgr.cpp        2008-08-20 09:11:29 +0200
  +--- storage/falcon/MemMgr.cpp.orig   2009-01-02 16:50:21 +0100
  ++++ storage/falcon/MemMgr.cpp        2009-01-20 23:19:54 +0100
   @@ -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-08-12 17:31:53 +0200
  -+++ storage/falcon/Stream.cpp        2008-08-20 09:11:29 +0200
  +--- storage/falcon/Stream.cpp.orig   2009-01-02 16:50:29 +0100
  ++++ storage/falcon/Stream.cpp        2009-01-20 23:19:54 +0100
   @@ -19,11 +19,7 @@
    
    #include <memory.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql6/mysql6.spec
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 mysql6.spec
  --- openpkg-src/mysql6/mysql6.spec    9 Dec 2008 10:39:43 -0000       1.11
  +++ openpkg-src/mysql6/mysql6.spec    21 Jan 2009 07:11:59 -0000      1.12
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_major   6.0
  -%define       V_minor   8
  +%define       V_minor   9
   %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:      20081209
  +Release:      20090121
   
   #   package options
   %option       with_server      yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to