summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--composer.json2
-rw-r--r--php-PsrLog.spec19
3 files changed, 16 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 91b0fd5..13af741 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../../common/Makefile
+include ../../../common/Makefile
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 8ac6630..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.1
-%global github_commit bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2
+%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,15 @@ 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
+
+* Mon Nov 4 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2
+
* Fri Oct 25 2019 Remi Collet <remi@remirepo.net> - 1.1.1-1
- update to 1.1.1