rpms/dbmail/EL-5 .cvsignore, 1.8, 1.9 dbmail-pop3d, 1.2, 1.3 dbmail.spec, 1.18, 1.19 sources, 1.9, 1.10

Bernard Johnson bjohnson at fedoraproject.org
Tue Feb 3 22:40:35 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/dbmail/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10952/EL-5

Modified Files:
	.cvsignore dbmail-pop3d dbmail.spec sources 
Log Message:
- v 2.2.11
- updated summaries
- fix bug in dbmail-pop3d init script




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/EL-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	24 Apr 2008 15:14:54 -0000	1.8
+++ .cvsignore	3 Feb 2009 22:40:05 -0000	1.9
@@ -1 +1 @@
-dbmail-2.2.9.tar.gz
+dbmail-2.2.11.tar.gz


Index: dbmail-pop3d
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/EL-5/dbmail-pop3d,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbmail-pop3d	31 Oct 2007 17:50:02 -0000	1.2
+++ dbmail-pop3d	3 Feb 2009 22:40:05 -0000	1.3
@@ -46,7 +46,7 @@
     killproc $exe
     RETVAL=$?
     echo
-    [ $RETVAL -eq= 0 ] && rm -f /var/lock/subsys/$prog /var/run/$prog.pid
+    [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog /var/run/$prog.pid
 }
 reload() {
     echo -n $"Reloading $prog: "


Index: dbmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/EL-5/dbmail.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- dbmail.spec	24 Apr 2008 15:14:54 -0000	1.18
+++ dbmail.spec	3 Feb 2009 22:40:05 -0000	1.19
@@ -5,14 +5,14 @@
 %define         services dbmail-imapd dbmail-pop3d dbmail-lmtpd dbmail-timsieved
 
 # older distros don't have sqlite
-%if 0%{?fedora} && "%fedora" < "4"
+%if 0%{?fedora} && 0%{?fedora} < 4
 %define without_sqlite 1
 %endif
 
 Name:           dbmail
-Version:        2.2.9
+Version:        2.2.11
 Release:        1%{?dist}
-Summary:        The DBMail mail storage system
+Summary:        A database backed mail storage system
 
 Group:          System Environment/Daemons
 # db_getopot.c is licensed MIT
@@ -192,7 +192,7 @@
 %endif
 
 %package auth-ldap
-Summary:        The DBMail mail storage system
+Summary:        A database backed mail storage system - ldap authentication plugin
 Group:          System Environment/Daemons
 Requires:       dbmail = %{version}-%{release}, openldap
 
@@ -205,7 +205,7 @@
 %attr(-,root,root) %{_libdir}/dbmail/libauth_ldap*
 
 %package mysql
-Summary:        The DBMail mail storage system
+Summary:        A database backed mail storage system - mysql backend
 Group:          System Environment/Daemons
 Requires:       dbmail = %{version}-%{release}, mysql-server >= 4.1.3
 
@@ -218,7 +218,7 @@
 %{_libdir}/dbmail/libmysql*
 
 %package pgsql
-Summary:        The DBMail mail storage system
+Summary:        A database backed mail storage system - postgresql backend
 Group:          System Environment/Daemons
 Requires:       dbmail = %{version}-%{release}, postgresql-server
 
@@ -231,6 +231,14 @@
 %{_libdir}/dbmail/libpgsql*
 
 %changelog
+* Tue Feb 03 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.2.11-1
+- v 2.2.11
+- updated summaries
+- fix bug in dbmail-pop3d init script
+
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.2.9-2
+- fix conditional comparison
+
 * Thu Apr 24 2008 Bernard Johnson <bjohnson at symetrix.com> - 2.2.9-1
 - v 2.2.9
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dbmail/EL-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	24 Apr 2008 15:14:54 -0000	1.9
+++ sources	3 Feb 2009 22:40:05 -0000	1.10
@@ -1 +1 @@
-722a799835f403d1e77f6b4a0d24386a  dbmail-2.2.9.tar.gz
+d535587973d73b85469d92a35f52133b  dbmail-2.2.11.tar.gz




More information about the fedora-extras-commits mailing list