- update to 5.6.11RC1
- the phar link is now correctly created
This commit is contained in:
parent
845d9a8f1b
commit
370a8297e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ php-5.5.*.xz
|
|||||||
/php-5.6.9-strip.tar.xz
|
/php-5.6.9-strip.tar.xz
|
||||||
/php-5.6.10RC1-strip.tar.xz
|
/php-5.6.10RC1-strip.tar.xz
|
||||||
/php-5.6.10-strip.tar.xz
|
/php-5.6.10-strip.tar.xz
|
||||||
|
/php-5.6.11RC1-strip.tar.xz
|
||||||
|
11
php.spec
11
php.spec
@ -64,12 +64,12 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#global rcver RC1
|
%global rcver RC1
|
||||||
%global rpmrel 1
|
%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: 5.6.10
|
Version: 5.6.11
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}.1
|
Release: 0.%{rpmrel}.%{rcver}%{?dist}.1
|
||||||
%else
|
%else
|
||||||
@ -1225,9 +1225,6 @@ install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/php-fpm
|
|||||||
install -D -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/conf.d/php-fpm.conf
|
install -D -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/conf.d/php-fpm.conf
|
||||||
install -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/php.conf
|
install -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/php.conf
|
||||||
|
|
||||||
# Fix the link
|
|
||||||
(cd $RPM_BUILD_ROOT%{_bindir}; ln -sfn phar.phar phar)
|
|
||||||
|
|
||||||
# Generate files lists and stub .ini files for each subpackage
|
# Generate files lists and stub .ini files for each subpackage
|
||||||
for mod in pgsql odbc ldap snmp xmlrpc imap \
|
for mod in pgsql odbc ldap snmp xmlrpc imap \
|
||||||
mysqlnd mysql mysqli pdo_mysql \
|
mysqlnd mysql mysqli pdo_mysql \
|
||||||
@ -1487,6 +1484,10 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 25 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-0.1.RC1
|
||||||
|
- update to 5.6.11RC1
|
||||||
|
- the phar link is now correctly created
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.10-1.1
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.6.10-1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user