diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-13 07:40:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-13 07:40:17 +0200 |
commit | 27a3127883aca1763578b365738722c270fab5f6 (patch) | |
tree | 5765160ce493772b7917d041a15d53a9a95cf2d7 /php-league-flysystem.spec | |
parent | e6e4d78f92d2b260eb5eb416588e9a48b82fbd95 (diff) |
- update to 1.0.56
- drop patch merged upstream
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r-- | php-league-flysystem.spec | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 4f13b54..186aba7 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 33c91155537c6dc899eacdc54a13ac6303f156e6 +%global gh_commit 90e3f83cb10ef6b058d70f95267030e7a6236518 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,8 +19,8 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.55 -Release: 2%{?dist} +Version: 1.0.56 +Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API License: MIT @@ -29,8 +29,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz # Create git snapshot as tests are excluded from official tarball Source1: makesrc.sh -Patch0: https://patch-diff.githubusercontent.com/raw/thephpleague/flysystem/pull/1081.patch - BuildArch: noarch # As we use phpunit 6 and phpspec 5 BuildRequires: php(language) >= 7.1 @@ -76,7 +74,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 %build @@ -142,6 +139,10 @@ exit $ret %changelog +* Sun Oct 13 2019 Remi Collet <remi@remirepo.net> - 1.0.56-1 +- update to 1.0.56 +- drop patch merged upstream + * Fri Oct 11 2019 Remi Collet <remi@remirepo.net> - 1.0.55-2 - add patch for PHP 7.4 from https://github.com/thephpleague/flysystem/pull/1081 |