diff options
| -rw-r--r-- | php-tedivm-jshrink.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tedivm-jshrink.spec b/php-tedivm-jshrink.spec index 7f4ac76..27ef948 100644 --- a/php-tedivm-jshrink.spec +++ b/php-tedivm-jshrink.spec @@ -8,7 +8,7 @@  #  %bcond_without tests -%global gh_commit    e72133d6e220d79295346954292536b0980eef80 +%global gh_commit    7cb41f8c9462feba09fa59be560a5098dea7ab1e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     tedious  #global gh_date      20150820 @@ -18,7 +18,7 @@  %global psr0         JShrink  Name:           php-%{c_vendor}-%{c_project} -Version:        1.6.6 +Version:        1.6.7  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        Javascript Minifier built in PHP @@ -90,7 +90,7 @@ EOF  : Run upstream test suite  ret=0 -for cmd in php php80 php81 php82; do +for cmd in php php80 php81 php82 php83; do    if which $cmd; then     $cmd %{_bindir}/phpunit9 \       --no-coverage || ret=1 @@ -112,6 +112,9 @@ exit $ret  %changelog +* Tue Jun 20 2023 Remi Collet <remi@remirepo.net> - 1.6.7-1 +- update to 1.6.7 +  * Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 1.6.6-1  - update to 1.6.6  | 
