diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-24 10:17:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-24 10:17:01 +0100 |
commit | 6b6222fbc67ad6d699e83f8fae50c921ad0b454b (patch) | |
tree | 7daf8dcb63f408a5cdb0c956078162184760bd39 | |
parent | 359fb4bc21936f9be9f39d88bbaac6532199537a (diff) |
php-clue-stream-filter: backport
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-clue-stream-filter.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-clue-stream-filter.spec b/php-clue-stream-filter.spec index 60588a2..62dc560 100644 --- a/php-clue-stream-filter.spec +++ b/php-clue-stream-filter.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-clue-stream-filter, from: # # Fedora spec file for php-clue-stream-filter # @@ -123,6 +124,9 @@ exit $SCL_RETURN_CODE %changelog +* Tue Jan 24 2017 Remi Collet <remi@remirepo.net> - 1.3.0-2 +- backport for remi repo + * Mon Jan 23 2017 Shawn Iwinski <shawn@iwin.ski> - 1.3.0-2 - Minor update to SCL tests (only php54 and php55 if rhel) |