diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-xmlseclibs.spec | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/php-xmlseclibs.spec b/php-xmlseclibs.spec index a9f197a..9b503e3 100644 --- a/php-xmlseclibs.spec +++ b/php-xmlseclibs.spec @@ -63,6 +63,9 @@ fi %changelog +* Wed Jun 19 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.3.1-1 +- backport 1.3.1 from remi repo + * Wed Jun 19 2013 F. Kooman <fkooman@tuxed.net> - 1.3.1-1 - update to 1.3.1 addressing all packaging issues |