diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-16 13:24:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-16 13:24:58 +0100 |
commit | f5e897ed9bb5cbbbf9146a069ca1b01537df676a (patch) | |
tree | de2874c5c44c078b7b9501c6b2258890dda3c0fa | |
parent | 9b7a40175fdef3e02a123e3a647c3cc16c05e7c1 (diff) |
refresh snapshot
-rw-r--r-- | php-pecl-sphinx.spec | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index a122240..2f415ba 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -15,11 +15,11 @@ %endif # https://github.com/php/pecl-search_engine-sphinx/tree/php7 -%global gh_commit 201eb00bd370bf8ff2d5787ac1a1b588f14af5a0 +%global gh_commit d958afb6c587f08eee37602dbd8518afdcd72916 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php %global gh_project pecl-search_engine-sphinx -%global gh_date 20170203 +%global gh_date 20181116 %global pecl_name sphinx %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -28,7 +28,7 @@ Name: %{?sub_prefix}php-pecl-sphinx Version: 1.4.0 %if 0%{?gh_date:1} -Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -61,12 +61,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} <= %{version} -Obsoletes: php53u-pecl-%{pecl_name} <= %{version} -Obsoletes: php54-pecl-%{pecl_name} <= %{version} -Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -Obsoletes: php55u-pecl-%{pecl_name} <= %{version} -Obsoletes: php55w-pecl-%{pecl_name} <= %{version} Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} @@ -226,6 +220,9 @@ fi %changelog +* Fri Nov 16 2018 Remi Collet <remi@remirepo.net> - 1.4.0-0.6.20181116.d958afb +- refresh snapshot + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.4.0-0.5.20170203git201eb00 - rebuild for 7.3.0beta2 new ABI |