X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=39066fa6146978d46d1ae039d4a9b61d9dde5a79;hb=5afb8089a48433612fb10bed3c609006882b9859;hp=3b418149d0c4713bb745642de78a870a49fd2783;hpb=c6009814e9fd3b53be36ac5f8c32058ba7465f13;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 3b41814..39066fa 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 31 +%define taglevel 32 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -37,6 +37,10 @@ Requires: mod_python Requires: mod_ssl Requires: SOAPpy +### avoid having yum complain about updates, as stuff is moving around +# plc.d/api +Conflicts: MyPLC <= 4.3-37 + # We use psycopg2 BuildRequires: postgresql-devel @@ -85,6 +89,17 @@ cat > $RPM_BUILD_ROOT/%{_sysconfdir}/php.d/xmlrpc.ini < - PLCAPI-4.3-32 +- support for fedora 12 +- fix subtle bug in filtering with ] and quotes + * Fri Dec 18 2009 Baris Metin - PLCAPI-4.3-31 - * patch for php-5.3 (the one in f12) - * validate email addresses with regex