diff options
| -rw-r--r-- | php-phurple.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/php-phurple.spec b/php-phurple.spec index 8c31e29..3b647f9 100644 --- a/php-phurple.spec +++ b/php-phurple.spec @@ -27,7 +27,7 @@  Name:           %{?scl_prefix}php-%{gh_project}  Summary:        PHP bindings for libpurple  Version:        0.6.0 -Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1  URL:            https://github.com/%{gh_owner}/%{gh_project}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz @@ -42,6 +42,7 @@ BuildRequires:  %{?scl_prefix}php-devel  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}  # Other third party repo stuff @@ -165,6 +166,9 @@ rm -rf %{buildroot}  %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.6.0-3.1 +- Fedora 21 SCL mass rebuild +  * Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 0.6.0-3  - improve SCL build  | 
