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 222249a..10c2485 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    4ba6e13f5116204b21c3afdf400ecf2b9eb1c482 +%global gh_commit    2474325ee924134bb05848663b12531f6f2e9fbe  %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.38 +Version:        1.0.39  Release:        1%{?dist}  Summary:        Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ exit $ret  %changelog +* Wed Apr 26 2017 Remi Collet <remi@remirepo.net> - 1.0.39-1 +- Update to 1.0.39 +  * Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 1.0.38-1  - Update to 1.0.38  | 
