diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-24 07:45:22 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-24 07:45:22 +0100 | 
| commit | 12c1093f711041cd1debd41ca07305e690818404 (patch) | |
| tree | cbdc9d491177c16a45998d10e835c83bf37db6a0 | |
| parent | 8720fb036a31ef38950310ee539074f0a0d3674b (diff) | |
v1.6.10
| -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 6ad2742..f73e624 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-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    e73a04b9214147da47fd02b18fd641bcb63324f2 +%global gh_commit    db496951dd9f8ae1c9355902d44203b6c15724ff  %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.6.8 +Version:        1.6.10  Release:        1%{?dist}  Summary:        PHP library to read byte-level data from files @@ -111,6 +111,9 @@ exit $ret  %changelog +* Sun Feb 24 2019 Remi Collet <remi@remirepo.net> - 1.6.10-1 +- update to 1.6.10 +  * Tue Jun 12 2018 Remi Collet <remi@remirepo.net> - 1.6.8-1  - update to 1.6.8  | 
