2006-09-08 16:30:44 +00:00
|
|
|
Name: perl-Moose
|
|
|
|
Summary: Complete modern object system for Perl 5
|
2011-06-25 13:29:13 +00:00
|
|
|
Version: 2.0010
|
2011-07-20 00:44:48 +00:00
|
|
|
Release: 2%{?dist}
|
2007-10-15 04:47:41 +00:00
|
|
|
License: GPL+ or Artistic
|
2006-09-08 16:30:44 +00:00
|
|
|
Group: Development/Libraries
|
2011-06-25 13:29:13 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Moose-%{version}.tar.gz
|
2010-02-13 06:18:47 +00:00
|
|
|
URL: http://search.cpan.org/dist/
|
2010-02-20 03:26:50 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2006-09-08 16:30:44 +00:00
|
|
|
|
2011-04-22 12:58:06 +00:00
|
|
|
# Class::MOP is now included in Moose itself
|
|
|
|
Obsoletes: perl-Class-MOP <= 1.12-2.fc15
|
2011-04-23 09:46:43 +00:00
|
|
|
Obsoletes: perl-Class-MOP-tests <= 1.12-2.fc15
|
2011-04-22 12:58:06 +00:00
|
|
|
|
|
|
|
# configure
|
|
|
|
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
2011-05-03 03:07:55 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
2011-04-22 12:58:06 +00:00
|
|
|
|
|
|
|
# develop
|
|
|
|
BuildRequires: perl(Algorithm::C3)
|
|
|
|
# our version is too old
|
|
|
|
#BuildRequires: perl(DBM::Deep) >= 1.0003
|
|
|
|
BuildRequires: perl(DateTime)
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(DateTime::Calendar::Mayan)
|
2009-05-19 05:12:57 +00:00
|
|
|
BuildRequires: perl(DateTime::Format::MySQL)
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(Declare::Constraints::Simple)
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(File::Find::Rule)
|
2009-05-19 05:12:57 +00:00
|
|
|
BuildRequires: perl(HTTP::Headers)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(IO::String)
|
2011-04-03 10:04:11 +00:00
|
|
|
BuildRequires: perl(Locale::US)
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(Module::Info)
|
2007-04-07 18:44:52 +00:00
|
|
|
BuildRequires: perl(Module::Refresh)
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(Params::Coerce)
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(Regexp::Common)
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(Test::Deep)
|
2011-04-22 12:58:06 +00:00
|
|
|
# author test - we almost certainly don't want this in mock!
|
2011-04-23 08:48:50 +00:00
|
|
|
#BuildRequires: perl(Test::DependentModules) >= 0.09
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(Test::Inline)
|
|
|
|
BuildRequires: perl(Test::LeakTrace)
|
|
|
|
BuildRequires: perl(Test::Output)
|
|
|
|
BuildRequires: perl(URI)
|
|
|
|
# not decalared in META.json
|
|
|
|
BuildRequires: perl(SUPER) >= 1.10
|
|
|
|
|
|
|
|
# test
|
2011-01-24 11:26:52 +00:00
|
|
|
BuildRequires: perl(Test::Fatal) >= 0.001
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2010-10-05 15:25:38 +00:00
|
|
|
BuildRequires: perl(Test::Requires) >= 0.05
|
2011-04-22 12:58:06 +00:00
|
|
|
|
|
|
|
# runtime
|
2011-05-20 03:31:29 +00:00
|
|
|
BuildRequires: perl(Data::OptList) >= 0.107
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(Devel::GlobalDestruction)
|
2011-04-23 08:48:50 +00:00
|
|
|
BuildRequires: perl(Eval::Closure) >= 0.04
|
2011-04-22 12:58:06 +00:00
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.12
|
|
|
|
BuildRequires: perl(MRO::Compat) >= 0.05
|
|
|
|
BuildRequires: perl(Package::DeprecationManager) >= 0.10
|
|
|
|
BuildRequires: perl(Package::Stash) >= 0.21
|
|
|
|
BuildRequires: perl(Package::Stash::XS) >= 0.18
|
|
|
|
BuildRequires: perl(Params::Util) >= 1.00
|
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.19
|
|
|
|
BuildRequires: perl(Sub::Exporter) >= 0.980
|
|
|
|
BuildRequires: perl(Sub::Name) >= 0.05
|
|
|
|
BuildRequires: perl(Task::Weaken)
|
2010-02-13 06:18:47 +00:00
|
|
|
BuildRequires: perl(Try::Tiny) >= 0.02
|
2006-09-08 16:30:44 +00:00
|
|
|
|
2011-04-22 12:58:06 +00:00
|
|
|
# develop
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Algorithm::C3)}
|
|
|
|
# our version is too old
|
|
|
|
# perl(DBM::Deep) >= 1.0003
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(DateTime)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(DateTime::Calendar::Mayan)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(DateTime::Format::MySQL)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Declare::Constraints::Simple)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(File::Find::Rule)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(HTTP::Headers)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(IO::File)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(IO::String)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Locale::US)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Module::Info)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Module::Refresh)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Params::Coerce)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Regexp::Common)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::Deep)}
|
|
|
|
# author test - and not in fedora yet
|
2011-04-23 08:48:50 +00:00
|
|
|
# perl(Test::DependentModules) >= 0.09
|
2011-04-22 12:58:06 +00:00
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::Inline)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::LeakTrace)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::Output)}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(URI)}
|
|
|
|
# not decalared in META.json
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(SUPER) >= 1.10}
|
|
|
|
|
|
|
|
# test
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::Fatal) >= 0.001}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::More) >= 0.88}
|
|
|
|
%{?tests_subpackage_requires:%tests_subpackage_requires perl(Test::Requires) >= 0.05}
|
|
|
|
|
|
|
|
|
2011-05-20 03:31:29 +00:00
|
|
|
Requires: perl(Data::OptList) >= 0.107
|
2011-04-26 14:48:19 +00:00
|
|
|
Requires: perl(Dist::CheckConflicts) >= 0.02
|
|
|
|
|
2011-04-22 12:58:06 +00:00
|
|
|
# hidden from PAUSE
|
|
|
|
Provides: perl(Moose::Conflicts)
|
2009-07-27 22:32:12 +00:00
|
|
|
|
2010-03-20 17:46:23 +00:00
|
|
|
|
2009-09-19 18:39:55 +00:00
|
|
|
%{?perl_default_filter}
|
2011-04-22 12:58:06 +00:00
|
|
|
%{?perl_default_subpackage_tests:%perl_subpackage_tests t/ benchmark/}
|
2009-05-19 05:12:57 +00:00
|
|
|
|
2006-09-08 16:30:44 +00:00
|
|
|
%description
|
|
|
|
Moose is an extension of the Perl 5 object system.
|
|
|
|
|
2010-03-20 17:46:23 +00:00
|
|
|
The main goal of Moose is to make Perl 5 Object Oriented programming easier,
|
|
|
|
more consistent and less tedious. With Moose you can to think more about what
|
|
|
|
you want to do and less about the mechanics of OOP.
|
2006-10-10 15:53:46 +00:00
|
|
|
|
2010-03-20 17:46:23 +00:00
|
|
|
Additionally, Moose is built on top of Class::MOP, which is a metaclass system
|
|
|
|
for Perl 5. This means that Moose not only makes building normal Perl 5
|
|
|
|
objects better, but it provides the power of metaclass programming as well.
|
|
|
|
Moose is different from other Perl 5 object systems because it is not a new
|
|
|
|
system, but instead an extension of the existing one.
|
2006-10-10 15:53:46 +00:00
|
|
|
|
2009-06-23 05:46:24 +00:00
|
|
|
%package -n perl-Test-Moose
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Test functions for Moose specific features
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n perl-Test-Moose
|
|
|
|
This module provides some useful test functions for Moose based classes.
|
|
|
|
It is an experimental first release, so comments and suggestions are
|
|
|
|
very welcome.
|
|
|
|
|
2006-09-08 16:30:44 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n Moose-%{version}
|
|
|
|
|
2007-11-26 05:54:38 +00:00
|
|
|
%build
|
2010-03-20 17:46:23 +00:00
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
2007-11-26 05:54:38 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
2006-09-08 16:30:44 +00:00
|
|
|
%install
|
2010-02-06 01:36:46 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
2010-03-20 17:46:23 +00:00
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
2006-09-08 16:30:44 +00:00
|
|
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
%check
|
2010-05-07 06:58:21 +00:00
|
|
|
make test
|
2006-09-08 16:30:44 +00:00
|
|
|
|
2010-03-20 17:46:23 +00:00
|
|
|
|
2006-09-08 16:30:44 +00:00
|
|
|
%files
|
2011-04-22 12:58:06 +00:00
|
|
|
%doc Changes Changes.Class-MOP LICENSE README TODO doap.rdf
|
2010-01-20 05:33:57 +00:00
|
|
|
%{perl_vendorarch}/*
|
2010-02-06 01:36:46 +00:00
|
|
|
%exclude %dir %{perl_vendorarch}/auto/
|
2006-09-08 16:30:44 +00:00
|
|
|
%{_mandir}/man3/*
|
2011-04-22 12:58:06 +00:00
|
|
|
%{_bindir}/moose-outdated
|
|
|
|
%exclude %{perl_vendorarch}/Test
|
2009-06-23 05:46:24 +00:00
|
|
|
%exclude %{_mandir}/man3/Test::Moose*
|
|
|
|
|
|
|
|
%files -n perl-Test-Moose
|
2010-01-20 05:33:57 +00:00
|
|
|
%{perl_vendorarch}/Test
|
2009-06-23 05:46:24 +00:00
|
|
|
%{_mandir}/man3/Test::Moose*
|
2006-09-08 16:30:44 +00:00
|
|
|
|
|
|
|
%changelog
|
2011-07-20 00:44:48 +00:00
|
|
|
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 2.0010-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-06-25 13:29:13 +00:00
|
|
|
* Sat Jun 25 2011 Iain Arnell <iarnell@gmail.com> 2.0010-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-05-20 03:31:29 +00:00
|
|
|
* Fri May 20 2011 Iain Arnell <iarnell@gmail.com> 2.0007-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-05-03 16:54:12 +00:00
|
|
|
* Tue May 03 2011 Iain Arnell <iarnell@gmail.com> 2.0002-2
|
|
|
|
- drop unnecessary BR perl(Devel::PartialDump)
|
|
|
|
|
2011-05-03 03:07:55 +00:00
|
|
|
* Tue May 03 2011 Iain Arnell <iarnell@gmail.com> 2.0002-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-04-26 14:48:19 +00:00
|
|
|
* Tue Apr 26 2011 Iain Arnell <iarnell@gmail.com> 2.0001-3
|
|
|
|
- add explicit perl(Dist::CheckConflicts) requirement
|
|
|
|
|
2011-04-23 09:46:43 +00:00
|
|
|
* Sat Apr 23 2011 Iain Arnell <iarnell@gmail.com> 2.0001-2
|
|
|
|
- obsolete perl-Class-MOP-tests too
|
|
|
|
|
2011-04-23 08:48:50 +00:00
|
|
|
* Sat Apr 23 2011 Iain Arnell <iarnell@gmail.com> 2.0001-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-04-22 12:58:06 +00:00
|
|
|
* Fri Apr 22 2011 Iain Arnell <iarnell@gmail.com> 2.00-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- regenerate BuildRequires from META.json
|
|
|
|
- obsoletes perl-Class-MOP (now incluced in Moose itself)
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
2011-04-03 10:04:11 +00:00
|
|
|
* Sun Apr 03 2011 Iain Arnell <iarnell@gmail.com> 1.25-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-03-05 08:14:02 +00:00
|
|
|
* Sat Mar 05 2011 Iain Arnell <iarnell@gmail.com> 1.24-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-02-17 04:13:07 +00:00
|
|
|
* Thu Feb 17 2011 Iain Arnell <iarnell@gmail.com> 1.23-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
2011-02-09 03:29:19 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-24 11:26:52 +00:00
|
|
|
* Mon Jan 24 2011 Iain Arnell <iarnell@gmail.com> 1.21-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- update R/BR perl(Class::MOP) >= 1.11
|
|
|
|
- update R/BR perl(Params::Util) >= 1.00
|
|
|
|
- update R/BR perl(Package::DeprecationManager) >= 0.10
|
|
|
|
- new BR perl(Test::Fatal) >= 0.001
|
|
|
|
- drop old BR perl(Test::Exception)
|
|
|
|
|
2010-10-09 04:50:15 +00:00
|
|
|
* Sat Oct 09 2010 Iain Arnell <iarnell@gmail.com> 1.15-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- update BR perl(Class::MOP) >= 1.09
|
|
|
|
- new BR perl(Params:Util)
|
|
|
|
|
2010-10-05 15:25:38 +00:00
|
|
|
* Tue Oct 05 2010 Iain Arnell <iarnell@gmail.com> 1.14-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- update BR perl(Class:MOP) >= 1.05
|
|
|
|
- new BR perl(Test::Requires) >= 0.05
|
|
|
|
- new R/BR perl(Package::DeprecationManager) >= 0.04
|
|
|
|
|
2010-07-03 12:37:23 +00:00
|
|
|
* Sat Jul 03 2010 Iain Arnell <iarnell@gmail.com> 1.08-1
|
|
|
|
- update to latest upstream
|
|
|
|
- update BR perl(Class:MOP) >= 1.02
|
|
|
|
|
2010-05-07 06:58:21 +00:00
|
|
|
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.03-1
|
|
|
|
- update
|
|
|
|
|
2010-05-04 07:56:04 +00:00
|
|
|
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-1
|
2010-05-03 10:39:00 +00:00
|
|
|
- Mass rebuild with perl-5.12.0
|
2010-05-04 07:53:13 +00:00
|
|
|
- switch off tests for meantime, needs Class::ISA
|
2010-05-03 10:39:00 +00:00
|
|
|
|
2010-04-30 14:45:07 +00:00
|
|
|
* Fri Apr 30 2010 Marclea Mašláňová <mmaslano@redhat.com> 1.01-1
|
|
|
|
- update
|
|
|
|
|
2010-03-20 17:46:23 +00:00
|
|
|
* Fri Mar 12 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.99-1
|
|
|
|
- update by Fedora::App::MaintainerTools 0.006
|
|
|
|
- updating to latest GA CPAN version (0.99)
|
|
|
|
|
2010-02-20 03:26:50 +00:00
|
|
|
* Sat Feb 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.98-1
|
|
|
|
- update by Fedora::App::MaintainerTools 0.003
|
|
|
|
|
2010-02-13 06:18:47 +00:00
|
|
|
* Sat Feb 13 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.96-1
|
|
|
|
- auto-update by cpan-spec-update 0.002
|
|
|
|
- dropped old BR on perl(UNIVERSAL::require)
|
|
|
|
- dropped old BR on perl(Sub::Install)
|
|
|
|
- dropped old BR on perl(Test::LongString)
|
|
|
|
- dropped old BR on perl(Filter::Simple)
|
|
|
|
|
2010-02-06 01:36:46 +00:00
|
|
|
* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.94-3
|
|
|
|
- PERL_INSTALL_ROOT => DESTDIR
|
|
|
|
- add perl_default_subpackage_tests
|
|
|
|
- properly exclude vendorarch/auto/ directory
|
|
|
|
- add br on DateTime::Calendar::Mayan
|
|
|
|
|
2010-01-20 05:33:57 +00:00
|
|
|
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.94-2
|
|
|
|
- we're not noarch anymore :)
|
|
|
|
|
2010-01-20 04:26:05 +00:00
|
|
|
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.94-1
|
|
|
|
- auto-update to 0.94 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.94 => 0.98)
|
|
|
|
- altered req on perl(Class::MOP) (0.94 => 0.98)
|
|
|
|
|
2009-12-07 00:08:14 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.92-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-09-27 01:45:47 +00:00
|
|
|
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.92-1
|
|
|
|
- auto-update to 0.92 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.93 => 0.94)
|
|
|
|
- altered req on perl(Class::MOP) (0.93 => 0.94)
|
|
|
|
|
2009-09-19 18:39:55 +00:00
|
|
|
* Fri Sep 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.90-1
|
|
|
|
- switch filtering systems...
|
|
|
|
- auto-update to 0.90 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.92 => 0.93)
|
|
|
|
- altered br on perl(Test::More) (0.77 => 0.88)
|
|
|
|
- added a new br on perl(Try::Tiny) (version 0.02)
|
|
|
|
- altered req on perl(Class::MOP) (0.92 => 0.93)
|
|
|
|
- added a new req on perl(Try::Tiny) (version 0.02)
|
|
|
|
|
2009-08-19 02:40:03 +00:00
|
|
|
* Wed Aug 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.89-1
|
|
|
|
- auto-update to 0.89 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.89 => 0.92)
|
|
|
|
- altered req on perl(Class::MOP) (0.89 => 0.92)
|
|
|
|
|
2009-07-27 22:32:12 +00:00
|
|
|
* Mon Jul 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.88-1
|
|
|
|
- auto-update to 0.88 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.85 => 0.89)
|
|
|
|
- altered br on perl(Sub::Exporter) (0.972 => 0.980)
|
|
|
|
- added a new req on perl(Carp) (version 0)
|
|
|
|
- added a new req on perl(Class::MOP) (version 0.89)
|
|
|
|
- added a new req on perl(Data::OptList) (version 0)
|
|
|
|
- added a new req on perl(List::MoreUtils) (version 0.12)
|
|
|
|
- added a new req on perl(Scalar::Util) (version 1.19)
|
|
|
|
- added a new req on perl(Sub::Exporter) (version 0.980)
|
|
|
|
- added a new req on perl(Sub::Name) (version 0)
|
|
|
|
- added a new req on perl(Task::Weaken) (version 0)
|
|
|
|
|
2009-07-26 11:23:31 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.81-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-23 05:46:24 +00:00
|
|
|
* Mon Jun 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.81-2
|
|
|
|
- split off Test::Moose
|
|
|
|
|
2009-06-09 08:29:05 +00:00
|
|
|
* Tue Jun 09 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.81-1
|
|
|
|
- auto-update to 0.81 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Class::MOP) (0.83 => 0.85)
|
|
|
|
|
2009-06-07 22:18:32 +00:00
|
|
|
* Sun Jun 07 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.80-1
|
|
|
|
- auto-update to 0.80 (by cpan-spec-update 0.01)
|
|
|
|
|
2009-05-19 05:12:57 +00:00
|
|
|
* Tue May 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.79-1
|
|
|
|
- auto-update to 0.79 (by cpan-spec-update 0.01)
|
|
|
|
|
|
|
|
* Wed May 13 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.78-1
|
|
|
|
- auto-update to 0.78 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Test::Exception) (0.21 => 0.27)
|
|
|
|
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
|
|
|
|
- added a new br on perl(Sub::Name) (version 0)
|
|
|
|
- altered br on perl(Class::MOP) (0.81 => 0.83)
|
|
|
|
- altered br on perl(Sub::Exporter) (0.954 => 0.972)
|
|
|
|
- added a new br on perl(Carp) (version 0)
|
|
|
|
|
|
|
|
* Mon May 04 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.74-2
|
|
|
|
- switch filtering to a cleaner system
|
|
|
|
|
2009-04-19 00:52:24 +00:00
|
|
|
* Sat Apr 18 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.74-1
|
|
|
|
- update to 0.74
|
|
|
|
|
2009-04-02 06:22:47 +00:00
|
|
|
* Wed Apr 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.73-1
|
|
|
|
- update to 0.73
|
|
|
|
|
2009-03-08 21:06:52 +00:00
|
|
|
* Sun Mar 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.72-1
|
|
|
|
- update to 0.72
|
|
|
|
|
2009-02-26 22:14:10 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.71-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-23 06:17:57 +00:00
|
|
|
* Sun Feb 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.71-1
|
|
|
|
- update to 0.71
|
|
|
|
|
2009-01-05 04:17:35 +00:00
|
|
|
* Sun Jan 04 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.64-1
|
|
|
|
- update to 0.64
|
|
|
|
|
2008-12-29 00:36:07 +00:00
|
|
|
* Sun Dec 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.63-1
|
|
|
|
- update to 0.63
|
|
|
|
- bump br versions on Moose, List::MoreUtils
|
|
|
|
|
2008-12-07 04:53:16 +00:00
|
|
|
* Sat Dec 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.62-1
|
|
|
|
- update to 0.62
|
|
|
|
- new Task::Weaken and Class::MOP requirements
|
|
|
|
|
2008-11-09 02:07:24 +00:00
|
|
|
* Sat Nov 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.61-4
|
|
|
|
- aaaand drop them again, as it was really perl-Class-MOP's issue.
|
|
|
|
|
2008-11-08 22:50:50 +00:00
|
|
|
* Sat Nov 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.61-3
|
|
|
|
- same with Devel::GlobalDestruction (same RT as below)
|
|
|
|
|
2008-11-08 22:05:54 +00:00
|
|
|
* Sat Nov 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.61-2
|
|
|
|
- add Sub::Name as a build dep (RT#40772)
|
|
|
|
|
2008-11-08 21:55:04 +00:00
|
|
|
* Sat Nov 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.61-1
|
|
|
|
- update to 0.61
|
|
|
|
- update BR's
|
|
|
|
|
2008-09-06 22:21:34 +00:00
|
|
|
* Sat Sep 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.57-2
|
|
|
|
- add additional test BR's
|
|
|
|
|
2008-09-06 19:45:30 +00:00
|
|
|
* Sat Sep 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.57-1
|
|
|
|
- update to 0.57
|
|
|
|
|
2008-07-18 21:16:09 +00:00
|
|
|
* Fri Jul 18 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.54-1
|
|
|
|
- update to 0.54
|
|
|
|
|
2008-06-28 19:01:29 +00:00
|
|
|
* Sat Jun 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.51-1
|
|
|
|
- update to 0.51
|
|
|
|
|
2008-06-18 05:48:33 +00:00
|
|
|
* Tue Jun 17 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.50-1
|
|
|
|
- update to 0.50
|
|
|
|
- drop obviated test patch
|
|
|
|
|
2008-05-29 05:10:41 +00:00
|
|
|
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.44-2
|
|
|
|
- bump
|
|
|
|
|
2008-05-29 04:53:49 +00:00
|
|
|
* Wed May 21 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.44-1
|
|
|
|
- update to 0.44
|
|
|
|
|
2008-03-05 15:00:40 +00:00
|
|
|
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.33-3
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-01-07 16:40:12 +00:00
|
|
|
* Mon Jan 07 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.33-2
|
|
|
|
- remove *.orig files from t/ (BZ#427754)
|
|
|
|
|
2007-12-16 01:55:38 +00:00
|
|
|
* Sat Dec 15 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.33-1
|
|
|
|
- update to 0.33
|
|
|
|
|
2007-12-06 05:29:20 +00:00
|
|
|
* Wed Dec 05 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.32-1
|
|
|
|
- update to 0.32
|
|
|
|
|
2007-11-26 05:54:38 +00:00
|
|
|
* Sun Nov 25 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.30-1
|
|
|
|
- update to 0.30
|
|
|
|
|
|
|
|
* Sat Nov 17 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.29-1
|
|
|
|
- update to 0.29
|
|
|
|
- refactor to Module::Install
|
|
|
|
|
2007-10-15 04:47:41 +00:00
|
|
|
* Sun Oct 14 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.26-1
|
|
|
|
- udpate to 0.26
|
|
|
|
|
|
|
|
* Sat Aug 11 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.24-1
|
|
|
|
- update to 0.24
|
|
|
|
- license tag: GPL -> GPL+
|
|
|
|
- patch t/202_...t to write to a tmpdir rather than .
|
|
|
|
|
2007-06-01 00:46:47 +00:00
|
|
|
* Thu May 31 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.22-1
|
|
|
|
- update to 0.22
|
|
|
|
|
2007-05-04 16:21:07 +00:00
|
|
|
* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
|
|
|
|
- update to 0.21
|
|
|
|
|
|
|
|
* Tue May 01 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.20-2
|
|
|
|
- add t/ to %%doc
|
|
|
|
- add br for optional test #7
|
|
|
|
|
2007-04-07 18:44:52 +00:00
|
|
|
* Sat Apr 07 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.20-1
|
|
|
|
- update to 0.20
|
|
|
|
- add additional BR's for new optional tests
|
|
|
|
|
2007-03-23 15:59:03 +00:00
|
|
|
* Fri Mar 23 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.18-1
|
|
|
|
- Sub::Name only needed as a br for Moose < 0.18
|
|
|
|
- update to 0.18
|
|
|
|
|
2006-11-16 17:31:13 +00:00
|
|
|
* Thu Nov 16 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.17-2
|
|
|
|
- add IO::File and IO::String to br's for testing
|
|
|
|
|
2006-11-16 16:57:17 +00:00
|
|
|
* Thu Nov 16 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.17-1
|
|
|
|
- update to 0.17
|
|
|
|
|
2006-11-06 18:49:28 +00:00
|
|
|
* Mon Nov 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.15-1
|
|
|
|
- update to 0.15
|
|
|
|
|
2006-10-10 15:46:56 +00:00
|
|
|
* Tue Oct 10 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
|
|
|
|
- update to 0.14
|
|
|
|
- drop some cruft from the specfile
|
2006-10-10 15:53:46 +00:00
|
|
|
- make %%description a touch more verbose :)
|
2006-10-10 15:46:56 +00:00
|
|
|
|
2006-10-04 04:24:23 +00:00
|
|
|
* Tue Oct 03 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
|
|
|
|
- update to 0.13
|
|
|
|
|
2006-09-08 16:31:03 +00:00
|
|
|
* Fri Sep 08 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.12-2
|
|
|
|
- bump
|
|
|
|
|
2006-09-08 16:30:44 +00:00
|
|
|
* Sat Sep 02 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.12-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.69.1.
|