diff options
-rw-r--r-- | php-ioncube-loader.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 4f64dd4..c2cba6a 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -25,14 +25,14 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -Version: 5.1.1 +Version: 5.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Distribuable Group: Development/Languages URL: http://www.ioncube.com -Source0: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86.tar.gz -Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64.tar.gz +Source0: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86_%{version}.tar.gz +Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64_%{version}.tar.gz Source2: LICENSE.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -180,6 +180,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 23 2016 Remi Collet <remi@remirepo.net> - 5.1.2-1 +- update to 5.1.2 (Mar 22, 2016) + * Sun Feb 7 2016 Remi Collet <remi@remirepo.net> - 5.1.1-1 - update to 5.1.1 (Feb 7, 2016) |