From cb837a837020465f4f9fc50ddbe9778dfe8c2591 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 13:57:28 +0200 Subject: update to 3.5.0 --- php-oneup-flysystem-bundle.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-oneup-flysystem-bundle.spec') diff --git a/php-oneup-flysystem-bundle.spec b/php-oneup-flysystem-bundle.spec index 6678cfc..b94de1f 100644 --- a/php-oneup-flysystem-bundle.spec +++ b/php-oneup-flysystem-bundle.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit bf8b1bdc4fca6e0ad072ff917b9c9e792d682588 +%global gh_commit e23d73567b477b8765e7fbe6c095cc2449caaa61 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner 1up-lab %global gh_project OneupFlysystemBundle @@ -21,7 +21,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 3.4.0 +Version: 3.5.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Conversion of unicode, HTML and shortcode emoji @@ -72,7 +72,8 @@ BuildRequires: php-league-flysystem >= 1.0.26 # "litipk/flysystem-fallback-adapter": "^0.1", # "jenko/flysystem-gaufrette": "^1.0", # "superbalist/flysystem-google-storage": "^4.0", -# "league/flysystem-replicate-adapter": "^1.0" +# "league/flysystem-replicate-adapter": "^1.0", +# "async-aws/flysystem-s3": "^0.4.0" %global phpunit %{_bindir}/phpunit6 %if 0%{?fedora} >= 27 || 0%{?rhel} >=8 BuildRequires: (php-composer(symfony/finder) >= 3.4 with php-composer(symfony/finder) < 6) @@ -237,6 +238,9 @@ exit $ret %changelog +* Tue Jun 23 2020 Remi Collet - 3.5.0-1 +- update to 3.5.0 + * Thu Jan 9 2020 Remi Collet - 3.4.0-1 - update to 3.4.0 - drop depencency on symfony/framework-bundle -- cgit