Update to 7.0.9RC1
This commit is contained in:
parent
2edfc0d81a
commit
9c1a880cf3
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ php-5.5.*.xz
|
|||||||
/php-5.6.23RC1-strip.tar.xz
|
/php-5.6.23RC1-strip.tar.xz
|
||||||
/php-5.6.23-strip.tar.xz
|
/php-5.6.23-strip.tar.xz
|
||||||
/php-7.0.8.tar.xz
|
/php-7.0.8.tar.xz
|
||||||
|
/php-7.0.9RC1.tar.xz
|
||||||
|
9
php.spec
9
php.spec
@ -58,12 +58,12 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#global rcver RC1
|
%global rcver RC1
|
||||||
%global rpmrel 2
|
%global rpmrel 1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 7.0.8
|
Version: 7.0.9
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -1496,6 +1496,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 6 2016 Remi Collet <remi@fedoraproject.org> 7.0.9-0.1.RC1
|
||||||
|
- Update to 7.0.9RC1
|
||||||
|
|
||||||
* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-2
|
* Thu Jun 30 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-2
|
||||||
- own tests/doc directories for pecl packages #1351345
|
- own tests/doc directories for pecl packages #1351345
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user