diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-26 19:51:05 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-26 19:51:05 +0100 |
commit | 4ff68ac791a257f54b9b0725d592501289f0c126 (patch) | |
tree | d80f427f50f1ea739e0dba9b5da08f8849b3d12a | |
parent | a15cdeb2a942b40f0dac9dc5805f420f91edf476 (diff) |
php-pecl-protocolbuffers: 0.2.1 (alpha)
-rw-r--r-- | php-pecl-protocolbuffers.spec | 10 |
1 files 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 <remi@fedoraproject.org> - 0.2.1-1 +- Update to 0.2.1 (alpha) + * Sun Jan 26 2014 Remi Collet <remi@fedoraproject.org> - 0.2.0-1 - initial package, version 0.2.0 (alpha)
\ No newline at end of file |