rpms/perl-Mail-Box/EL-5 perl-Mail-Box.spec,1.2,1.3 sources,1.3,1.4

Tom Callaway spot at fedoraproject.org
Wed Sep 9 15:34:35 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/perl-Mail-Box/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9448/EL-5

Modified Files:
	perl-Mail-Box.spec sources 
Log Message:
update to 2.091, fix missing dep


Index: perl-Mail-Box.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-Box/EL-5/perl-Mail-Box.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Mail-Box.spec	26 Aug 2007 16:24:44 -0000	1.2
+++ perl-Mail-Box.spec	9 Sep 2009 15:34:35 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           perl-Mail-Box
-Version:        2.073
+Version:        2.091
 Release:        1%{?dist}
 Summary:        Manage a mailbox, a folder with messages
 Group:          Development/Libraries
@@ -16,7 +16,10 @@ BuildRequires:  perl(HTML::FormatText), 
 BuildRequires:  perl(Errno), perl(Object::Realize::Later), perl(Mail::Address), perl(MIME::Types)
 BuildRequires:  perl(Sys::Hostname), perl(Test::More), perl(Test::Harness), perl(MIME::Base64)
 BuildRequires:  perl(URI), perl(IO::Scalar), perl(Digest::HMAC_MD5), perl(User::Identity)
-BuildRequires:  perl(Time::Zone), perl(Email::Abstract), perl(Email::Simple)
+BuildRequires:  perl(Time::Zone), perl(Email::Simple), perl(Text::Autoformat)
+BuildRequires:  perl(Email::Abstract)
+# When perl(TAP::Harness) shows up, uncomment this, and re-enable the tests.
+BuildRequires:  perl(TAP::Harness)
 BuildArch:      noarch
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -31,6 +34,9 @@ Provides: perl(Mail::Message::Construct:
 Provides: perl(Mail::Message::Construct::Reply) = %{version}
 Provides: perl(Mail::Message::Construct::Text) = %{version}
 
+# I'm also not sure why this requirement isn't getting picked up automatically.
+Requires: perl(Object::Realize::Later)
+
 %description
 The Mail::Box folder is a modern mail-folder manager -- at least at
 the moment of this writing ;)  It is written to replace Mail::Folder,
@@ -40,7 +46,7 @@ although its interface is different.
 %setup -q -n Mail-Box-%{version}
 
 %build
-yes n |%{__perl} Makefile.PL INSTALLDIRS=vendor
+yes y |%{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
@@ -62,8 +68,7 @@ recode()
 recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Message::Field.3pm iso-8859-1
 
 %check
-# We can't do this, perl(Test::Harness) is too old. :/
-# make test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -75,6 +80,39 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Sep  9 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.091-1
+- update to 2.091
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.087-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.087-1
+- update to 2.087
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.084-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Nov  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.084-1
+- update to 2.084
+
+* Thu Jun  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.082-1
+- update to 2.082
+
+* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-5
+- Rebuild second pass, tests enabled
+
+* Sun Mar  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-4
+- Rebuild, first pass, disable tests, BR on Email::Abstract
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-3
+- Rebuild for perl 5.10 (again)
+
+* Sat Feb  2 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-2
+- rebuild for new perl
+
+* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-1.1
+- first rebuild pass, break look with Email::Abstract
+
 * Sun Aug 26 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.073-1
 - 2.073
 - license fix


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Mail-Box/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	26 Aug 2007 16:24:44 -0000	1.3
+++ sources	9 Sep 2009 15:34:35 -0000	1.4
@@ -1,2 +1 @@
-f6b0da296a582e06880f93f166f57bb7  Mail-Box-2.070.tar.gz
-b8811e618cd57b0c343e0426889989c0  Mail-Box-2.073.tar.gz
+8e8b979d186037636d2111572c2fc467  Mail-Box-2.091.tar.gz




More information about the Fedora-perl-devel-list mailing list