diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-25 08:45:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-25 08:45:56 +0200 |
commit | 2831f3e3dd3fe76e38dcd912bfbb975b580752bd (patch) | |
tree | e1b816f6f2bf4a310e0ba4161d8e255df2690528 | |
parent | c559821ce3b71e68f8056e57456ae220513609cc (diff) |
v1.4.8 (no change)
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph.spec | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 3b93ef8..5e96e0d 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "require": { "php": ">=5.4", "ext-zlib": "*", - "tecnickcom/tc-lib-color": "^1.12.10", - "tecnickcom/tc-lib-pdf-encrypt": "^1.5.6" + "tecnickcom/tc-lib-color": "^1.12.12", + "tecnickcom/tc-lib-pdf-encrypt": "^1.5.7" }, "require-dev": { "apigen/apigen": "^4.1.2", diff --git a/php-tecnickcom-tc-lib-pdf-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index dcd8939..090ad43 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 0d50fea95597b0fabd459888849149bfffaf9bbb +%global gh_commit 9b649b1c402ad679bd9a61be4eaf67aa0f0c8479 %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.4.7 +Version: 1.4.8 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -38,8 +38,8 @@ BuildRequires: php(language) >= 5.4 BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 with php-composer(%{c_vendor}/tc-lib-color) < 2) BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 1.5.2 with php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 2) %else -BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2 -BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 +BuildRequires: php-composer(%{c_vendor}/tc-lib-color) < 2 +BuildRequires: php-composer(%{c_vendor}/tc-lib-color) >= 1.12.1 BuildRequires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 2 BuildRequires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 1.5.2 %endif @@ -104,7 +104,7 @@ require '%{php_project}/../../Color/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --no-coverage --verbose || ret=1 @@ -126,6 +126,9 @@ exit $ret %changelog +* Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.4.8-1 +- update to 1.4.8 (no change) + * Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.4.7-1 - update to 1.4.7 (no change) - switch to phpunit7 |