diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-12 18:21:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-12 18:21:20 +0200 |
commit | c11f547af5558b4d2d2773094182ab12d396966f (patch) | |
tree | e9237672a7afe2d7c3aaed3b945abaaa02bf6e3b | |
parent | f431960f7cf1723f38de6bc7e90762103af03739 (diff) |
php-pecl-binpack: test build from new snapshot
-rw-r--r-- | php-pecl-binpack.spec | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/php-pecl-binpack.spec b/php-pecl-binpack.spec index 6c21f23..b70d78d 100644 --- a/php-pecl-binpack.spec +++ b/php-pecl-binpack.spec @@ -22,15 +22,12 @@ Summary: Binpack for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.1 -Release: 0.2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/binpack/binpack-php/pull/4 -Patch0: %{pecl_name}-pr.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 5.3 BuildRequires: %{?scl_prefix}php-pear @@ -77,8 +74,6 @@ The php implementation for BINPACK. mv %{pecl_name}-%{version} NTS cd NTS -%patch0 -p1 -b .pr - # Sanity check, really often broken extver=$(sed -n '/#define BINPACK_EXTENSION_VERSION/{s/.* "//;s/".*$//;p}' php_binpack.h) if test "x${extver}" != "x%{version}"; then @@ -201,6 +196,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-0.3 +- refresh upstream temp tarball + * Tue Aug 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-0.2 - add patch from https://github.com/binpack/binpack-php/pull/4 |