summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 13:39:44 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 13:39:44 +0100
commit1a4ddca68803f8994a3560360a75d5ea68f2d996 (patch)
tree35e1c2697382d9f0e19a6359ee3485372df88634
parent2e2cbc6e61808cbcf7c6140162bc7723ebda6600 (diff)
PHP 7.1 mass rebuild part #2
-rw-r--r--php-pecl-event-dev.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec
index 66e5afb..c3efd02 100644
--- a/php-pecl-event-dev.spec
+++ b/php-pecl-event-dev.spec
@@ -10,11 +10,7 @@
# Please, preserve the changelog entries
#
%if 0%{?scl:1}
-%if "%{scl}" == "rh-php56"
-%global sub_prefix more-php56-
-%else
-%global sub_prefix %{scl_prefix}
-%endif
+%global sub_prefix %{scl_prefix}
%scl_package php-pecl-event
%else
%global _root_prefix %{_prefix}
@@ -35,7 +31,7 @@
Summary: Provides interface to libevent library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 2.3.0
-Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/event
@@ -288,6 +284,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.3.0-0.2.RC1
+- rebuild with PHP 7.1.0 GA
+
* Fri Nov 11 2016 Remi Collet <remi@fedoraproject.org> - 2.3.0-0.1.RC1
- Update to 2.3.0RC1 (php 5 and 7, beta)