diff options
| -rw-r--r-- | php-league-flysystem.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 10c2485..4051f00 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    2474325ee924134bb05848663b12531f6f2e9fbe +%global gh_commit    3828f0b24e2c1918bb362d57a53205d6dc8fde61  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     thephpleague  %global gh_project   flysystem @@ -19,7 +19,7 @@  %global ns_project   Flysystem  Name:           php-%{pk_vendor}-%{pk_name} -Version:        1.0.39 +Version:        1.0.40  Release:        1%{?dist}  Summary:        Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ exit $ret  %changelog +* Fri Apr 28 2017 Remi Collet <remi@remirepo.net> - 1.0.40-1 +- Update to 1.0.40 +  * Wed Apr 26 2017 Remi Collet <remi@remirepo.net> - 1.0.39-1  - Update to 1.0.39  | 
