summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-08 08:39:35 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-08 08:39:35 +0200
commitd0131e926f74434f082a26d5ec2f3f9b83288db7 (patch)
treeeb82a2cb5583012b1ea9606d7160c60387d8340b
parent4b9b5ae4dc537d742ab1aa535b8980c73db40336 (diff)
php-pecl-msgpack: new snapshot
-rw-r--r--php-pecl-msgpack-dev.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-msgpack-dev.spec b/php-pecl-msgpack-dev.spec
index f21c6c5..58e52ce 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 95c8dc3624dd5651b25a1f4803080e8abe00d842
+%global gh_commit ce27a107c77d239d95ba0d6b81105b8b2b2c0525
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laruence
%global gh_project msgpack-php
-%global gh_date 20150612
+%global gh_date 20150702
%global pecl_name msgpack
%global with_zts 0%{?__ztsphp:1}
%if "%{php_version}" < "5.6"
@@ -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.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.4.%{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 8 2015 Remi Collet <remi@fedoraproject.org> - 0.5.7-0.4.20150702gitce27a10
+- new snapshot, rebuild against php 7.0.0beta1
+
* Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 0.5.7-0.3.20150612git95c8dc3
- allow build against rh-php56 (as more-php56)
- rebuild for "rh_layout" (php70)