summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--php-PsrLog.spec10
2 files changed, 9 insertions, 3 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/php-PsrLog.spec b/php-PsrLog.spec
index 8ac6630..abe0045 100644
--- a/php-PsrLog.spec
+++ b/php-PsrLog.spec
@@ -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.3
+%global github_commit 0f73288fd15629204f9d42b7055f72dacbe811fc
%global composer_vendor psr
%global composer_project log
@@ -108,6 +108,12 @@ exit(0);
%changelog
+* 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