summaryrefslogtreecommitdiffstats
path: root/php-pecl-uuid.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-24 16:15:23 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-24 16:15:23 +0100
commit83ab148cf86c24554dba061372ce4ac1f82ad7bc (patch)
tree5fe258b375e1f676a68a4948023e10f883990f35 /php-pecl-uuid.spec
parentb1f430a0e0242246a16a061a98c681793f074367 (diff)
Fedora 21 SCL mass rebuild (done)
Diffstat (limited to 'php-pecl-uuid.spec')
-rw-r--r--php-pecl-uuid.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec
index 878a562..d49e93b 100644
--- a/php-pecl-uuid.spec
+++ b/php-pecl-uuid.spec
@@ -22,7 +22,7 @@
Summary: Universally Unique Identifier extension for PHP
Name: %{?scl_prefix}php-pecl-uuid
Version: 1.0.3
-Release: 10%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 10%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
License: LGPLv2+
Group: Development/Languages
URL: http://pecl.php.net/package/uuid
@@ -50,6 +50,8 @@ Requires(post): %{__pecl}
Requires(postun): %{__pecl}
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
+%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
+
# both provides same extension, with different API
Conflicts: %{?scl_prefix}uuid-php
@@ -207,6 +209,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-10.1
+- Fedora 21 SCL mass rebuild
+
* Mon Aug 25 2014 Remi Collet <rcollet@redhat.com> - 1.0.3-10
- improve SCL build