From 4ef4e1f305760fe0a1f33faaad02b8c7ac663c9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Nov 2018 13:48:43 +0100 Subject: v1.0.49 --- php-league-flysystem.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 5d59d75..3596235 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit a6ded5b2f6055e2db97b4b859fdfca2b952b78aa +%global gh_commit a63cc83d8a931b271be45148fa39ba7156782ffd %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.48 +Version: 1.0.49 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -52,7 +52,7 @@ BuildRequires: php-composer(fedora/autoloader) # "ext-fileinfo": "*" Requires: php(language) >= 5.5.9 Requires: php-fileinfo -# From phpcompatifo report for 1.0.48 +# From phpcompatifo report for 1.0.49 Requires: php-date Requires: php-ftp Requires: php-hash @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Nov 26 2018 Remi Collet - 1.0.49-1 +- update to 1.0.49 + * Tue Oct 16 2018 Remi Collet - 1.0.48-1 - update to 1.0.48 -- cgit