From b182c0e70c972f2a0a8eb16e3e236a5bbf9166e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 09:44:58 +0200 Subject: update to 2.8.2 (no change) --- composer.json | 2 +- 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 - 2.8.2-1 +- update to 2.8.2 (no change) + * Sat Jan 25 2020 Remi Collet - 2.8.1-1 - update to 2.8.1 - switch to phpunit7 -- cgit