--- rpms/imp-h3/sme7/imp-h3.spec 2008/12/06 21:06:24 1.6 +++ rpms/imp-h3/sme7/imp-h3.spec 2009/02/21 17:20:30 1.8 @@ -1,4 +1,4 @@ -# $Id: imp-h3.spec,v 1.5 2008/06/26 04:40:53 slords Exp $ +# $Id: imp-h3.spec,v 1.7 2009/01/03 04:23:35 mrjhb3 Exp $ %define apachedir /etc/httpd %define apacheuser www @@ -7,7 +7,7 @@ Summary: The Internet Messaging Program: webmail access to IMAP/POP3 accounts. Name: imp-h3 -Version: 4.3 +Version: 4.3.3 Release: 1%{?dist} License: GPL Group: Applications/Horde @@ -18,7 +18,7 @@ BuildRoot: /tmp/imp-root Requires: php >= 4.3.0 Requires: php-imap >= 4.3.0 Requires: httpd >= 2.0.46 -Requires: horde >= 3.2 +Requires: horde >= 3.3 Obsoletes: imp Provides: imp Prereq: /usr/bin/perl @@ -35,7 +35,8 @@ This package contains customizations for and will probably not work properly on other Linux systems. %prep -%setup -q -n %{name}-%{version} +#%setup -q -n %{name}-%{version} +%setup -q -n imp-%{version} %build @@ -92,6 +93,12 @@ done %config %{contentdir}/html/horde/imp/config/*.xml %changelog +* Sat Feb 21 2009 John H. Bennett III 4.3.3-1 +- Updated to Imp 4.3.3 [SME: 4832] + +* Fri Jan 2 2009 John H. Bennett III 4.3.2-1 +- Updated to Imp 4.3.2 [SME: 4832] + * Sat Dec 06 2008 John H. Bennett III 4.3-1 - Updated to Imp 4.3 [SME: 4832]