diff options
| -rw-r--r-- | php-tecnickcom-tc-lib-file.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 644e261..34b2ad9 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -1,12 +1,12 @@  # remirepo/fedora spec file for php-tecnickcom-tc-lib-file  # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    8da98e04e0962cb0ac3146e56a2a0ea3caa22288 +%global gh_commit    078dddb08b4364abd700457ab031e9886016641a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global c_vendor     tecnickcom  %global gh_owner     tecnickcom @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        1.7.2 +Version:        1.7.7  Release:        1%{?dist}  Summary:        PHP library to read byte-level data from files @@ -113,6 +113,9 @@ exit $ret  %changelog +* Mon Feb  8 2021 Remi Collet <remi@remirepo.net> - 1.7.7-1 +- update to 1.7.7 (no change) +  * Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 1.7.2-1  - update to 1.7.2  - switch to classmap autoloader  | 
