diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-05 12:41:40 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-05 12:41:40 +0200 | 
| commit | 12294f54be11578c49f29065f156aea3e36b2e25 (patch) | |
| tree | 6fb5c54264fad7876311a82e8393577b392610e5 | |
| parent | ab4c13516403318b9db51b67e22ca5be49fb6250 (diff) | |
| -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 445f608..01cdfdc 100644 --- a/php-tedivm-jshrink.spec +++ b/php-tedivm-jshrink.spec @@ -8,7 +8,7 @@  #  %bcond_without tests -%global gh_commit    35a83e0ab661d6130da5930c0c4eafcc663b8cec +%global gh_commit    7a35f5a4651ca2ce77295eb8a3b4e133ba47e19e  %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.8 +Version:        1.7.0  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        Javascript Minifier built in PHP @@ -112,6 +112,9 @@ exit $ret  %changelog +* Thu Oct  5 2023 Remi Collet <remi@remirepo.net> - 1.7.0-1 +- update to 1.7.0 +  * Wed Jun 21 2023 Remi Collet <remi@remirepo.net> - 1.6.8-1  - update to 1.6.8  | 
