diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-07 08:25:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-07 08:25:35 +0200 |
commit | d0caaabffea64ba196585512eccc7f5217d98680 (patch) | |
tree | 5bd74319384db8c684a0bd96b5cdbbfc25be2872 /php-league-flysystem.spec | |
parent | a1dc4b538e309b778a83f8bb6190e51e6d51b882 (diff) |
v1.0.41
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 4051f00..762fd1c 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 3828f0b24e2c1918bb362d57a53205d6dc8fde61 +%global gh_commit f400aa98912c561ba625ea4065031b7a41e5a155 %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.40 +Version: 1.0.41 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ exit $ret %changelog +* Mon Aug 7 2017 Remi Collet <remi@remirepo.net> - 1.0.41-1 +- Update to 1.0.41 + * Fri Apr 28 2017 Remi Collet <remi@remirepo.net> - 1.0.40-1 - Update to 1.0.40 |