diff --git a/.gitignore b/.gitignore index 2596235..fe2b3ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Catalyst-View-Email-0.30.tar.gz /Catalyst-View-Email-0.31.tar.gz +/Catalyst-View-Email-0.33.tar.gz diff --git a/perl-Catalyst-View-Email.spec b/perl-Catalyst-View-Email.spec index 465b12e..39cbd5f 100644 --- a/perl-Catalyst-View-Email.spec +++ b/perl-Catalyst-View-Email.spec @@ -1,6 +1,6 @@ Name: perl-Catalyst-View-Email -Version: 0.31 -Release: 8%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: Send Email from Catalyst License: GPL+ or Artistic Group: Development/Libraries @@ -46,7 +46,6 @@ make %{?_smp_mflags} make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* @@ -54,12 +53,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; TEST_POD=yep make test %files -%defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Feb 15 2013 Iain Arnell 0.33-1 +- update to latest upstream version + * Thu Feb 14 2013 Fedora Release Engineering - 0.31-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 8d172ce..5ffd9dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80637fb52e156f133105fe8fd7f956ab Catalyst-View-Email-0.31.tar.gz +caf1c07df00ced9e5be5a44cd21d0325 Catalyst-View-Email-0.33.tar.gz