From 2ac8cbd86ac21287998a32857a360ff0f4347d76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 13:57:25 +0100 Subject: update to 3.0.3 --- php-phar-io-version3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index 0100dd5..acd7c94 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit c6bb6825def89e0a32220f88337f8ceaf1975fa0 +%global gh_commit 726c026815142e4f8677b7cb7f2249c9ffb7ecae %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,8 +25,8 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.2 -Release: 2%{?dist} +Version: 3.0.3 +Release: 1%{?dist} Summary: Library for handling version information and constraints License: BSD @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Nov 30 2020 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Tue Aug 11 2020 Remi Collet - 3.0.2-2 - switch to phpunit9 -- cgit