[maildrop] - Update to 2.8.1 - Add courier-unicode requirement

Brian C. Lane bcl at fedoraproject.org
Thu Feb 19 01:36:14 UTC 2015


commit f684cfee52235b7f389ea4ae12bdf6432ddb473f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Jan 28 17:00:45 2015 -0800

    - Update to 2.8.1
    - Add courier-unicode requirement

 .gitignore    |    2 ++
 maildrop.spec |   10 ++++++++--
 sources       |    4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c62fbb7..f9e43fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 /maildrop-2.6.0.tar.bz2.sig
 /maildrop-2.7.1.tar.bz2
 /maildrop-2.7.1.tar.bz2.sig
+/maildrop-2.8.1.tar.bz2
+/maildrop-2.8.1.tar.bz2.sig
diff --git a/maildrop.spec b/maildrop.spec
index 377d82c..9be6d75 100644
--- a/maildrop.spec
+++ b/maildrop.spec
@@ -2,8 +2,8 @@
 
 Summary: Mail delivery agent with filtering abilities
 Name: maildrop
-Version: 2.7.1
-Release: 3%{?dist}
+Version: 2.8.1
+Release: 1%{?dist}
 # Exception is explicit permission to link to OpenSSL
 License: GPLv2 with exceptions
 Group: System Environment/Daemons
@@ -13,10 +13,12 @@ Source1: http://prdownloads.sourceforge.net/courier/%{name}/%{version}/%{name}-%
 Source2: pubkey.maildrop
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: courier-unicode >= 1.1
 BuildRequires: automake, libtool, autoconf
 BuildRequires: gcc-c++, gdbm-devel, db4-devel, pcre-devel
 BuildRequires: gawk
 BuildRequires: gnupg
+BuildRequires: courier-unicode-devel >= 1.1
 #Once this is available uncomment and rebuild
 #BuildRequires: courier-authlib-devel
 
@@ -92,6 +94,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*.8*
 
 %changelog
+* Tue Feb 17 2015 Brian C. Lane <bcl at redhat.com> 2.8.1-1
+- Update to 2.8.1
+- Add courier-unicode requirement
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index f6617a5..ed7ae38 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-afe9e08faba1925ce707f6ae57aa27d8  maildrop-2.7.1.tar.bz2
-3cda258899083f8a38c53d61858b3c77  maildrop-2.7.1.tar.bz2.sig
+c71c5a3726fddf828afe5b6cea4dafa5  maildrop-2.8.1.tar.bz2
+ca38e2811e8136d1c7aa2a8c22d83b7a  maildrop-2.8.1.tar.bz2.sig


More information about the scm-commits mailing list