summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-17 09:49:46 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-17 09:49:46 +0200
commit1394fef170c3b2d035a2073aaa9688500398ebfd (patch)
tree92f4d5316280f51181bd9ba18f5980d8a458f9bd
parent9c61600b89cd75ac62322cd176e2664e1e41c797 (diff)
php-phalcon2: 2.0.12
-rw-r--r--REFLECTION4
-rw-r--r--php-phalcon2.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 594c1ef..dd19fd5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #204 phalcon version 2.0.11 ] {
+Extension [ <persistent> extension #204 phalcon version 2.0.12 ] {
- INI {
Entry [ phalcon.db.escape_identifiers <ALL> ]
@@ -37303,7 +37303,7 @@ Extension [ <persistent> extension #204 phalcon version 2.0.11 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> array $arguments ]
+ Parameter #1 [ <optional> array or NULL $arguments ]
}
}
diff --git a/php-phalcon2.spec b/php-phalcon2.spec
index af38a7b..4f35fc6 100644
--- a/php-phalcon2.spec
+++ b/php-phalcon2.spec
@@ -17,7 +17,7 @@
%global pkg_name %{name}
%endif
-%global gh_commit 1d8b41e0bb8d834a4da4aaa50e29fcd074090909
+%global gh_commit 01eb195a34385ad4442e86e3a61e9c6c1d534306
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phalcon
%global gh_project cphalcon
@@ -33,7 +33,7 @@
%endif
Name: %{?sub_prefix}php-phalcon2
-Version: 2.0.11
+Version: 2.0.12
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Phalcon Framework
@@ -41,7 +41,7 @@ Group: Development/Libraries
License: MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: %{gh_project}-%{version}-strip.tar.bz2
-# Script to generate the stripped archive fr'om a git clone
+# Script to generate the stripped archive from a git clone
Source1: strip.sh
# Fake minifiers
Source2: cssminifier.c
@@ -244,6 +244,9 @@ rm -rf %{buildroot}
%changelog
+* Tue May 17 2016 Remi Collet <remi@fedoraproject.org> - 2.0.12-1
+- update to 2.0.12
+
* Thu May 5 2016 Remi Collet <remi@fedoraproject.org> - 2.0.11-1
- update to 2.0.11