summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-11 17:38:35 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-11 17:38:35 +0200
commitf4ecebaec90b01fbebdb663c12a607611292dcb9 (patch)
tree1eb98954751fb577a7683aa111c5c41e99c5cba6 /php.spec
parent1757c724683f87489965ddb1cfb55822a3a1fc3e (diff)
php: upstream 'phar' symlink is now ok, no need to recreate it
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/php.spec b/php.spec
index 90b95e8..a46d8cf 100644
--- a/php.spec
+++ b/php.spec
@@ -124,13 +124,13 @@
%global db_devel libdb-devel
%endif
-%global gh_commit 8a884d628b5c23c4b33c96c723331fda9e17d2bc
+%global gh_commit 8cfe28259ed0b0bebb72d8292abc877181b84d34
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20150609
+%global gh_date 20150611
%global gh_owner php
%global gh_project php-src
-%global rcver alpha1
-%global rpmrel 8
+#global rcver alpha1
+%global rpmrel 9
Summary: PHP scripting language for creating dynamic web sites
@@ -1414,10 +1414,6 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm
sed -e 's:php-fpm.service:%{?scl_prefix}php-fpm.service:' \
-i $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm
-
-# Fix the link
-(cd $RPM_BUILD_ROOT%{_bindir}; ln -sfn phar.phar phar)
-
# make the cli commands available in standard root for SCL build
%if 0%{?scl:1}
install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir}
@@ -1805,6 +1801,10 @@ fi
%changelog
+* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.9.20150611git8cfe282
+- new snapshot
+- the phar link is now correctly created
+
* Tue Jun 9 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.8.alpha1
- Update to 7.0.0alpha1