summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-28 11:56:20 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-28 11:56:20 +0200
commit56948fd094b0ff443a41824891af13365ea00119 (patch)
tree54a519364b3d4bfde1658b229528ef0c0550aefd
parent5681cb1303b6b8b3824d61df6083fd591c288eef (diff)
php-pecl-raphf: 2.0.0dev (for PHP 7)
-rw-r--r--php-pecl-raphf-dev.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-pecl-raphf-dev.spec b/php-pecl-raphf-dev.spec
index 5a202f4..50ec6e7 100644
--- a/php-pecl-raphf-dev.spec
+++ b/php-pecl-raphf-dev.spec
@@ -45,8 +45,8 @@
Summary: Resource and persistent handles factory
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.5
-Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.0.0
+Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -120,9 +120,9 @@ mv NTS/package.xml .
cd NTS
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_RAPHF_VERSION/{s/.* "//;s/".*$//;p}' php_raphf.h)
-if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then
- : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever:-%{prever}}.
- #exit 1
+if test "x${extver}" != "x%{version}%{?prever:-%{prever}}%{?gh_date:dev}"; then
+ : Error: Upstream extension version is ${extver}, expecting %{version}%{?prever:-%{prever}}%{?gh_date:dev}.
+ exit 1
fi
cd ..
@@ -270,6 +270,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jul 28 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.20150721git6d04f5b
+- bump version (as upstream)
+
* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-0.4.20150721git6d04f5b
- rebuild against php 7.0.0beta2
- sources from github