From 4ff68ac791a257f54b9b0725d592501289f0c126 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jan 2014 19:51:05 +0100 Subject: php-pecl-protocolbuffers: 0.2.1 (alpha) --- php-pecl-protocolbuffers.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/php-pecl-protocolbuffers.spec b/php-pecl-protocolbuffers.spec index 7981da8..ebe0bc1 100644 --- a/php-pecl-protocolbuffers.spec +++ b/php-pecl-protocolbuffers.spec @@ -16,7 +16,7 @@ Summary: Protocol buffers in PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages @@ -70,11 +70,6 @@ are compiled against the "old" format. %setup -q -c mv %{pecl_name}-%{version} NTS -# Fix roles -sed -e '/name="test/s/role="doc"/role="test"/' \ - -e '/phpunit.xml/d' \ - -i package.xml - cd NTS # Sanity check, really often broken extver=$(sed -n '/#define PHP_PROTOCOLBUFFERS_VERSION/{s/.* "//;s/".*$//;p}' php_protocolbuffers.h) @@ -197,5 +192,8 @@ rm -rf %{buildroot} %changelog +* Sun Jan 26 2014 Remi Collet - 0.2.1-1 +- Update to 0.2.1 (alpha) + * Sun Jan 26 2014 Remi Collet - 0.2.0-1 - initial package, version 0.2.0 (alpha) \ No newline at end of file -- cgit