From b5d9c75c7064303e24b9704e1dd8f86c083fe9f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Mar 2017 13:18:18 +0100 Subject: v3.1.0 --- php-phalcon3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phalcon3.spec') diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 0593712..2e4c8d9 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 2f52d45cdc1dfb9d9dac40a63a7ca333d785e68c +%global gh_commit 60ed9dd842015a05cfd7e0360c972154d85b3172 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.0.4 +Version: 3.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -246,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 23 2017 Remi Collet - 3.1.0-1 +- Update to 3.1.0 + * Tue Feb 21 2017 Remi Collet - 3.0.4-1 - update to 3.0.4 -- cgit