X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plcapi.spec;h=8793c7452709252d781893bbd9a14f0681fce34a;hb=feebab7a02379c1e9f33ce4244428846b7fb503a;hp=86d245a773fd5fdc14bc9a9e48df754c02b10ae7;hpb=9bb7fc6ac00b2a96013cb061fac01aa412c58437;p=plcapi.git diff --git a/plcapi.spec b/plcapi.spec index 86d245a..8793c74 100644 --- a/plcapi.spec +++ b/plcapi.spec @@ -1,6 +1,6 @@ %define name plcapi -%define version 5.3 -%define taglevel 11 +%define version 5.4 +%define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -64,7 +64,8 @@ Conflicts: MyPLC <= 4.3 # * don't use our own that is way too old # * instead - thank you Ciro - we pull it as a git subtree from # https://github.com/gggeek/phpxmlrpc.git -# Requires: php-xmlrpc +# that stuff requires the following though +Requires: php-xml #################### @@ -153,6 +154,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 16 2017 Thierry Parmentelat - plcapi-5.4-0 +- embed phpxmlrpc as a git subtree from github (OK with fedora24 and 25, probably sooner too) +- logs in /var/log/plcapi.log +- context managers for most open files + * Wed Feb 08 2017 Thierry Parmentelat - plcapi-5.3-11 - mostly issued for the R2lab deployment - *** major