summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-03 08:55:24 +0200
committerRemi Collet <remi@php.net>2023-05-03 08:55:24 +0200
commit740e3d5a494b184d95cd117533efd9b2f3fe8914 (patch)
tree3d8d03e0345cb108d956dbb049c48016d2448d17
parent236a7d88810e26a3d72fade01fb57a48137a30b9 (diff)
update to 1.7.13 (no change)
-rw-r--r--composer.json6
-rw-r--r--php-tecnickcom-tc-lib-unicode-data.spec9
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index b7a039b..3259de7 100644
--- a/composer.json
+++ b/composer.json
@@ -22,12 +22,12 @@
"php": ">=5.4"
},
"require-dev": {
- "pdepend/pdepend": "2.12.1",
+ "pdepend/pdepend": "2.13.0",
"phploc/phploc": "7.0.2 || 6.0.2 || 5.0.0 || 4.0.1 || 3.0.1 || 2.1.5",
"phpmd/phpmd": "2.13.0",
- "phpunit/phpunit": "9.5.27 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
+ "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
"sebastian/phpcpd": "6.0.3 || 5.0.2 || 4.1.0 || 3.0.1 || 2.0.4",
- "squizlabs/php_codesniffer": "3.7.1 || 2.9.2"
+ "squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec
index ac99cdd..f4fe6a7 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-2022 Remi Collet
-# License: CC-BY-SA
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 4d518fd0ec8adbc02de0e287c490f8fff99be476
+%global gh_commit 25753c6a6a7216c3b7aeb0426a87f78efa06524a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.7.12
+Version: 1.7.13
Release: 1%{?dist}
Summary: PHP library containing UTF-8 font definitions
@@ -104,6 +104,9 @@ exit $ret
%changelog
+* Wed May 3 2023 Remi Collet <remi@remirepo.net> - 1.7.13-1
+- update to 1.7.13 (no change)
+
* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 1.7.12-1
- update to 1.7.12 (no change)