summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-04 15:14:04 +0200
committerRemi Collet <remi@remirepo.net>2017-09-04 15:14:04 +0200
commit9e7a2a3978108a8524b55bda33e5f9ee81a8cc31 (patch)
treec5607c30e5032ae6c51b5d5968c8287e17b8f2fa
parent955fc716940ade4fffb1ee52f1f74c3478aaf614 (diff)
update to 10.0.1 (Aug 31, 2017)
-rw-r--r--php-ioncube-loader.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index 18a59ae..22d643b 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -28,8 +28,8 @@
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
-Version: 10.0.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 10.0.1
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: Distribuable
Group: Development/Languages
@@ -186,6 +186,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid
%changelog
+* Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 10.0.1-1
+- update to 10.0.1 (Aug 31, 2017)
+
* Thu Aug 24 2017 Remi Collet <remi@remirepo.net> - 10.0.0-2
- add F27 workaround to https://bugzilla.redhat.com/1484370