diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-20 11:06:41 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-20 11:06:41 +0200 | 
| commit | 2202610bf9c1cfab25fa2e7004b0ae6fb5b7cfc9 (patch) | |
| tree | ac4bb70633a4eae80056cf2129cc1641ced64f19 | |
| parent | 2ce01efe7cb218677ef03903e0049b9ee3958237 (diff) | |
 update to 1.5.8 (no change)
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 12 | 
1 files changed, 7 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index af19d50..89a547b 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -1,12 +1,12 @@  # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-encrypt  # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    9d8f60deb964a9acb4ce3fd6c1bbfd524a1f47de +%global gh_commit    5c108f18a74b846093adab23ccda8e1ac7b9c9ff  %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.5.7 +Version:        1.5.8  Release:        1%{?dist}  Summary:        PHP library to encrypt data for PDF -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 @@ -98,7 +97,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 @@ -122,6 +121,9 @@ exit $ret  %changelog +* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 1.5.8-1 +- update to 1.5.8 (no change) +  * Mon Jun 25 2018 Remi Collet <remi@remirepo.net> - 1.5.7-1  - update to 1.5.7 (no change)  | 
