diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-oneup-flysystem-bundle.spec | 10 | 
2 files changed, 10 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 1406f1a..8a162bf 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,9 @@      },      "autoload": { -        "psr-4": { "Oneup\\FlysystemBundle\\": "" } +        "psr-4": { "Oneup\\FlysystemBundle\\": "" }, +        "exclude-from-classmap": [ +            "/Tests/" +        ]      }  } diff --git a/php-oneup-flysystem-bundle.spec b/php-oneup-flysystem-bundle.spec index e9c23df..043c19a 100644 --- a/php-oneup-flysystem-bundle.spec +++ b/php-oneup-flysystem-bundle.spec @@ -1,13 +1,12 @@  # remirepo/fedora spec file for php-oneup-flysystem-bundle  # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -# tag + 1 commit to have the Symfony4 fix -%global gh_commit    f144242c765e4d3e0a20551f71e76b33cc0a2c0f +%global gh_commit    697cb9bdf86b578ac77932511375ab8f29f3c5d8  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     1up-lab  %global gh_project   OneupFlysystemBundle @@ -22,7 +21,7 @@  %global with_tests   0%{?_with_tests:1}  Name:           php-%{pk_vendor}-%{pk_project} -Version:        3.0.3 +Version:        3.1.0  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        Conversion of unicode, HTML and shortcode emoji @@ -199,6 +198,9 @@ exit $ret  %changelog +* Fri Apr 26 2019 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- update to 3.1.0 +  * Mon Dec  3 2018 Remi Collet <remi@remirepo.net> - 3.0.3-1  - update to 3.0.3  | 
