summaryrefslogtreecommitdiffstats
path: root/php-elvanto-litemoji.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-25 06:02:17 +0200
committerRemi Collet <remi@remirepo.net>2019-07-25 06:02:17 +0200
commitcc768ea027f3005ae4d0368bb96945c895db962d (patch)
tree8a39e41a421969389ee36e44c89a44aead8e9bbf /php-elvanto-litemoji.spec
parent1acf1d4f41c2ea6e3c0350406c0e6c3751e9e797 (diff)
v2.0.1
Diffstat (limited to 'php-elvanto-litemoji.spec')
-rw-r--r--php-elvanto-litemoji.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.0.1-1
+- update to 2.0.1
+
* Fri Jul 19 2019 Remi Collet <remi@remirepo.net> - 2.0.0-1
- update to 2.0.0
- raise dependency on PHP 5.6