[Groonga-mysql-commit] mroonga/mroonga at 7a98a86 [master] package centos6 mysql57: upload a package with crash fix patch

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 19 13:39:07 JST 2018


Kouhei Sutou	2018-04-19 13:39:07 +0900 (Thu, 19 Apr 2018)

  New Revision: 7a98a86c77a540ad3ea077f285a9c9ff24a0a9b9
  https://github.com/mroonga/mroonga/commit/7a98a86c77a540ad3ea077f285a9c9ff24a0a9b9

  Message:
    package centos6 mysql57: upload a package with crash fix patch

  Modified files:
    packages/rpm/centos/mysql57-community-mroonga.spec.in
    packages/yum/build-rpm.sh

  Modified: packages/rpm/centos/mysql57-community-mroonga.spec.in (+7 -1)
===================================================================
--- packages/rpm/centos/mysql57-community-mroonga.spec.in    2018-04-19 10:50:11 +0900 (d0d75300)
+++ packages/rpm/centos/mysql57-community-mroonga.spec.in    2018-04-19 13:39:07 +0900 (078e01df)
@@ -24,13 +24,14 @@
 
 Name:		mysql57-community-mroonga
 Version:	@VERSION@
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A fast fulltext searchable storage engine for MySQL
 
 Group:		Applications/Databases
 License:	LGPLv2.1
 URL:		http://mroonga.org/
 Source0:	http://packages.groonga.org/source/mroonga/mroonga-%{version}.tar.gz
+Patch0:		https://github.com/mroonga/mroonga/commit/a48c7f126f5b99d45a09c2202ef6a8c0c4a1d9e2.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:	groonga-devel >= %{groonga_required_version}
@@ -71,6 +72,8 @@ if [ ! -f ../../SRPMS/$srpm ]; then
     rpm -Uvh ../../SRPMS/$srpm
 fi
 
+%patch0 -p1
+
 %build
 mysql_source=../mysql-%{_mysql_version}/mysql-%{_mysql_version}
 if [ ! -d ${mysql_source} ]; then
@@ -217,6 +220,9 @@ fi
 %doc mysql-mroonga-doc/*
 
 %changelog
+* Thu Apr 19 2018 Kouhei Sutou <kou �� clear-code.com> - 8.01-2
+- apply a patch to fix crash bug.
+
 * Thu Mar 29 2018 Kentaro Hayashi <hayashi �� clear-code.com> - 8.01-1
 - new upstream release.
 

  Modified: packages/yum/build-rpm.sh (+1 -0)
===================================================================
--- packages/yum/build-rpm.sh    2018-04-19 10:50:11 +0900 (eac291a6)
+++ packages/yum/build-rpm.sh    2018-04-19 13:39:07 +0900 (c782e6bc)
@@ -60,6 +60,7 @@ rpmbuild_options=""
 cd
 
 run cp /vagrant/tmp/${PACKAGE}-${VERSION}.* rpmbuild/SOURCES/
+(cd rpmbuild/SOURCES/ && run wget https://github.com/mroonga/mroonga/commit/a48c7f126f5b99d45a09c2202ef6a8c0c4a1d9e2.patch)
 run cp /vagrant/tmp/${distribution}/*.spec rpmbuild/SPECS/
 
 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/20180419/939462da/attachment-0001.htm 



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