diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-react-event-loop.spec | 4 |
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-event-loop.spec b/php-react-event-loop.spec index b3aac7f..03aee70 100644 --- a/php-react-event-loop.spec +++ b/php-react-event-loop.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-react-event-loop, from: # # Fedora spec file for php-react-event-loop # @@ -148,6 +149,9 @@ exit $SCL_RETURN_CODE %changelog +* Tue Jan 24 2017 Remi Collet <remi@remirepo.net> - 0.4.2-2 +- backport for remi repo + * Mon Jan 23 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.2-2 - Minor update to SCL tests (only php55 if rhel) |