summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 6e9249a..f74e51c 100644
--- a/php.spec
+++ b/php.spec
@@ -124,8 +124,8 @@
%global db_devel libdb-devel
%endif
-%global rcver alpha2
-%global rpmrel 4
+%global rcver alpha3
+%global rpmrel 5
Summary: PHP scripting language for creating dynamic web sites
@@ -874,6 +874,9 @@ support for JavaScript Object Notation (JSON) to PHP.
%setup -q -n php-%{version}%{?rcver}
%endif
+# Temporary
+sed -e 's/-alpha3/alpha3/' -i ./configure ./configure.in ./main/php_version.h
+
%patch5 -p1 -b .includedir
%patch6 -p1 -b .embed
%patch7 -p1 -b .recode
@@ -1824,6 +1827,9 @@ fi
%changelog
+* Wed Jul 6 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.5.alpha3
+- Update to 7.1.0alpha3
+
* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.4.alpha2
- own tests/doc directories for pecl packages (f24)