[perl-MooseX-LazyRequire] update to 0.09
by Iain Arnell
commit d2510940260b1de7b1414f296a6c1efa311a8dc4
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Sat Jan 5 12:32:10 2013 -0700
update to 0.09
.gitignore | 1 +
perl-MooseX-LazyRequire.spec | 14 +++++++++-----
sources | 2 +-
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c8566f..2b3343c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
MooseX-LazyRequire-0.06.tar.gz
/MooseX-LazyRequire-0.07.tar.gz
/MooseX-LazyRequire-0.08.tar.gz
+/MooseX-LazyRequire-0.09.tar.gz
diff --git a/perl-MooseX-LazyRequire.spec b/perl-MooseX-LazyRequire.spec
index 1ad8182..530f053 100644
--- a/perl-MooseX-LazyRequire.spec
+++ b/perl-MooseX-LazyRequire.spec
@@ -1,5 +1,5 @@
Name: perl-MooseX-LazyRequire
-Version: 0.08
+Version: 0.09
Release: 1%{?dist}
Summary: Required attributes which fail only when trying to use them
License: GPL+ or Artistic
@@ -14,10 +14,11 @@ BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Exporter)
BuildRequires: perl(Moose::Role)
-BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(namespace::autoclean)
+BuildRequires: perl(strict)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
@@ -36,11 +37,11 @@ rm -f t/00-check-deps.t
make %{?_smp_mflags}
%install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
%check
make test
@@ -51,6 +52,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sat Jan 05 2013 Iain Arnell <iarnell(a)gmail.com> 0.09-1
+- update to latest upstream version
+
* Sat Jul 21 2012 Iain Arnell <iarnell(a)gmail.com> 0.08-1
- update to latest upstream version
diff --git a/sources b/sources
index 20c00b6..2694b48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-665b784460d39567bf67593120915147 MooseX-LazyRequire-0.08.tar.gz
+33bb0bc6a0d1498b30e479cc5adbf8cb MooseX-LazyRequire-0.09.tar.gz
10 years, 11 months
[perl-MooseX-Has-Options] update to 0.003
by Iain Arnell
commit 3ade9cdb9c532cd53927ce3b46bce8e565487afa
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Sat Jan 5 12:23:43 2013 -0700
update to 0.003
.gitignore | 1 +
perl-MooseX-Has-Options.spec | 11 ++++++++---
sources | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b1104a..b2ba277 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/MooseX-Has-Options-0.002.tar.gz
+/MooseX-Has-Options-0.003.tar.gz
diff --git a/perl-MooseX-Has-Options.spec b/perl-MooseX-Has-Options.spec
index a83f6ae..c5465c6 100644
--- a/perl-MooseX-Has-Options.spec
+++ b/perl-MooseX-Has-Options.spec
@@ -1,19 +1,21 @@
Name: perl-MooseX-Has-Options
-Version: 0.002
-Release: 3%{?dist}
+Version: 0.003
+Release: 1%{?dist}
Summary: Succinct options for Moose
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/MooseX-Has-Options/
Source0: http://www.cpan.org/authors/id/P/PS/PSHANGOV/MooseX-Has-Options-%{version...
BuildArch: noarch
-BuildRequires: perl(Carp)
+BuildRequires: perl(Class::Load)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
+BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(Package::Stash) >= 0.18
+BuildRequires: perl(String::RewritePrefix)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Most)
@@ -56,6 +58,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Sat Jan 05 2013 Iain Arnell <iarnell(a)gmail.com> 0.003-1
+- update to latest upstream version
+
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.002-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 1966083..9d7130e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ea980a6321d664b9948a95d58807f4c MooseX-Has-Options-0.002.tar.gz
+c17d67c67dea5f6916f04ea398f55509 MooseX-Has-Options-0.003.tar.gz
10 years, 11 months
[perl-Test-NoWarnings] update to 1.04
by Iain Arnell
commit 7988635268a0097e407b1a817f8d1b1354693cd0
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Sat Jan 5 12:20:01 2013 -0700
update to 1.04
.gitignore | 1 +
perl-Test-NoWarnings.spec | 20 ++++++++------------
sources | 2 +-
3 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ba1de0..f077aad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
Test-NoWarnings-0.084.tar.gz
/Test-NoWarnings-1.02.tar.gz
+/Test-NoWarnings-1.04.tar.gz
diff --git a/perl-Test-NoWarnings.spec b/perl-Test-NoWarnings.spec
index fdf720f..8690971 100644
--- a/perl-Test-NoWarnings.spec
+++ b/perl-Test-NoWarnings.spec
@@ -1,12 +1,11 @@
Name: perl-Test-NoWarnings
-Version: 1.02
-Release: 7%{?dist}
+Version: 1.04
+Release: 1%{?dist}
Summary: Make sure you didn't emit any warnings while testing
License: LGPLv2+
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-NoWarnings/
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Carp)
BuildRequires: perl(Devel::StackTrace)
@@ -21,7 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
In general, your tests shouldn't produce warnings. This module causes any
warnings to be captured and stored. It automatically adds an extra test
that will run when your script ends to check that there were no warnings.
-If there were any warings, the test will give a "not ok" and diagnostics of
+If there were any warnings, the test will give a "not ok" and diagnostics of
where, when and what the warning was, including a stack trace of what was
going on when the it occurred.
@@ -33,28 +32,25 @@ going on when the it occurred.
make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+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/*
%check
make test
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%files
-%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
+* Sat Jan 05 2013 Iain Arnell <iarnell(a)gmail.com> 1.04-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
* Thu Nov 08 2012 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.02-7
- Update dependencies
diff --git a/sources b/sources
index bff6d38..353dbe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c5ae5613c66d6b5e4f0799085571a64 Test-NoWarnings-1.02.tar.gz
+682ed043f7d3e38f3dfd8745fd21c49a Test-NoWarnings-1.04.tar.gz
10 years, 11 months
[perl-Class-Method-Modifiers] update to 2.00
by Iain Arnell
commit 2efb4c3cb0e64415433fa6d1268df8b3786daeb6
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Sat Jan 5 12:06:18 2013 -0700
update to 2.00
.gitignore | 1 +
perl-Class-Method-Modifiers.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b484be..392c55c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Class-Method-Modifiers-1.05.tar.gz
/Class-Method-Modifiers-1.09.tar.gz
/Class-Method-Modifiers-1.10.tar.gz
/Class-Method-Modifiers-1.12.tar.gz
+/Class-Method-Modifiers-2.00.tar.gz
diff --git a/perl-Class-Method-Modifiers.spec b/perl-Class-Method-Modifiers.spec
index d97135c..28cf745 100644
--- a/perl-Class-Method-Modifiers.spec
+++ b/perl-Class-Method-Modifiers.spec
@@ -1,10 +1,10 @@
Name: perl-Class-Method-Modifiers
Summary: Provides Moose-like method modifiers
-Version: 1.12
+Version: 2.00
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
-Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-...
+Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers...
URL: http://search.cpan.org/dist/Class-Method-Modifiers
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
@@ -59,6 +59,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
+* Sat Jan 05 2013 Iain Arnell <iarnell(a)gmail.com> 2.00-1
+- update to latest upstream version
+
* Sun Oct 28 2012 Iain Arnell <iarnell(a)gmail.com> 1.12-1
- update to latest upstream version
diff --git a/sources b/sources
index 89f1e28..e6bee3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a68d49fcf382293c3a017a95d12337a9 Class-Method-Modifiers-1.12.tar.gz
+f4d451a28f42f7fc0dec0ff3714f6a66 Class-Method-Modifiers-2.00.tar.gz
10 years, 11 months