From 42d7070cdfb73b7fef0ec4b92a3674e888767d03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Mar 2020 12:58:03 +0100 Subject: v1.1.3 --- Makefile | 2 +- php-PsrLog.spec | 10 ++++++++-- 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 - 1.1.3-1 +- update to 1.1.3 + +* Mon Nov 4 2019 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Fri Oct 25 2019 Remi Collet - 1.1.1-1 - update to 1.1.1 -- cgit