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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   11-Nov-2006 13:34:24
  Branch: HEAD                             Handle: 2006111112342301

  Modified files:
    openpkg-src/mysql       mysql.spec
    openpkg-src/mysql4      mysql4.spec
    openpkg-src/mysql51     mysql51.spec

  Log:
    provide options for charset and collation

  Summary:
    Revision    Changes     Path
    1.159       +5  -1      openpkg-src/mysql/mysql.spec
    1.27        +5  -1      openpkg-src/mysql4/mysql4.spec
    1.15        +5  -1      openpkg-src/mysql51/mysql51.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/mysql.spec
  ============================================================================
  $ cvs diff -u -r1.158 -r1.159 mysql.spec
  --- openpkg-src/mysql/mysql.spec      29 Oct 2006 12:56:32 -0000      1.158
  +++ openpkg-src/mysql/mysql.spec      11 Nov 2006 12:34:23 -0000      1.159
  @@ -39,7 +39,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20061029
  +Release:      20061111
   
   #   package options
   %option       with_server      yes
  @@ -51,6 +51,8 @@
   %option       with_ndbcluster  no
   %option       with_ssl         no
   %option       with_embedded    no
  +%option       with_charset     utf8
  +%option       with_collation   utf8_unicode_ci
   
   #   list of sources
   Source0:      
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
  @@ -166,6 +168,8 @@
   %if "%{with_embedded}" == "yes"
           --with-embedded-server \
   %endif
  +        --with-charset=%{with_charset} \
  +        --with-collation=%{with_collation} \
           --without-readline \
           --without-libedit \
           --with-big-tables \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql4/mysql4.spec
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 mysql4.spec
  --- openpkg-src/mysql4/mysql4.spec    26 Oct 2006 09:42:39 -0000      1.26
  +++ openpkg-src/mysql4/mysql4.spec    11 Nov 2006 12:34:24 -0000      1.27
  @@ -39,7 +39,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20061026
  +Release:      20061111
   
   #   package options
   %option       with_server    yes
  @@ -48,6 +48,8 @@
   %option       with_ssl       no
   %option       with_ndb       no
   %option       with_embedded  no
  +%option       with_charset   utf8
  +%option       with_collation utf8_unicode_ci
   
   #   list of sources
   Source0:      
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
  @@ -135,6 +137,8 @@
   %if "%{with_embedded}" == "yes"
           --with-embedded-server \
   %endif
  +        --with-charset=%{with_charset} \
  +        --with-collation=%{with_collation} \
           --without-readline \
           --without-libedit \
           --with-vio \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql51/mysql51.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 mysql51.spec
  --- openpkg-src/mysql51/mysql51.spec  3 Nov 2006 19:03:45 -0000       1.14
  +++ openpkg-src/mysql51/mysql51.spec  11 Nov 2006 12:34:24 -0000      1.15
  @@ -39,7 +39,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20061103
  +Release:      20061111
   
   #   package options
   %option       with_server      yes
  @@ -51,6 +51,8 @@
   %option       with_partition   no
   %option       with_ssl         no
   %option       with_embedded    no
  +%option       with_charset     utf8
  +%option       with_collation   utf8_unicode_ci
   
   #   fixing implicit inter-plugin dependencies and correlations
   %if "%{with_ndbcluster}" == "yes"
  @@ -175,6 +177,8 @@
   %if "%{with_embedded}" == "yes"
           --with-embedded-server \
   %endif
  +        --with-charset=%{with_charset} \
  +        --with-collation=%{with_collation} \
           --without-readline \
           --without-libedit \
           --with-big-tables \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to