From 668515923923e8f0f74c8e4e250822531c30cc07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Dec 2018 11:33:59 +0100 Subject: v3.0.3 --- php-oneup-flysystem-bundle.spec | 10 +++++++--- 1 file 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 - 3.0.3-1 +- update to 3.0.3 + * Wed Nov 28 2018 Remi Collet - 3.0.2-1 - initial package, version 3.0.2 - add upstream patch for Symfony4 -- cgit