diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-06 06:25:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-06 06:25:56 +0100 |
commit | d42d474d01d987b661216d6f2dab2d6d3984cee3 (patch) | |
tree | 8cc7e60123e0120be0917fcf332829c6b5c7e0d4 | |
parent | 266ad48fa5bc5ddae6f3b6d44594d41d92f771da (diff) |
remove undefine __brp_mangle_shebangs for review #1541346
-rw-r--r-- | phpunit7.spec | 10 |
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 |