diff options
| -rw-r--r-- | php-tedivm-jshrink.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tedivm-jshrink.spec b/php-tedivm-jshrink.spec index 4005702..fc9617a 100644 --- a/php-tedivm-jshrink.spec +++ b/php-tedivm-jshrink.spec @@ -8,7 +8,7 @@  #  %bcond_without tests -%global gh_commit    0393388c2c75faa621a79450a2e7f2c7f831141b +%global gh_commit    dee882218166a8b00d90cec9b8e9c15e3d24ad14  %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.2 +Version:        1.6.4  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        Javascript Minifier built in PHP @@ -112,6 +112,9 @@ exit $ret  %changelog +* Fri Mar 10 2023 Remi Collet <remi@remirepo.net> - 1.6.4-1 +- update to 1.6.4 +  * Tue Mar  7 2023 Remi Collet <remi@remirepo.net> - 1.6.2-1  - update to 1.6.2  | 
