summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-20 11:10:41 +0200
committerRemi Collet <remi@remirepo.net>2019-09-20 11:10:41 +0200
commit91e750735718b62da9a823ffb0d30e4f31a2fd41 (patch)
treec94408438f2b4139b16e69b5b4e944032d07a08c
parent08688d2d67a71320d5ba5e45c5324754ccd1f5cc (diff)
v1.6.9 (no change)
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec
index 2750698..eff54b2 100644
--- a/php-tecnickcom-tc-lib-unicode-data.spec
+++ b/php-tecnickcom-tc-lib-unicode-data.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-unicode-data
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 84ea2f4a146c914d76c9139b7c88c9f9bbe59fc2
+%global gh_commit 3fbef07369de9b761e49fd0a7354afe4e6973107
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,11 +15,10 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.6.8
+Version: 1.6.9
Release: 1%{?dist}
Summary: PHP library containing UTF-8 font definitions
-Group: Development/Libraries
License: LGPLv3+
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz
@@ -84,7 +83,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
+for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1
@@ -108,6 +107,9 @@ exit $ret
%changelog
+* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.6.9-1
+- update to 1.6.9 (no change)
+
* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.6.8-1
- update to 1.6.8 (no change)