Skip to content

Commit

Permalink
Revert "Update latest release"
Browse files Browse the repository at this point in the history
This reverts commit c989dee.

I won't update vendor/mruby-source.
  • Loading branch information
kenhys committed Jun 25, 2018
1 parent c989dee commit 4ea3106
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 45 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 @@ -809,7 +809,7 @@ msgstr ""
"32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
"ださい。"

msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.4-x86.exe"
msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.3-x86.exe"
msgstr ""

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

msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.4-x64.exe"
msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.3-x64.exe"
msgstr ""

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

msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.4-x86.zip"
msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.3-x86.zip"
msgstr ""

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

msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.4-x64.zip"
msgid "https://packages.groonga.org/windows/groonga/groonga-8.0.3-x64.zip"
msgstr ""

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

msgid "https://packages.groonga.org/source/groonga/groonga-8.0.4.zip"
msgid "https://packages.groonga.org/source/groonga/groonga-8.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
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 https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.0.3

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 @@ -161,9 +161,9 @@ Install required packages to build Groonga for Debian stretch::

Download source::

% wget https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.0.3

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 https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.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
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 https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% curl -O https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.0.3

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 @@ -76,9 +76,9 @@ Build from source
Groonga uses GNU build system. So the following is the simplest build
steps::

% wget https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.0.3
% ./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 https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% gtar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% gtar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.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
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 https://packages.groonga.org/source/groonga/groonga-8.0.4.tar.gz
% tar xvzf groonga-8.0.4.tar.gz
% cd groonga-8.0.4
% wget https://packages.groonga.org/source/groonga/groonga-8.0.3.tar.gz
% tar xvzf groonga-8.0.3.tar.gz
% cd groonga-8.0.3

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:

* https://packages.groonga.org/windows/groonga/groonga-8.0.4-x86.exe
* https://packages.groonga.org/windows/groonga/groonga-8.0.3-x86.exe

Then run it.

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

* https://packages.groonga.org/windows/groonga/groonga-8.0.4-x64.exe
* https://packages.groonga.org/windows/groonga/groonga-8.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:

* https://packages.groonga.org/windows/groonga/groonga-8.0.4-x86.zip
* https://packages.groonga.org/windows/groonga/groonga-8.0.3-x86.zip

Then extract it.

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

* https://packages.groonga.org/windows/groonga/groonga-8.0.4-x64.zip
* https://packages.groonga.org/windows/groonga/groonga-8.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:

* https://packages.groonga.org/source/groonga/groonga-8.0.4.zip
* https://packages.groonga.org/source/groonga/groonga-8.0.3.zip

Then extract it.

Move to the Groonga's source folder::

> cd c:\Users\%USERNAME%\Downloads\groonga-8.0.4
> cd c:\Users\%USERNAME%\Downloads\groonga-8.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-8.0.4> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
groonga-8.0.3> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga

Build::

groonga-8.0.4> cmake --build . --config Release
groonga-8.0.3> cmake --build . --config Release

Install::

groonga-8.0.4> cmake --build . --config Release --target Install
groonga-8.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: 0 additions & 6 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
groonga (8.0.4-1) unstable; urgency=low

* New upstream release.

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

groonga (8.0.3-1) unstable; urgency=low

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

%changelog
* Fri Jun 29 2018 Kentaro Hayashi <hayashi@clear-code.com> - 8.0.4-1
- new upstream release.

* Tue May 29 2018 Yasuhiro Horimoto <horimoto@clear-code.com> - 8.0.3-1
- new upstream release.

Expand Down
2 changes: 1 addition & 1 deletion vendor/mruby-source
Submodule mruby-source updated 54 files
+2 −2 .travis.yml
+1 −1 README.md
+2 −1 build_config.rb
+1 −1 doc/guides/debugger.md
+7 −7 doc/limitations.md
+3 −2 include/mruby.h
+1 −1 include/mruby/opcode.h
+3 −3 include/mruby/version.h
+116 −13 minirake
+22 −0 mrbgems/mruby-bin-mirb/bintest/mirb.rb
+65 −2 mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
+3 −2 mrbgems/mruby-bin-mruby-config/mrbgem.rake
+30 −0 mrbgems/mruby-bin-mruby/bintest/mruby.rb
+59 −7 mrbgems/mruby-bin-mruby/tools/mruby/mruby.c
+20 −15 mrbgems/mruby-compiler/core/codegen.c
+2 −2 mrbgems/mruby-compiler/mrbgem.rake
+16 −0 mrbgems/mruby-eval/test/eval.rb
+12 −9 mrbgems/mruby-fiber/src/fiber.c
+1 −1 mrbgems/mruby-inline-struct/test/inline.c
+2 −1 mrbgems/mruby-io/mrbgem.rake
+9 −6 mrbgems/mruby-io/src/file.c
+19 −15 mrbgems/mruby-io/src/io.c
+2 −2 mrbgems/mruby-io/test/file.rb
+2 −0 mrbgems/mruby-kernel-ext/mrblib/kernel.rb
+2 −2 mrbgems/mruby-pack/src/pack.c
+2 −2 mrbgems/mruby-pack/test/pack.rb
+1 −0 mrbgems/mruby-socket/mrbgem.rake
+3 −3 mrbgems/mruby-socket/mrblib/socket.rb
+6 −0 mrbgems/mruby-socket/src/const.cstub
+2 −0 mrbgems/mruby-socket/src/const.def
+46 −19 mrbgems/mruby-socket/src/socket.c
+94 −0 mrbgems/mruby-string-ext/mrblib/string.rb
+26 −185 mrbgems/mruby-string-ext/src/string.c
+18 −12 mrbgems/mruby-test/mrbgem.rake
+18 −20 mrblib/array.rb
+1 −2 mrblib/enum.rb
+1 −2 mrblib/hash.rb
+68 −11 src/array.c
+1 −0 src/backtrace.c
+2 −2 src/class.c
+30 −2 src/enum.c
+1 −1 src/error.c
+15 −5 src/gc.c
+48 −41 src/hash.c
+7 −1 src/kernel.c
+8 −2 src/load.c
+2 −2 src/numeric.c
+1 −0 src/range.c
+13 −2 src/string.c
+37 −36 src/vm.c
+1 −0 tasks/libmruby.rake
+1 −0 tasks/mrbgems.rake
+7 −0 test/t/array.rb
+4 −0 test/t/kernel.rb

0 comments on commit 4ea3106

Please sign in to comment.