diff options
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb-dev.spec | 17 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 7 | 
3 files changed, 14 insertions, 14 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 mongodb version 1.1.3 ] { +Extension [ <persistent> extension #131 mongodb version 1.1.4 ] {    - INI {      Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.3 ] {    }    - Constants [3] { -    Constant [ string MONGODB_VERSION ] { 1.1.3 } +    Constant [ string MONGODB_VERSION ] { 1.1.4 }      Constant [ string MONGODB_STABILITY ] { stable }      Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }    } diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index 41cd40b..3021130 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -21,14 +21,13 @@  Summary:        MongoDB driver for PHP  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.1.3 +Version:        1.1.4  Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires:  %{?scl_prefix}php-devel > 5.4  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  cyrus-sasl-devel @@ -44,8 +43,10 @@ Requires:       mongo-c-driver%{?_isa} >= %{buildver}  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  # Don't provide php-mongodb which is the pure PHP library -Provides:       %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release} +Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}  # Other third party repo stuff @@ -144,8 +145,6 @@ peclbuild zts-php  %install -rm -rf %{buildroot} -  make -C NTS \       install INSTALL_ROOT=%{buildroot} @@ -204,12 +203,7 @@ cd ../ZTS  %endif -%clean -rm -rf %{buildroot} - -  %files -%defattr(-,root,root,-)  %{?_licensedir:%license NTS/LICENSE}  %doc %{pecl_docdir}/%{pecl_name}  %{pecl_xmldir}/%{name}.xml @@ -224,6 +218,9 @@ rm -rf %{buildroot}  %changelog +* Thu Mar 10 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 +- Update to 1.1.4 (stable) +  * Sat Mar  5 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-1  - Update to 1.1.3 (stable) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 399987b..20cbc2f 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -21,7 +21,7 @@  Summary:        MongoDB driver for PHP  Name:           php-pecl-%{pecl_name} -Version:        1.1.3 +Version:        1.1.4  Release:        1%{?dist}  License:        BSD  Group:          Development/Languages @@ -42,7 +42,7 @@ Requires:       php(api) = %{php_core_api}  Requires:       mongo-c-driver%{?_isa} >= %{buildver}  # Don't provide php-mongodb which is the pure PHP library -Provides:       php-pecl(%{pecl_name}) = %{version} +Provides:       php-pecl(%{pecl_name})         = %{version}  Provides:       php-pecl(%{pecl_name})%{?_isa} = %{version}  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -193,6 +193,9 @@ cd ../ZTS  %changelog +* Thu Mar 10 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 +- Update to 1.1.4 (stable) +  * Sat Mar  5 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-1  - Update to 1.1.3 (stable) | 
