From 8c24bc75444c2cb6bffb96e306fdfb08a3b21903 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jul 2015 09:34:35 +0200 Subject: PHP 7.0.0beta2 + mass rebuild of ext. --- php-pecl-msgpack-dev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-msgpack-dev.spec b/php-pecl-msgpack-dev.spec index 58e52ce..68ef0b8 100644 --- a/php-pecl-msgpack-dev.spec +++ b/php-pecl-msgpack-dev.spec @@ -24,7 +24,7 @@ %global gh_commit ce27a107c77d239d95ba0d6b81105b8b2b2c0525 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner laruence +%global gh_owner msgpack %global gh_project msgpack-php %global gh_date 20150702 %global pecl_name msgpack @@ -45,7 +45,7 @@ Summary: API for communicating with MessagePack serialization Name: %{?sub_prefix}php-pecl-msgpack Version: 0.5.7 %if 0%{?gh_date:1} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{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 @@ -289,6 +289,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet - 0.5.7-0.5.20150702gitce27a10 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet - 0.5.7-0.4.20150702gitce27a10 - new snapshot, rebuild against php 7.0.0beta1 -- cgit