From 59c697365c33fffed765cdf345f8a05f5041fe49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Nov 2014 09:25:47 +0100 Subject: php-phalcon: 1.3.4 --- php-phalcon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phalcon.spec') diff --git a/php-phalcon.spec b/php-phalcon.spec index 3176247..d54c12e 100644 --- a/php-phalcon.spec +++ b/php-phalcon.spec @@ -9,7 +9,7 @@ %{?scl: %scl_package php-phalcon} %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit 9ce2bb076d6134794b3224e214a578d3a7ee0bf4 +%global gh_commit 33e85f551c253ddff58e594e2bace5c2e55f12ef %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -25,7 +25,7 @@ %endif Name: %{?scl_prefix}php-phalcon -Version: 1.3.3 +Version: 1.3.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Phalcon Framework @@ -234,6 +234,9 @@ rm -rf %{buildroot} %changelog +* Sat Nov 15 2014 Remi Collet - 1.3.4-1 +- update to 1.3.4 + * Mon Sep 29 2014 Remi Collet - 1.3.3-1 - update to 1.3.3 - drop all patches merged upstream -- cgit