kenhys pushed to groonga (f21). "Update to Groonga 5.0.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 10:02:17 UTC 2015


>From 608ae3a621f05bc4863cd8e6821485c604771b03 Mon Sep 17 00:00:00 2001
From: HAYASHI Kentaro <kenhys at gmail.com>
Date: Mon, 30 Mar 2015 09:33:33 +0000
Subject: Update to Groonga 5.0.1


diff --git a/.gitignore b/.gitignore
index 0ca77df..06ed00d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /groonga-4.0.9.1.tar.gz
 /groonga-4.1.0.tar.gz
 /groonga-5.0.0.tar.gz
+/groonga-5.0.1.tar.gz
diff --git a/groonga.spec b/groonga.spec
index f0ea0bd..52eb137 100644
--- a/groonga.spec
+++ b/groonga.spec
@@ -3,7 +3,7 @@
 %global _hardened_build 1
 
 Name:		groonga
-Version:	5.0.0
+Version:	5.0.1
 Release:	1%{?dist}
 Summary:	An Embeddable Fulltext Search Engine
 
@@ -11,6 +11,7 @@ Group:		Applications/Text
 License:	LGPLv2
 URL:		http://groonga.org/
 Source0:	http://packages.groonga.org/source/groonga/groonga-%{version}.tar.gz
+Patch0: fix-crash-by-missing-libedit-initialization.patch
 
 BuildRequires:	mecab-devel
 BuildRequires:	zlib-devel
@@ -173,6 +174,7 @@ PHP language binding for Groonga
 %prep
 #% define optflags -O0
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
@@ -445,6 +447,11 @@ fi
 %{php_extdir}/groonga.so
 
 %changelog
+* Mon Mar 30 2015 HAYASHI Kentaro <hayashi at clear-code.com> - 5.0.1-1
+- new upstream release.
+- add a patch to fix crash in standalone mode.
+  fix-crash-by-missing-libedit-initialization.patch
+
 * Wed Feb 25 2015 HAYASHI Kentaro <hayashi at clear-code.com> - 5.0.0-1
 - new upstream release.
 - enable mruby by default.
diff --git a/sources b/sources
index 323ed4c..d59d511 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a403fd685405fbdb424a3679082790d2  groonga-5.0.0.tar.gz
+874652bb3675c9216a022bd36ed099e3  groonga-5.0.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/groonga.git/commit/?h=f21&id=608ae3a621f05bc4863cd8e6821485c604771b03


More information about the scm-commits mailing list