summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-17 14:33:18 +0200
committerRemi Collet <remi@remirepo.net>2018-04-17 14:33:18 +0200
commit05e0b4bb674178e269b5f159b3a03ccd52afba10 (patch)
tree60158d2c625e428d378136dfc98ba979a61f80f5
parent3757753802e3074d6c59ca9e36e955abebe82120 (diff)
-rw-r--r--Makefile2
-rw-r--r--php-psr-simple-cache.spec10
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 <shawn@iwin.ski>
+# Copyright (c) 2017-2018 Shawn Iwinski <shawn@iwin.ski>
#
# 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 <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+
* Sun Apr 30 2017 Remi Collet <remi@remirepo.net> - 1.0.0-1
- add backport stuff