[dbmail] - v 2.2.17 - drop unneeded patches

Bernard Johnson bjohnson at fedoraproject.org
Sun Sep 12 20:50:22 UTC 2010


commit f197878cb004b20ba524cc68e4b3c27fb0807719
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Sep 12 14:50:07 2010 -0600

    - v 2.2.17
    - drop unneeded patches

 .gitignore                                   |    1 +
 dbmail-2.2.16-backport-IMAP-ID.patch         |  113 -------------
 dbmail-2.2.16-imap-append-speedup.patch      |  217 --------------------------
 dbmail-2.2.16-inverse-pop3-list.patch        |   25 ---
 dbmail-2.2.16-spurious-imap-whitespace.patch |   33 ----
 dbmail-2.2.16-update-asciidocs.patch         |   57 -------
 dbmail.spec                                  |   19 +--
 sources                                      |    2 +-
 8 files changed, 7 insertions(+), 460 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d2e569..736e5df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dbmail-2.2.15.tar.bz2
 dbmail-2.2.16.tar.bz2
+/dbmail-2.2.17.tar.bz2
diff --git a/dbmail.spec b/dbmail.spec
index 2dd19b3..50436ab 100644
--- a/dbmail.spec
+++ b/dbmail.spec
@@ -9,7 +9,7 @@
 %define         services dbmail-imapd dbmail-pop3d dbmail-lmtpd dbmail-timsieved
 
 Name:           dbmail
-Version:        2.2.16
+Version:        2.2.17
 Release:        1%{?dist}
 Summary:        A database backed mail storage system
 
@@ -34,12 +34,6 @@ Source7:        README.fedora
 Patch0:         dbmail-2.2.14-glib2-version.patch
 Patch1:         dbmail-2.2.14-reverse-md5-implementation.patch
 
-Patch2:         dbmail-2.2.16-spurious-imap-whitespace.patch
-Patch3:         dbmail-2.2.16-backport-IMAP-ID.patch
-Patch4:         dbmail-2.2.16-update-asciidocs.patch
-Patch5:         dbmail-2.2.16-imap-append-speedup.patch
-Patch6:         dbmail-2.2.16-inverse-pop3-list.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?with_gmime22}
@@ -54,8 +48,6 @@ BuildRequires:  libsieve-devel >= 2.1.13
 BuildRequires:  mysql-devel >= 4.1.3, postgresql-devel
 BuildRequires:  openldap-devel
 BuildRequires:  sqlite-devel >= 3
-# Required by dbmail-2.2.16-update-asciidocs.patch
-BuildRequires:  asciidoc, xmlto
 
 Requires:       glib2 >= 2.8, logrotate, initscripts, vixie-cron
 Requires:       initscripts
@@ -87,11 +79,6 @@ installation and configuration in Fedora.
 # Note the use of -R to reverse this patch
 %patch1 -R -p1 -b .md5-implementation
 %endif
-%patch2 -p1 -b .spurious-imap-whitespace
-%patch3 -p1 -b .backport-IMAP-ID
-%patch4 -p1 -b .update-asciidocs
-%patch5 -p1 -b .imap-append-speedup
-%patch6 -p1 -b .inverse-pop3-list
 
 # we don't need README.solaris and we don't want it caught up in the %%doc
 # README* wildcard - but we do want our shiny new README.fedora file to be
@@ -252,6 +239,10 @@ This is the postgresql libraries for dbmail.
 %{_libdir}/dbmail/libpgsql*
 
 %changelog
+* Sun Sep 12 2010 Bernard Johnson <bjohnson at symetrix.com> - 2.2.17-1
+- v 2.2.17
+- drop unneeded patches
+
 * Sun Aug 08 2010 Bernard Johnson <bjohnson at symetrix.com> - 2.2.16-1
 - v 2.2.16
 - drop unneeded patches
diff --git a/sources b/sources
index c3e2cc2..1f3c40e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53a85a2b47d544988e2f9bc17b173f2e  dbmail-2.2.16.tar.bz2
+50c41ecae16f1789627a1255ce83e135  dbmail-2.2.17.tar.bz2


More information about the scm-commits mailing list