Skip to content

Commit

Permalink
Update to latest release
Browse files Browse the repository at this point in the history
  % make update-latest-release OLD_RELEASE=6.0.4 OLD_RELEASE_DATE=2016-06-04 NEW_RELEASE_DATE=2016-06-29
  • Loading branch information
kenhys committed Jun 23, 2016
1 parent 7585d7d commit f5dc56a
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
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ msgstr ""
"32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
"ださい。"

msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.5-x86.exe"
msgstr ""

msgid "Then run it."
Expand All @@ -816,7 +816,7 @@ msgstr ""
"64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく"
"ださい。"

msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.exe"
msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.5-x64.exe"
msgstr ""

msgid ""
Expand All @@ -835,7 +835,7 @@ msgstr ""
"32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード"
"してください。"

msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x86.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.5-x86.zip"
msgstr ""

msgid "Then extract it."
Expand All @@ -847,7 +847,7 @@ msgstr ""
"64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード"
"してください。"

msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.zip"
msgid "http://packages.groonga.org/windows/groonga/groonga-6.0.5-x64.zip"
msgstr ""

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

msgid "http://packages.groonga.org/source/groonga/groonga-6.0.4.zip"
msgid "http://packages.groonga.org/source/groonga/groonga-6.0.5.zip"
msgstr ""

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

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
% tar xvzf groonga-6.0.4.tar.gz
% cd groonga-6.0.4
% wget http://packages.groonga.org/source/groonga/groonga-6.0.5.tar.gz
% tar xvzf groonga-6.0.5.tar.gz
% cd groonga-6.0.5

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

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
% tar xvzf groonga-6.0.4.tar.gz
% cd groonga-6.0.4
% wget http://packages.groonga.org/source/groonga/groonga-6.0.5.tar.gz
% tar xvzf groonga-6.0.5.tar.gz
% cd groonga-6.0.5

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

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

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
% tar xvzf groonga-6.0.4.tar.gz
% cd groonga-6.0.4
% wget http://packages.groonga.org/source/groonga/groonga-6.0.5.tar.gz
% tar xvzf groonga-6.0.5.tar.gz
% cd groonga-6.0.5

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

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

Download source::

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

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

Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/others.rst
Original file line number Diff line number Diff line change
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-6.0.4.tar.gz
% tar xvzf groonga-6.0.4.tar.gz
% cd groonga-6.0.4
% wget http://packages.groonga.org/source/groonga/groonga-6.0.5.tar.gz
% tar xvzf groonga-6.0.5.tar.gz
% cd groonga-6.0.5
% ./configure
% make
% sudo make install
Expand Down
6 changes: 3 additions & 3 deletions doc/source/install/solaris.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Install required packages to build Groonga::

Download source::

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

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
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Install required packages to build Groonga::

Download source::

% wget http://packages.groonga.org/source/groonga/groonga-6.0.4.tar.gz
% tar xvzf groonga-6.0.4.tar.gz
% cd groonga-6.0.4
% wget http://packages.groonga.org/source/groonga/groonga-6.0.5.tar.gz
% tar xvzf groonga-6.0.5.tar.gz
% cd groonga-6.0.5

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

Expand Down
18 changes: 9 additions & 9 deletions doc/source/install/windows.rst
Original file line number Diff line number Diff line change
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-6.0.4-x86.exe
* http://packages.groonga.org/windows/groonga/groonga-6.0.5-x86.exe

Then run it.

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

* http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.exe
* http://packages.groonga.org/windows/groonga/groonga-6.0.5-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-6.0.4-x86.zip
* http://packages.groonga.org/windows/groonga/groonga-6.0.5-x86.zip

Then extract it.

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

* http://packages.groonga.org/windows/groonga/groonga-6.0.4-x64.zip
* http://packages.groonga.org/windows/groonga/groonga-6.0.5-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-6.0.4.zip
* http://packages.groonga.org/source/groonga/groonga-6.0.5.zip

Then extract it.

Move to the Groonga's source folder::

> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.4
> cd c:\Users\%USERNAME%\Downloads\groonga-6.0.5

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-6.0.4> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
groonga-6.0.5> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga

Build::

groonga-6.0.4> cmake --build . --config Release
groonga-6.0.5> cmake --build . --config Release

Install::

groonga-6.0.4> cmake --build . --config Release --target Install
groonga-6.0.5> 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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
groonga (6.0.5-1) unstable; urgency=low

* New upstream release.

-- Kentaro Hayashi <hayashi@clear-code.com> Wed, 29 Jun 2016 00:00:00 +0900

groonga (6.0.4-1) unstable; urgency=low

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

%changelog
* Wed Jun 29 2016 Kentaro Hayashi <hayashi@clear-code.com> - 6.0.5-1
- new upstream release.

* Mon Jun 06 2016 Kouhei Sutou <kou@clear-code.com> - 6.0.4-1
- new upstream release.

Expand Down

0 comments on commit f5dc56a

Please sign in to comment.