[dbmail] v 3.0.2

Bernard Johnson bjohnson at fedoraproject.org
Mon Mar 19 04:27:53 UTC 2012


commit 57c2bc3e63e7647d4d832f37ad20bea173b051b8
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Mar 18 22:27:29 2012 -0600

    v 3.0.2

 .gitignore                               |    1 +
 dbmail-3.0.0-fix-deprecated-gmime.patch  |   12 ------------
 dbmail-3.0.0-xmlto-skip-validation.patch |   22 ----------------------
 dbmail.spec                              |   19 +++++++++----------
 sources                                  |    2 +-
 5 files changed, 11 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84200c0..0cffdff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /dbmail-3.0.0-rc1.tar.gz
 /dbmail-3.0.0-rc2.tar.gz
 /dbmail-3.0.0-rc3.tar.gz
+/dbmail-3.0.2.tar.gz
diff --git a/dbmail.spec b/dbmail.spec
index 9b14fa2..a8a6138 100644
--- a/dbmail.spec
+++ b/dbmail.spec
@@ -1,15 +1,15 @@
 %define         services dbmail-imapd dbmail-pop3d dbmail-lmtpd dbmail-timsieved
 
 Name:           dbmail
-Version:        3.0.0
-Release:        0.7.rc3%{?dist}
+Version:        3.0.2
+Release:        1%{?dist}
 Summary:        A database backed mail storage system
 
 Group:          System Environment/Daemons
 # db_getopot.c is licensed MIT
 License:        GPLv2+ and MIT
 URL:            http://www.dbmail.org
-Source0:        http://www.dbmail.org/download/3.0/dbmail-%{version}-rc3.tar.gz
+Source0:        http://www.dbmail.org/download/3.0/dbmail-%{version}.tar.gz
 Source1:        dbmail-imapd
 Source2:        dbmail-pop3d
 Source3:        dbmail-lmtpd
@@ -19,9 +19,7 @@ Source6:        dbmail.logrotate
 Source7:        README.fedora
 Source8:        dbmail.sysconfig
 
-Patch0:         dbmail-3.0.0-fix-deprecated-gmime.patch
-Patch1:         dbmail-3.0.0-xmlto-skip-validation.patch
-Patch2:         dbmail-3.0.0-glib.patch
+Patch0:         dbmail-3.0.0-glib.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -64,14 +62,12 @@ Please see /usr/share/doc/dbmail-*/README.fedora for specific information on
 installation and configuration in Fedora.
 
 %prep
-%setup -q -n %{name}-%{version}-rc3
+%setup -q
 
-%patch0 -p1 -b .fix-deprecated-gmime
-%patch1 -p1 -b .xmlto-skip-validation
 %if 0%{?rhel} && 0%{?rhel} > 5
 # Temporary patch - gmime is not adding flags for gmodule or gthread; add to
 # glib for now
-%patch2 -p1 -b .glib
+%patch0 -p1 -b .glib
 %endif
 
 # we don't need README.solaris and we don't want it caught up in the %%doc
@@ -194,6 +190,9 @@ dbmail.
 
 
 %changelog
+* Sun Mar 18 2012 Bernard Johnson <bjohnson at symetrix.com> - 3.0.2-1
+- 3.0.2
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.0-0.7.rc3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index d189861..7a109d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52c3b9aad310efc90a6a2fff0552f73e  dbmail-3.0.0-rc3.tar.gz
+eb32235abffdf967253ee9d004e0e4a9  dbmail-3.0.2.tar.gz


More information about the scm-commits mailing list