diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-03 11:33:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-03 11:33:59 +0100 |
commit | 668515923923e8f0f74c8e4e250822531c30cc07 (patch) | |
tree | 5ced0afc85beaceb9ed4e077435b6e787f7ea7ba | |
parent | 17bb4d2421a9a389d6b3ad85edab8ab5a1fe3e5a (diff) |
v3.0.3
-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 38cbd63..e9c23df 100644 --- a/php-oneup-flysystem-bundle.spec +++ b/php-oneup-flysystem-bundle.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # tag + 1 commit to have the Symfony4 fix -%global gh_commit d0117d2f265e9378a4226e9c652e1b9aa357c409 +%global gh_commit f144242c765e4d3e0a20551f71e76b33cc0a2c0f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner 1up-lab %global gh_project OneupFlysystemBundle @@ -18,10 +18,11 @@ %global ns_vendor Oneup %global ns_project FlysystemBundle %global php_home %{_datadir}/php -%global with_tests 0%{!?_without_tests:1} +# Disabled for now as missing dependencies ("require-dev") +%global with_tests 0%{?_with_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Conversion of unicode, HTML and shortcode emoji @@ -198,6 +199,9 @@ exit $ret %changelog +* Mon Dec 3 2018 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Wed Nov 28 2018 Remi Collet <remi@remirepo.net> - 3.0.2-1 - initial package, version 3.0.2 - add upstream patch for Symfony4 |