--- rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/03/23 14:36:02 1.6 +++ rpms/smeserver-mod_dav/contribs7/smeserver-mod_dav.spec 2008/08/14 06:26:13 1.11 @@ -1,6 +1,10 @@ +# $Id: smeserver-mod_dav.spec,v 1.10 2008/08/08 19:33:47 snetram Exp $ +# Authority: snetram +# Name: Jonathan Martens + %define name smeserver-mod_dav %define version 0.1 -%define release 8 +%define release 11 Summary: SME Server mod_dav implementation Name: %{name} @@ -11,6 +15,9 @@ Group: Applications/Internet Source: %{name}-%{version}-2.tgz Patch1: smeserver-mod_dav-0.1-initdb.patch Patch2: smeserver-mod_dav-0.1-ImplementDAVForIbays.patch +Patch3: smeserver-mod_dav-0.1-FileETagDirective.patch +Patch4: smeserver-mod_dav-0.1.fixTypo + BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 7 httpd >= 2 @@ -20,6 +27,17 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog +* Thu Aug 14 2008 Jonathan Martens 0.1-11 +- Fix typo in 95Addmod_dav2ibays [SME: 4502] + +* Fri Aug 8 2008 Jonathan Martens 0.1-10 +- Make FileETag key line out in configuration file properly [SME: 4482] +- Fixing changelog date in previous changelog entry + +* Fri Aug 8 2008 Jonathan Martens 0.1-9 +- Add database key for implementating FileETag directive, for more information on + this key see http://httpd.apache.org/docs/2.0/mod/core.html#fileetag [SME: 4482] + * Sun Mar 23 2008 Jonathan Martens - 0.1-8 - Fixed template issue created in 0.1-7 by [SME: 3470] @@ -56,6 +74,8 @@ Implementation of mod_dav for SME Server %setup %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build