From 05e0b4bb674178e269b5f159b3a03ccd52afba10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Apr 2018 14:33:18 +0200 Subject: v1.0.1 --- Makefile | 2 +- php-psr-simple-cache.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 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-psr-simple-cache.spec b/php-psr-simple-cache.spec index 488383b..23f8869 100644 --- a/php-psr-simple-cache.spec +++ b/php-psr-simple-cache.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-psr-simple-cache # -# Copyright (c) 2017 Shawn Iwinski +# Copyright (c) 2017-2018 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner php-fig %global github_name simple-cache -%global github_version 1.0.0 -%global github_commit 753fa598e8f3b9966c886fe13f370baa45ef0e24 +%global github_version 1.0.1 +%global github_commit 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b %global composer_vendor psr %global composer_project simple-cache @@ -28,7 +28,6 @@ Version: %{github_version} Release: 1%{?github_release}%{?dist} Summary: Common interfaces for simple caching (PSR-16) -Group: Development/Libraries License: MIT URL: http://www.php-fig.org/psr/psr-16/ Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz @@ -106,6 +105,9 @@ cp -rp src %{buildroot}%{phpdir}/Psr/SimpleCache %changelog +* Tue Apr 17 2018 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Sun Apr 30 2017 Remi Collet - 1.0.0-1 - add backport stuff -- cgit