diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-06 15:01:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-06 15:01:19 +0200 |
commit | 0bc5029a1e3b85db4ad23e1ae0a4aa1c8f438cfd (patch) | |
tree | 8c9838479bed2f4708351613a17112968752817c | |
parent | 83566529320e4462959117e4bd0f259ccb505a60 (diff) |
php-zendframework-zend-barcode: add dep on zendpdf
-rw-r--r-- | php-zendframework-zend-barcode.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-barcode.spec b/php-zendframework-zend-barcode.spec index 684ba7b..ff872b1 100644 --- a/php-zendframework-zend-barcode.spec +++ b/php-zendframework-zend-barcode.spec @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 2.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -49,7 +49,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.5 # "fabpot/php-cs-fixer": "1.7.*", # "phpunit/PHPUnit": "~4.0" BuildRequires: php-composer(%{gh_owner}/zend-config) >= 2.5 -#BuildRequires: php-composer(%{gh_owner}/zendpdf) +BuildRequires: php-composer(%{gh_owner}/zendpdf) BuildRequires: php-composer(phpunit/phpunit) >= 4.0 # Autoloader BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5 @@ -72,7 +72,7 @@ Requires: php-composer(%{gh_owner}/zend-servicemanager) < 3 # From composer, "suggest": { # "zendframework/zendpdf": "ZendPdf component" %if 0%{?fedora} >= 21 -#Suggests: php-composer(%{gh_owner}/zendpdf) +Suggests: php-composer(%{gh_owner}/zendpdf) %endif %endif # From phpcompatinfo report for version 2.5.2 @@ -143,5 +143,8 @@ rm -rf %{buildroot} %changelog +* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-2 +- add optional dependency on zendframework/zendpdf + * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 - initial package
\ No newline at end of file |