diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-19 16:35:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-19 16:35:33 +0200 |
commit | c1faf911d411486da8f533346fb612bae8eae32c (patch) | |
tree | eb3b0f4466ff764db0fa3c9aa3d553df3aead1b2 | |
parent | dc4e5476c44e36a9a735113e05061af7e35c316e (diff) |
-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 |