diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-24 18:47:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-24 18:47:51 +0200 |
commit | ec69cb07a56dfafd131672bc62f25f5f09a0486c (patch) | |
tree | a276e451398fe59c589bd655a1aa18046985064d | |
parent | 9670258885aa5ab2f1319e6c397c71551c144ccd (diff) |
PHP 5.5.1
-rw-r--r-- | php54.spec | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -368,6 +368,7 @@ License: PHP Requires: php-common%{?_isa} = %{version}-%{release} # ABI/API check - Arch specific Provides: php-pdo-abi = %{pdover}%{isasuffix} +Provides: php(pdo-abi) = %{pdover}%{isasuffix} Provides: php-sqlite3, php-sqlite3%{?_isa} Provides: php-pdo_sqlite, php-pdo_sqlite%{?_isa} Obsoletes: php53-pdo, php53u-pdo, php54-pdo @@ -739,7 +740,7 @@ The php-intl package contains a dynamic shared object that will add support for using the ICU library to PHP. %package enchant -Summary: Human Language and Character Encoding Support +Summary: Enchant spelling extension for PHP applications Group: System Environment/Libraries # All files licensed under PHP version 3.0 License: PHP @@ -748,7 +749,7 @@ BuildRequires: enchant-devel >= 1.2.4 Obsoletes: php53-enchant, php53u-enchant, php54-enchant %description enchant -The php-intl package contains a dynamic shared object that will add +The php-enchant package contains a dynamic shared object that will add support for using the enchant library to PHP. |