From ee49528e70b6fd199cb7ec05039127a4a21803b6 Mon Sep 17 00:00:00 2001 From: HAYASHI Kentaro Date: Apr 26 2013 08:27:18 +0000 Subject: Update to 3.0.3-1 --- diff --git a/.gitignore b/.gitignore index 3dcaea3..0803858 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /groonga-2.0.5.tar.gz /groonga-2.0.9.tar.gz /groonga-3.0.2.tar.gz +/groonga-3.0.3.tar.gz diff --git a/groonga.spec b/groonga.spec index 1a2175c..9855e97 100644 --- a/groonga.spec +++ b/groonga.spec @@ -1,8 +1,9 @@ %global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") %global __provides_exclude_from ^(%{python_sitelib}/.*\\.so|%{php_extdir}/.*\\.so)$ +%global _hardened_build 1 Name: groonga -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist} Summary: An Embeddable Fulltext Search Engine @@ -393,6 +394,10 @@ fi %{php_extdir}/groonga.so %changelog +* Mon Apr 29 2013 HAYASHI Kentaro - 3.0.3-1 +- new upstream release. +- enable the PIE compiler flags. + * Fri Mar 29 2013 HAYASHI Kentaro - 3.0.2-1 - new upstream release. - fix wrong directory ownership. diff --git a/sources b/sources index 4f187fb..e1bf032 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b17934ef2589a4e261ed0d99aec713eb groonga-3.0.2.tar.gz +19dbee5393b2f9c793c4caae5ba81bec groonga-3.0.3.tar.gz