From fbbed988bc2b7eab13c0e65f9e0698c7be862689 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Apr 2014 11:45:56 +0200 Subject: php-pecl-protocolbuffers: 0.2.5 --- php-pecl-protocolbuffers.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php-pecl-protocolbuffers.spec') diff --git a/php-pecl-protocolbuffers.spec b/php-pecl-protocolbuffers.spec index 5d09579..44050a1 100644 --- a/php-pecl-protocolbuffers.spec +++ b/php-pecl-protocolbuffers.spec @@ -21,16 +21,13 @@ Summary: Protocol buffers in PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/chobie/php-protocolbuffers/pull/40 -Patch0: %{pecl_name}-pr40.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 5.2 BuildRequires: %{?scl_prefix}php-pear @@ -79,8 +76,6 @@ are compiled against the "old" format. mv %{pecl_name}-%{version} NTS cd NTS -%patch0 -p1 -b .pr40 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_PROTOCOLBUFFERS_VERSION/{s/.* "//;s/".*$//;p}' php_protocolbuffers.h) if test "x${extver}" != "x%{version}"; then @@ -206,6 +201,9 @@ rm -rf %{buildroot} %changelog +* Mon Apr 14 2014 Remi Collet - 0.2.5-1 +- Update to 0.2.5 + * Mon Apr 14 2014 Remi Collet - 0.2.3-1 - Update to 0.2.4 - add numerical prefix to extension configuration file -- cgit