summaryrefslogtreecommitdiffstats
path: root/php-pecl-hprose.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-25 14:50:29 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-25 14:50:29 +0200
commit99830d1d788e82af1a0639294fed6f6f29780ca7 (patch)
tree9048439d8b4e24fd50e91e0f9c9b8d1c3c8244f8 /php-pecl-hprose.spec
parenta0517808558ffde93a510cb60d14039ca520cc67 (diff)
php-pecl-hprose: 1.5.5
Diffstat (limited to 'php-pecl-hprose.spec')
-rw-r--r--php-pecl-hprose.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec
index ddde849..d550525 100644
--- a/php-pecl-hprose.spec
+++ b/php-pecl-hprose.spec
@@ -30,16 +30,13 @@
Summary: Hprose for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.5.4
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.5.5
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# https://github.com/hprose/hprose-pecl/pull/10
-Patch0: %{pecl_name}-pr10.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel > 5.3
BuildRequires: %{?scl_prefix}php-pear
@@ -107,8 +104,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .pr10
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_HPROSE_VERSION/{s/.* "//;s/".*$//;p}' php_hprose.h)
if test "x${extver}" != "x%{version}"; then
@@ -252,6 +247,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Jun 25 2015 Remi Collet <remi@fedoraproject.org> - 1.5.5-1
+- Update to 1.5.5 (stable)
+
* Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 1.5.4-2
- allow build against rh-php56 (as more-php56)