Navigation Menu

Skip to content

Commit

Permalink
Update to the latest release
Browse files Browse the repository at this point in the history
  % make update-latest-release OLD_RELEASE=5.0.2 OLD_RELEASE_DATE=2015-03-31 NEW_RELEASE=5.0.3 NEW_RELEASE_DATE=2015-04-29
  • Loading branch information
kenhys committed Apr 24, 2015
1 parent c085769 commit 0e18880
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 35 deletions.
10 changes: 5 additions & 5 deletions doc/locale/ja/LC_MESSAGES/install.po
Expand Up @@ -788,7 +788,7 @@ msgstr ""
"ださい。"

# 7ffb594084f74ae08672e26a05e88d55
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.2-x86.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.3-x86.exe"
msgstr ""

msgid "Then run it."
Expand All @@ -802,7 +802,7 @@ msgstr ""
"ださい。"

# a6aeedf8d19c4574b6b38bed1ef1a746
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.2-x64.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.3-x64.exe"
msgstr ""

msgid ""
Expand All @@ -822,7 +822,7 @@ msgstr ""
"してください。"

# 75b67811539f40e8a154db1d7231c6ef
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.2-x86.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.3-x86.zip"
msgstr ""

msgid "Then extract it."
Expand All @@ -835,7 +835,7 @@ msgstr ""
"してください。"

# d52fa0683aa24499b85e73f325c8b654
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.2-x64.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-5.0.3-x64.zip"
msgstr ""

msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
Expand All @@ -862,7 +862,7 @@ msgid "Download zipped source from packages.groonga.org:"
msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"

# f5cdbb4226bf441db65967ae25105095
msgid "http://packages.groonga.org/source/groonga/groonga-5.0.2.zip"
msgid "http://packages.groonga.org/source/groonga/groonga-5.0.3.zip"
msgstr ""

msgid "Move to the Groonga's source folder::"
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/centos.rst
Expand Up @@ -170,9 +170,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/debian.rst
Expand Up @@ -72,9 +72,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/fedora.rst
Expand Up @@ -80,9 +80,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/mac_os_x.rst
Expand Up @@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.

Download source::

% curl -O http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% curl -O http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/others.rst
Expand Up @@ -74,9 +74,9 @@ Build from source
Groonga uses GNU build system. So the following is the simplest build
steps::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3
% ./configure
% make
% sudo make install
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/solaris.rst
Expand Up @@ -17,9 +17,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% gtar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% gtar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
needed for building 64-bit version. To build 32-bit version, just
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/ubuntu.rst
Expand Up @@ -81,9 +81,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-5.0.2.tar.gz
% tar xvzf groonga-5.0.2.tar.gz
% cd groonga-5.0.2
% wget http://packages.groonga.org/source/groonga/groonga-5.0.3.tar.gz
% tar xvzf groonga-5.0.3.tar.gz
% cd groonga-5.0.3

Configure (see :ref:`source-configure` about ``configure`` options)::

Expand Down
18 changes: 9 additions & 9 deletions doc/source/install/windows.rst
Expand Up @@ -21,14 +21,14 @@ Installer
For 32-bit environment, download x86 executable binary from
packages.groonga.org:

* http://packages.groonga.org/windows/groonga/groonga-5.0.2-x86.exe
* http://packages.groonga.org/windows/groonga/groonga-5.0.3-x86.exe

Then run it.

For 64-bit environment, download x64 executable binary from
packages.goronga.org:

* http://packages.groonga.org/windows/groonga/groonga-5.0.2-x64.exe
* http://packages.groonga.org/windows/groonga/groonga-5.0.3-x64.exe

Then run it.

Expand All @@ -41,14 +41,14 @@ zip
For 32-bit environment, download x86 zip archive from
packages.groonga.org:

* http://packages.groonga.org/windows/groonga/groonga-5.0.2-x86.zip
* http://packages.groonga.org/windows/groonga/groonga-5.0.3-x86.zip

Then extract it.

For 64-bit environment, download x64 zip archive from
packages.groonga.org:

* http://packages.groonga.org/windows/groonga/groonga-5.0.2-x64.zip
* http://packages.groonga.org/windows/groonga/groonga-5.0.3-x64.zip

Then extract it.

Expand All @@ -66,27 +66,27 @@ Windows. Here are required tools:

Download zipped source from packages.groonga.org:

* http://packages.groonga.org/source/groonga/groonga-5.0.2.zip
* http://packages.groonga.org/source/groonga/groonga-5.0.3.zip

Then extract it.

Move to the Groonga's source folder::

> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.2
> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.3

Configure by ``cmake``. The following commnad line is for 64-bit
version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
parameter instead::

groonga-5.0.2> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
groonga-5.0.3> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga

Build::

groonga-5.0.2> cmake --build . --config Release
groonga-5.0.3> cmake --build . --config Release

Install::

groonga-5.0.2> cmake --build . --config Release --target Install
groonga-5.0.3> cmake --build . --config Release --target Install

After the above steps, :doc:`/reference/executables/groonga` is found at
``c:\Groonga\bin\groonga.exe``.
6 changes: 6 additions & 0 deletions packages/debian/changelog
@@ -1,3 +1,9 @@
groonga (5.0.3-1) unstable; urgency=low

* New upstream release.

-- HAYASHI Kentaro <hayashi@clear-code.com> Wed, 29 Apr 2015 00:00:00 +0900

groonga (5.0.2-1) unstable; urgency=low

* New upstream release.
Expand Down
3 changes: 3 additions & 0 deletions packages/rpm/centos/groonga.spec.in
Expand Up @@ -409,6 +409,9 @@ fi
%config(noreplace) %{_sysconfdir}/munin/plugin-conf.d/*

%changelog
* Wed Apr 29 2015 HAYASHI Kentaro <hayashi@clear-code.com> - 5.0.3-1
- new upstream release.

* Tue Mar 31 2015 Masafumi Yokoyama <yokoyama@clear-code.com> - 5.0.2-1
- new upstream release.
- removed fix-crash-by-missing-libedit-initialization.patch
Expand Down

0 comments on commit 0e18880

Please sign in to comment.