[Groonga-mysql-commit] mroonga/mroonga at c8a8140 [master] mariadb10.1: apply patch for 10.1.36-2

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Sep 26 18:16:56 JST 2018


Kentaro Hayashi	2018-09-26 18:16:56 +0900 (Wed, 26 Sep 2018)

  Revision: c8a814012d10106be9f31933d7be0ad8d081b949
  https://github.com/mroonga/mroonga/commit/c8a814012d10106be9f31933d7be0ad8d081b949

  Message:
    mariadb10.1: apply patch for 10.1.36-2
    
    TODO: remove patch for next release later

  Modified files:
    packages/rpm/centos/mariadb-10.1-mroonga.spec.in
    packages/yum/build-rpm.sh

  Modified: packages/rpm/centos/mariadb-10.1-mroonga.spec.in (+3 -0)
===================================================================
--- packages/rpm/centos/mariadb-10.1-mroonga.spec.in    2018-09-26 18:01:55 +0900 (773b2d64)
+++ packages/rpm/centos/mariadb-10.1-mroonga.spec.in    2018-09-26 18:16:56 +0900 (bd128329)
@@ -41,6 +41,8 @@ Requires:	MariaDB-client = %{_mariadb_version}-%{_mariadb_release}.%{_mariadb_di
 Requires:	groonga-libs >= %{groonga_required_version}
 Requires:	groonga-normalizer-mysql
 
+Patch0: https://github.com/mroonga/mroonga/commit/e32fbf89241962b0ba884393271e9040ec08fc53.patch
+
 %description
 Mroonga is a fast fulltext searchable storage plugin for MariaDB.
 It is based on Groonga that is a fast fulltext search engine and
@@ -57,6 +59,7 @@ Documentation for Mroonga
 
 %prep
 %setup -q -n mroonga-%{version}
+%patch0 -p1
 
 mariadb_tar_gz=mariadb-%{_mariadb_version}.tar.gz
 mariadb_source_url=%{_mariadb_download_base_url}/mariadb-%{_mariadb_version}/source/${mariadb_tar_gz}

  Modified: packages/yum/build-rpm.sh (+1 -0)
===================================================================
--- packages/yum/build-rpm.sh    2018-09-26 18:01:55 +0900 (6f2e5c51)
+++ packages/yum/build-rpm.sh    2018-09-26 18:16:56 +0900 (fcfb55a2)
@@ -61,6 +61,7 @@ cd
 
 run cp /vagrant/tmp/${PACKAGE}-${VERSION}.* rpmbuild/SOURCES/
 run cp /vagrant/tmp/${distribution}/*.spec rpmbuild/SPECS/
+(cd rpmbuild/SOURCES/ && run wget https://github.com/mroonga/mroonga/commit/e32fbf89241962b0ba884393271e9040ec08fc53.patch)
 
 package_name=$(cd rpmbuild/SPECS; echo *.spec | sed -e 's/\.spec$//g')
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180926/eb625657/attachment-0001.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index