summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpunit7.spec b/phpunit7.spec
index 7dd189d..b985365 100644
--- a/phpunit7.spec
+++ b/phpunit7.spec
@@ -8,9 +8,6 @@
# Please, preserve the changelog entries
#
-# For compatibility with SCL
-%undefine __brp_mangle_shebangs
-
%global gh_commit 9b3373439fdf2f3e9d1578f5e408a3a0d161c3bc
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -25,7 +22,7 @@
%global ver_major 7
%global ver_minor 0
%global ver_patch 0
-%global specrel 1
+%global specrel 2
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
@@ -211,7 +208,7 @@ cat << 'EOF' | tee -a src/autoload.php
'%{php_home}/SebastianBergmann/Timer/autoload.php',
'%{ns_vendor}/Framework/MockObject6/autoload.php',
'%{php_home}/Prophecy/autoload.php',
- '%{php_home}/SebastianBergmann/Diff3/autoload.php', // Fedora comparator which allow v2
+ '%{php_home}/SebastianBergmann/Diff3/autoload.php', // Before comparator which may load v2
'%{php_home}/SebastianBergmann/Comparator2/autoload.php',
'%{php_home}/SebastianBergmann/Environment3/autoload.php',
'%{php_home}/SebastianBergmann/Exporter3/autoload.php',
@@ -276,6 +273,9 @@ exit $ret
%changelog
+* Tue Feb 6 2018 Remi Collet <remi@remirepo.net> - 7.0.0-2
+- remove undefine __brp_mangle_shebangs for review #1541346
+
* Fri Feb 2 2018 Remi Collet <remi@remirepo.net> - 7.0.0-1
- Update to 7.0.0
- rename to phpunit7