summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
commite2d1949ec004fc1bfd5c590f230e7b7ea16083fd (patch)
treee37c2235be065ccb4e8cd9d6d04ad0d66c62a21e
parent329ee402084aac5081fe6e734b9bd87e35854a2d (diff)
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r--php-libvirt.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-libvirt.spec b/php-libvirt.spec
index 6d834ec..0222f85 100644
--- a/php-libvirt.spec
+++ b/php-libvirt.spec
@@ -33,7 +33,7 @@
Name: %{?sub_prefix}php-libvirt
Version: 0.5.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP language binding for Libvirt
Group: Development/Libraries
@@ -144,6 +144,9 @@ php --no-php-ini \
%changelog
+* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.5.2-3
+- rebuild for PHP 7.1 new API version
+
* Sun Sep 11 2016 Remi Collet <remi@fedoraproject.org> - 0.5.2-2
- fix F25 build (ini file installation)