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 --- REFLECTION | 11 +++++------ php-phalcon.spec | 7 +++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/REFLECTION b/REFLECTION index 454ffec..1355d53 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #172 phalcon version 1.3.3 ] { +Extension [ extension #174 phalcon version 1.3.4 ] { - Dependencies { Dependency [ spl (Required) ] @@ -18778,7 +18778,9 @@ Extension [ extension #172 phalcon version 1.3.3 ] { Property [ protected static $_charset ] } - - Static methods [0] { + - Static methods [1] { + Method [ static public method getCharset ] { + } } - Properties [9] { @@ -18793,7 +18795,7 @@ Extension [ extension #172 phalcon version 1.3.3 ] { Property [ protected $_afterContext ] } - - Methods [25] { + - Methods [24] { Method [ public method setUri ] { - Parameters [1] { @@ -18878,9 +18880,6 @@ Extension [ extension #172 phalcon version 1.3.3 ] { } } - Method [ public method getCharset ] { - } - Method [ public method setCharset ] { - Parameters [1] { 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