From cc768ea027f3005ae4d0368bb96945c895db962d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jul 2019 06:02:17 +0200 Subject: v2.0.1 --- php-elvanto-litemoji.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-elvanto-litemoji.spec') diff --git a/php-elvanto-litemoji.spec b/php-elvanto-litemoji.spec index f96875b..ba7fcd6 100644 --- a/php-elvanto-litemoji.spec +++ b/php-elvanto-litemoji.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a49bcfd88af64728aa2c28c79be7c3d15b44a1d0 +%global gh_commit 2cba2c87c505fe1d3a6e06ff4cc48d98af757521 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner elvanto %global gh_project litemoji @@ -14,7 +14,7 @@ %global with_tests 0%{!?_without_tests:1} %global ns_project LitEmoji Name: php-%{gh_owner}-%{gh_project} -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Conversion of unicode, HTML and shortcode emoji @@ -30,7 +30,7 @@ BuildRequires: php-mbstring BuildRequires: php-pcre # From composer.json, "require-dev": { # "phpunit/phpunit": "^5.0", -# "milesj/emojibase": "3.1.0" +# "milesj/emojibase": "4.0.0" %global phpunit %{_bindir}/phpunit BuildRequires: php-phpunit-PHPUnit >= 5.0 # Autoloader @@ -101,6 +101,9 @@ exit $ret %changelog +* Thu Jul 25 2019 Remi Collet - 2.0.1-1 +- update to 2.0.1 + * Fri Jul 19 2019 Remi Collet - 2.0.0-1 - update to 2.0.0 - raise dependency on PHP 5.6 -- cgit