diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-26 09:38:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-26 09:38:59 +0200 |
commit | 7ca18000cd5ae74135e8a60f52e44a66964f759e (patch) | |
tree | 88cafd71308f3c4e8f328476037b4a5fc487b324 /php-league-flysystem.spec | |
parent | f3f7b9db2979c5b8972c59efdbc9f835f27cc9a2 (diff) |
v1.0.39
Diffstat (limited to 'php-league-flysystem.spec')
-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 |