summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-24 10:14:11 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-24 10:14:11 +0100
commit2f7fb4787cc240ebc022480a3a01531130aafbdf (patch)
treed8477e0987e71acf6d9495d35500cf254bbb6e2a
parent02ab3d34014b7063ab3c03264adcc1e4791a9dc6 (diff)
php-react-cache: backport
-rw-r--r--Makefile4
-rw-r--r--php-react-cache.spec4
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..13af741
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../../common/Makefile
+
diff --git a/php-react-cache.spec b/php-react-cache.spec
index 6150acf..34cb179 100644
--- a/php-react-cache.spec
+++ b/php-react-cache.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-react-cache, from:
#
# Fedora spec file for php-react-cache
#
@@ -136,6 +137,9 @@ exit $SCL_RETURN_CODE
%changelog
+* Tue Jan 24 2017 Remi Collet <remi@remirepo.net> - 0.4.1-2
+- backport for remi repo
+
* Mon Jan 23 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.1-2
- Retrict react/promise dependency to one major version
- Minor update to SCL tests (only php54 and php55 if rhel)