Author: blues Date: Fri Apr 25 07:37:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.3 - case_insensitive_mailbox patch added; fixes creation mailbox with mixed letters.
---- Files affected: SPECS: postfixadmin.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/postfixadmin.spec diff -u SPECS/postfixadmin.spec:1.25 SPECS/postfixadmin.spec:1.26 --- SPECS/postfixadmin.spec:1.25 Thu Apr 3 10:41:30 2008 +++ SPECS/postfixadmin.spec Fri Apr 25 09:37:46 2008 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Narzędzie WWW do zarządzania Postfiksem Name: postfixadmin Version: 2.1.0 -Release: 2 +Release: 3 License: freely usable and distributable with restrictions (see URL) Group: Networking/Utilities Source0: http://dl.sourceforge.net/postfixadmin/%{name}-%{version}.tgz @@ -19,6 +19,7 @@ Patch2: %{name}-non_local_db.patch Patch3: %{name}-pl_typo_fix.patch Patch4: %{name}-preg_fix.patch +Patch5: %{name}-case_insensitive_mailbox.patch URL: http://postfixadmin.com/ BuildRequires: rpmbuild(macros) >= 1.264 Requires(postun): /usr/sbin/userdel @@ -83,6 +84,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -170,6 +172,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2008-04-25 07:37:46 blues +- rel.3 - case_insensitive_mailbox patch added; fixes creation mailbox with + mixed letters. + Revision 1.25 2008-04-03 08:41:30 blues - rel.2 - preg_fix patch added - one preg_replace was pointless and in some situations there was problem with '\r\n' in alias edition ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfixadmin.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
