diff options
| -rw-r--r-- | php-phpunit-diff.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-phpunit-diff.spec b/php-phpunit-diff.spec index a4cf508..7828f3b 100644 --- a/php-phpunit-diff.spec +++ b/php-phpunit-diff.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2 +%global gh_commit    7f066a26a962dbe58ddea9f72a4e82874a3975a4  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   diff @@ -21,7 +21,7 @@  %endif  Name:           php-phpunit-diff -Version:        1.4.2 +Version:        1.4.3  Release:        1%{?dist}  Summary:        Diff implementation @@ -89,7 +89,7 @@ ret=0  for cmd in "php %{phpunit}" %{?rhel:php54 php55} php56 php70 "php71 %{_bindir}/phpunit6" "php72 %{_bindir}/phpunit6"; do      set $cmd      if which $cmd; then -        $1 -d include_path=.:%{buildroot}%{phpdir}:%{phpdir}:%{_datadir}/pear \ +        $1 -d include_path=.:%{buildroot}%{php_home}:%{php_home}:%{_datadir}/pear \              ${2:-%{_bindir}/phpunit} \                  --bootstrap %{buildroot}%{php_home}/SebastianBergmann/Diff/autoload.php \                  --verbose || ret=1 @@ -116,6 +116,9 @@ fi  %changelog +* Mon May 22 2017 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- Update to 1.4.3 +  * Mon May 22 2017 Remi Collet <remi@remirepo.net> - 1.4.2-1  - Update to 1.4.2  - switch to fedora/autoloader | 
