From 370a8297e0cabac41a6e4faded6438c8d571f7c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jun 25 2015 05:08:58 +0000 Subject: - update to 5.6.11RC1 - the phar link is now correctly created --- diff --git a/.gitignore b/.gitignore index 900cc30..ef17c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ php-5.5.*.xz /php-5.6.9-strip.tar.xz /php-5.6.10RC1-strip.tar.xz /php-5.6.10-strip.tar.xz +/php-5.6.11RC1-strip.tar.xz diff --git a/php.spec b/php.spec index f8a043c..109a7b0 100644 --- a/php.spec +++ b/php.spec @@ -64,12 +64,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.10 +Version: 5.6.11 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist}.1 %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 %{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 for mod in pgsql odbc ldap snmp xmlrpc imap \ mysqlnd mysql mysqli pdo_mysql \ @@ -1487,6 +1484,10 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Thu Jun 25 2015 Remi Collet 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 - 5.6.10-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 420cc4b..cf5b2cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ccebfdee11a1cf462eb098408eb75af php-5.6.10-strip.tar.xz +8c5d41fd1213708571fd5e4ff3f4245c php-5.6.11RC1-strip.tar.xz