From 345d36fc5151cfadc5fc35cbcb3b7c7eb5dfc8f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 07:45:21 +0100 Subject: update to 3.1.0 --- php-phar-io-version3.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/php-phar-io-version3.spec b/php-phar-io-version3.spec index e8cc219..68537bd 100644 --- a/php-phar-io-version3.spec +++ b/php-phar-io-version3.spec @@ -1,19 +1,15 @@ # remirepo/fedora spec file for php-phar-io-version3 # -# Copyright (c) 2017-2020 Remi Collet +# Copyright (c) 2017-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%bcond_with bootstrap -%if %{with bootstrap} -%bcond_with tests -%else + %bcond_without tests -%endif -%global gh_commit e4782611070e50613683d2b9a57730e9a3ba5451 +%global gh_commit bae7c545bef187884426f042434e561ab1ddb182 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phar-io %global gh_project version @@ -25,7 +21,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.4 +Version: 3.1.0 Release: 1%{?dist} Summary: Library for handling version information and constraints @@ -108,6 +104,9 @@ exit $ret %changelog +* Wed Feb 24 2021 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Mon Dec 14 2020 Remi Collet - 3.0.4-1 - update to 3.0.4 -- cgit