diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-18 08:33:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-18 08:33:00 +0100 |
commit | dd07188080f96bdbf84aea39cc81899c487281af (patch) | |
tree | 9dd22fe71d2f39b15c917d60a7132871feb0c85e | |
parent | db13594fc3d96a45d3a961b1e3db0b0a4eb9f9d9 (diff) |
php-pecl-apfd: 1.0.0
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-apfd.spec | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,3 @@ -Extension [ <persistent> extension #183 apfd version 1.0.0RC1 ] { +Extension [ <persistent> extension #76 apfd version 1.0.0 ] { } diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 3773fda..c33a51f 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -19,12 +19,12 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global prever RC1 +#global prever RC1 Summary: Always Populate Form Data Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -42,6 +42,8 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# Split off pecl/http +Conflicts: %{?scl_prefix}php-pecl(http) < 2.4 %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff @@ -212,6 +214,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 +- Update to 1.0.0 + * Tue Mar 10 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.1.RC1 - Update to 1.0.0RC1 |