summaryrefslogtreecommitdiffstats
path: root/php-pecl-msgpack.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-msgpack.spec')
-rw-r--r--php-pecl-msgpack.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec
index f72f3ed..28a51df 100644
--- a/php-pecl-msgpack.spec
+++ b/php-pecl-msgpack.spec
@@ -18,7 +18,7 @@
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner msgpack
%global gh_project msgpack-php
-%global gh_date 20171026
+#global gh_date 20171026
%global pecl_name msgpack
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
@@ -36,14 +36,13 @@ Version: 2.0.3
Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
%endif
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/msgpack
-Patch1: https://patch-diff.githubusercontent.com/raw/msgpack/msgpack-php/pull/124.patch
Patch2: https://patch-diff.githubusercontent.com/raw/msgpack/msgpack-php/pull/125.patch
BuildRequires: %{?dtsprefix}gcc
@@ -146,7 +145,6 @@ mv %{pecl_name}-%{version} NTS
%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
cd NTS
-%patch1 -p1 -b .pr124
%patch2 -p1 -b .pr125
%if %{with_msgpack}
@@ -303,6 +301,9 @@ fi
%changelog
+* Thu Dec 20 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.3-0.3.20171026.943d272
- rebuild for 7.3.0beta2 new ABI