diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-06 07:45:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-06 07:45:33 +0200 |
commit | 8bab147b6640c098248c2a505621c403f1e69365 (patch) | |
tree | 229985786e20dacb23538151dbec98a2df043530 /php-phalcon3.spec | |
parent | 92255fdfdb1827f2ef91d5f82b24e0587b475b1b (diff) |
v3.1.2
Diffstat (limited to 'php-phalcon3.spec')
-rw-r--r-- | php-phalcon3.spec | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/php-phalcon3.spec b/php-phalcon3.spec index f6e17c9..9200289 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit ff96793a6836fa87a4680bb19ec1bb3ae3401c74 +%global gh_commit 47b23351bf16b8fcece3424e9b2371d89773c753 %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.1.1 +Version: 3.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -45,12 +45,11 @@ Source3: cssminifier.h Source4: jsminifier.c Source5: jsminifier.h -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{?scl_prefix}php-devel > 5.5 BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo # For sources generation -BuildRequires: %{?scl_prefix}zephir >= 0.9.6 +BuildRequires: %{?scl_prefix}zephir >= 0.9.7 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-libsodium BuildRequires: %{?scl_prefix}php-mbstring @@ -176,7 +175,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} %{?dtsenable} make -C build/NTS install INSTALL_ROOT=%{buildroot} @@ -225,12 +223,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license docs/LICENSE.md %doc CHANGELOG.md @@ -249,6 +242,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 6 2017 Remi Collet <remi@remirepo.net> - 3.1.2-1 +- Update to 3.1.2 + * Sun Mar 26 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 - Update to 3.1.1 |