diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-30 09:44:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-30 09:44:58 +0200 |
commit | b182c0e70c972f2a0a8eb16e3e236a5bbf9166e5 (patch) | |
tree | 12cf7545e1ce129d0a14d066729389f4b0820a23 | |
parent | 58b0fd3824ff263e90054496faa3c3c72d2f1434 (diff) |
update to 2.8.2 (no change)
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-laminas-barcode.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index eae4ed5..643f690 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zend-barcode": "self.version" + "zendframework/zend-barcode": "^2.8.0" } } diff --git a/php-laminas-barcode.spec b/php-laminas-barcode.spec index 27fa07c..7485e72 100644 --- a/php-laminas-barcode.spec +++ b/php-laminas-barcode.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 07f4fe97d79634e226795941a8b4217a2764534b +%global gh_commit 7806b774328a32b1f121f2972c72a0ded85939e1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-barcode @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.8.1 +Version: 2.8.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -209,6 +209,9 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.8.2-1 +- update to 2.8.2 (no change) + * Sat Jan 25 2020 Remi Collet <remi@remirepo.net> - 2.8.1-1 - update to 2.8.1 - switch to phpunit7 |