From 42e465c37bee0fb733df9ff4299339852406b34d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:39:36 +0200 Subject: php-pecl-msgpack: 2.0.0dev (php7) --- php-pecl-msgpack-dev.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-pecl-msgpack-dev.spec b/php-pecl-msgpack-dev.spec index c0485c8..d657e67 100644 --- a/php-pecl-msgpack-dev.spec +++ b/php-pecl-msgpack-dev.spec @@ -22,11 +22,11 @@ %{!?__pecl: %global __pecl %{_bindir}/pecl} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit 7a5bdb1e485dce3e1c29de41d4470f4bd7b5fe00 +%global gh_commit 75991cf1cd22b8a27f8e09e9a0ee6129473f3f21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner msgpack %global gh_project msgpack-php -%global gh_date 20151002 +%global gh_date 20151014 %global pecl_name msgpack %global with_zts 0%{?__ztsphp:1} %if "%{php_version}" < "5.6" @@ -43,9 +43,9 @@ Summary: API for communicating with MessagePack serialization Name: %{?sub_prefix}php-pecl-msgpack -Version: 0.5.7 +Version: 2.0.0 %if 0%{?gh_date:1} -Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -292,6 +292,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 14 2015 Remi Collet - 2.0.0-0.1.20151014git75991cf +- new snapshot, version bump to 2.0.0dev + * Tue Oct 13 2015 Remi Collet - 0.5.7-0.7.20151002git7a5bdb1 - rebuild for PHP 7.0.0RC5 new API version - new snapshot -- cgit