summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-03 14:17:55 +0200
committerRemi Collet <remi@remirepo.net>2021-05-03 14:17:55 +0200
commite75f1244333edabfb85db5eba33885b65d0c47ec (patch)
tree07210f0e6598c16fe08eb64a55f9c291399ca244
parent42d7070cdfb73b7fef0ec4b92a3674e888767d03 (diff)
update to 1.1.4HEADmaster
-rw-r--r--composer.json2
-rw-r--r--php-PsrLog.spec13
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 3f6d4ee..ca05695 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"require": {
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 <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
#
# 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 <remi@remirepo.net> - 1.1.4-1
+- update to 1.1.4
+
* Tue Mar 24 2020 Remi Collet <remi@remirepo.net> - 1.1.3-1
- update to 1.1.3