diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-01 13:43:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-01 13:43:06 +0100 |
commit | 1ba9a1cd797b7d00c9b5987bd6fb104d285ca99d (patch) | |
tree | 15106da62ed99392d1763540b24408c9a95d75cc | |
parent | 12fa5d42db61d23bb50d9b51e278f4f533f864d8 (diff) |
v1.0.43
-rw-r--r-- | php-league-flysystem.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 5365414..b4a995f 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 09eabc54e199950041aef258a85847676496fe8e +%global gh_commit 1ce7cc142d906ba58dc54c82915d355a9191c8a8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,11 +19,10 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.42 +Version: 1.0.43 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz @@ -138,6 +137,9 @@ exit $ret %changelog +* Thu Mar 1 2018 Remi Collet <remi@remirepo.net> - 1.0.43-1 +- Update to 1.0.43 + * Mon Jan 29 2018 Remi Collet <remi@remirepo.net> - 1.0.42-1 - Update to 1.0.42 - switch to phpunit 6 and phpspec 4 |