From e75f1244333edabfb85db5eba33885b65d0c47ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 14:17:55 +0200 Subject: update to 1.1.4 --- php-PsrLog.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-PsrLog.spec') diff --git a/php-PsrLog.spec b/php-PsrLog.spec index abe0045..cf812b9 100644 --- a/php-PsrLog.spec +++ b/php-PsrLog.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-PsrLog # -# Copyright (c) 2013-2018 Shawn Iwinski +# Copyright (c) 2013-2021 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner php-fig %global github_name log -%global github_version 1.1.3 -%global github_commit 0f73288fd15629204f9d42b7055f72dacbe811fc +%global github_version 1.1.4 +%global github_commit d49695b909c3b7628b6289db5479a1c204601f11 %global composer_vendor psr %global composer_project log @@ -26,7 +26,7 @@ Release: 1%{?dist} Summary: Common interface for logging libraries License: MIT -URL: http://www.php-fig.org/psr/psr-3/ +URL: https://www.php-fig.org/psr/psr-3/ Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz BuildArch: noarch @@ -55,7 +55,7 @@ This package holds all interfaces/classes/traits related to PSR-3 [1]. Note that this is not a logger of its own. It is merely an interface that describes a logger. See the specification for more details. -[1] http://www.php-fig.org/psr/psr-3/ +[1] https://www.php-fig.org/psr/psr-3/ %prep @@ -108,6 +108,9 @@ exit(0); %changelog +* Mon May 3 2021 Remi Collet - 1.1.4-1 +- update to 1.1.4 + * Tue Mar 24 2020 Remi Collet - 1.1.3-1 - update to 1.1.3 -- cgit