diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-23 13:57:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-23 13:57:28 +0200 |
commit | cb837a837020465f4f9fc50ddbe9778dfe8c2591 (patch) | |
tree | 74c6007cdf26c90f315f5f2beeed47f049d3c8f9 /php-oneup-flysystem-bundle.spec | |
parent | 217d00b3914a0afaf0ec3bee9458070754326404 (diff) |
update to 3.5.0
Diffstat (limited to 'php-oneup-flysystem-bundle.spec')
-rw-r--r-- | php-oneup-flysystem-bundle.spec | 10 |
1 files changed, 7 insertions, 3 deletions
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 <remi@remirepo.net> - 3.5.0-1 +- update to 3.5.0 + * Thu Jan 9 2020 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 - drop depencency on symfony/framework-bundle |