diff --git a/.gitignore b/.gitignore index 61d9c86..e2563c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Catalyst-Plugin-Session-Store-DBIC-0.12.tar.gz +/Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz diff --git a/perl-Catalyst-Plugin-Session-Store-DBIC.spec b/perl-Catalyst-Plugin-Session-Store-DBIC.spec index fdb4046..edd770e 100644 --- a/perl-Catalyst-Plugin-Session-Store-DBIC.spec +++ b/perl-Catalyst-Plugin-Session-Store-DBIC.spec @@ -1,11 +1,11 @@ Name: perl-Catalyst-Plugin-Session-Store-DBIC -Version: 0.12 -Release: 6%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Store your sessions via DBIx::Class License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/ -Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Catalyst-Plugin-Session-Store-DBIC-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Session-Store-DBIC-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Catalyst) >= 5.65000 @@ -50,7 +50,6 @@ make %{?_smp_mflags} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* @@ -63,6 +62,14 @@ TEST_POD=1 make test %{_mandir}/man3/* %changelog +* Sat Aug 10 2013 Paul Howarth - 0.14-1 +- Update to 0.14: + - Don't use %%ENV for passing data structures to tests; this fixes the tests + on Perl 5.18, which stringifies %%ENV values immediately (CPAN RT#86148) + - Fix repository metadata (CPAN RT#87249) +- Don't need to remove empty directories from the buildroot +- This release by BOBTFISH -> update source URL + * Sat Aug 03 2013 Fedora Release Engineering - 0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6d1f91d..a842117 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae13f2cbae763eef1bbad7abcd4f618d Catalyst-Plugin-Session-Store-DBIC-0.12.tar.gz +8075626aa269768481f15eb2059014ff Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz