[perl-MooseX-AttributeHelpers] clean up spec for modern rpmbuild

2013-08-05 Thread Iain Arnell
commit f69733bf0471a152a0846f8e6e4ded7b7ada7c87
Author: Iain Arnell 
Date:   Mon Aug 5 12:43:09 2013 -0600

clean up spec for modern rpmbuild

 perl-MooseX-AttributeHelpers.spec |   28 
 1 files changed, 8 insertions(+), 20 deletions(-)
---
diff --git a/perl-MooseX-AttributeHelpers.spec 
b/perl-MooseX-AttributeHelpers.spec
index 6f0ff7e..d4c5e53 100644
--- a/perl-MooseX-AttributeHelpers.spec
+++ b/perl-MooseX-AttributeHelpers.spec
@@ -1,9 +1,8 @@
 Name:   perl-MooseX-AttributeHelpers
 Version:0.23
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Extended Moose attribute interfaces
 License:GPL+ or Artistic
-Group:  Development/Libraries
 URL:http://search.cpan.org/dist/MooseX-AttributeHelpers/
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-AttributeHelpers-%{version}.tar.gz
 # Perl 5.18 compatibility, CPAN RT#81564
@@ -21,6 +20,8 @@ BuildRequires:  perl(Test::More)  >= 0.62
 ### auto-added reqs!
 Requires:  perl(Moose) >= 0.56
 
+%?perl_default_filter
+
 %description
 While Moose attributes provide you with a way to name your accessors,
 readers, writers, clearers and predicates, this library provides commonly
@@ -30,43 +31,30 @@ used attribute helper methods for more specific types of 
data.
 %setup -q -n MooseX-AttributeHelpers-%{version}
 %patch0 -p1
 
-# first filter out the bits in _docdir...
-cat << \EOF > %{name}-prov
-#!/bin/sh
-FOO=`perl -p -e 's|%{buildroot}%{_docdir}/%{name}-%{version}\S+||'`
-%{__perl_provides} $FOO
-EOF
-
-%define __perl_provides 
%{_builddir}/MooseX-AttributeHelpers-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make install PERL_INSTALL_ROOT=%{buildroot}
+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}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 05 2013 Iain Arnell  0.23-11
+- clean up spec for modern rpmbuild
+- modernize dependency filtering
+
 * Fri Aug 02 2013 Petr Pisar  - 0.23-10
 - Perl 5.18 rebuild
 - Perl 5.18 compatibility (CPAN RT#81564)
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File System-Command-1.100.tar.gz uploaded to lookaside cache by iarnell

2013-06-21 Thread Iain Arnell
A file has been added to the lookaside cache for perl-System-Command:

4174aa91b6f032b97549ba9aec5dc714  System-Command-1.100.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Moose/f18] update to 2.0802

2013-05-17 Thread Iain Arnell
Summary of changes:

  cacf630... update to 2.0802 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Moose/f19] update to 2.0802

2013-05-17 Thread Iain Arnell
Summary of changes:

  cacf630... update to 2.0802 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-boolean/f18] (2 commits) ...update to 0.30

2013-04-19 Thread Iain Arnell
Summary of changes:

  a4b3654... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  7e028ee... update to 0.30 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-boolean/f19] update to 0.30

2013-04-19 Thread Iain Arnell
Summary of changes:

  7e028ee... update to 0.30 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-boolean] update to 0.30

2013-04-19 Thread Iain Arnell
commit 7e028ee68b15e93785274d09ed8f4c864b53927a
Author: Iain Arnell 
Date:   Fri Apr 19 10:29:18 2013 -0600

update to 0.30

 .gitignore|1 +
 perl-boolean.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c1adce..4c2c850 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ boolean-0.20.tar.gz
 /boolean-0.26.tar.gz
 /boolean-0.27.tar.gz
 /boolean-0.28.tar.gz
+/boolean-0.30.tar.gz
diff --git a/perl-boolean.spec b/perl-boolean.spec
index 11312a6..4afaca8 100644
--- a/perl-boolean.spec
+++ b/perl-boolean.spec
@@ -1,6 +1,6 @@
 Name:   perl-boolean
-Version:0.28
-Release:5%{?dist}
+Version:0.30
+Release:1%{?dist}
 Summary:Boolean support for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -9,6 +9,7 @@ Source0:
http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.
 BuildArch:  noarch
 BuildRequires:  perl >= 0:5.005003
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -25,7 +26,7 @@ Most programming languages have a native Boolean data type. 
Perl does not.
 make %{?_smp_mflags}
 
 %install
-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 \;
@@ -41,6 +42,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 19 2013 Iain Arnell  0.30-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.28-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 0efee68..f0507ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-488916ac0aa8be172460e896a8a9977a  boolean-0.28.tar.gz
+f4f23302481e82402048a91a8fa2e078  boolean-0.30.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime-Format-Builder/f17] license change from "same as perl" to Artistic 2.0

2013-04-05 Thread Iain Arnell
Summary of changes:

  ca9fb42... license change from "same as perl" to Artistic 2.0 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime-Format-Builder/f18] license change from "same as perl" to Artistic 2.0

2013-04-05 Thread Iain Arnell
Summary of changes:

  ca9fb42... license change from "same as perl" to Artistic 2.0 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime-Format-Builder/f19] license change from "same as perl" to Artistic 2.0

2013-04-05 Thread Iain Arnell
Summary of changes:

  ca9fb42... license change from "same as perl" to Artistic 2.0 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

perl-DateTime-Format-Builder license change

2013-04-05 Thread Iain Arnell
perl-DateTime-Format-Builder has changed license with latest 0.81 release
from "GPL+ or Artistic" (aka "same as perl") to Artistic 2.0. Already in
rawhide and coming soon to all branches.

-- 
Iain.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File DateTime-Format-Builder-0.81.tar.gz uploaded to lookaside cache by iarnell

2013-04-05 Thread Iain Arnell
A file has been added to the lookaside cache for perl-DateTime-Format-Builder:

21d950a9425c0173d6191697bf9dc4dc  DateTime-Format-Builder-0.81.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-REPL/f18] (3 commits) ...update to 1.003015

2013-03-08 Thread Iain Arnell
Summary of changes:

  56d5caa... update to 1.003014 (*)
  fd5a4b4... - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass (*)
  0e2e244... update to 1.003015 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-REPL] update to 1.003015

2013-03-08 Thread Iain Arnell
commit 0e2e24482ec84ffb2ab4a7212e3524d133d03ab3
Author: Iain Arnell 
Date:   Fri Mar 8 08:36:52 2013 -0700

update to 1.003015

 .gitignore   |1 +
 perl-Devel-REPL.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92aab0b..35701c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Devel-REPL-1.003011.tar.gz
 /Devel-REPL-1.003012.tar.gz
 /Devel-REPL-1.003013.tar.gz
 /Devel-REPL-1.003014.tar.gz
+/Devel-REPL-1.003015.tar.gz
diff --git a/perl-Devel-REPL.spec b/perl-Devel-REPL.spec
index 49931df..b98dded 100644
--- a/perl-Devel-REPL.spec
+++ b/perl-Devel-REPL.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-REPL
-Version:1.003014
-Release:2%{?dist}
+Version:1.003015
+Release:1%{?dist}
 Summary:Modern perl interactive shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 08 2013 Iain Arnell  1.003015-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 1.003014-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index c74ccd6..e950c48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e405b1460377494a35291d7e4eab258f  Devel-REPL-1.003014.tar.gz
+fdb68c780c4ba447be8c619e2a489c2e  Devel-REPL-1.003015.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Catalyst-Plugin-Cache-0.12.tar.gz uploaded to lookaside cache by iarnell

2013-03-01 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Cache:

c97f0b2426cfa63d843695f328b790ab  Catalyst-Plugin-Cache-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

perl-SQL-Translator license change

2013-02-22 Thread Iain Arnell
I've just updated perl-SQL-Translator in rawhide and f18. It comes with a
license change from GPLv2 to GPL+ or Artistic (aka the same terms as Perl 5
itself).

-- 
Iain.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-SQL-Translator] update to 0.11016

2013-02-21 Thread Iain Arnell
commit eb954f486fcff65917ce54c37abdee6bcea60e46
Author: Iain Arnell 
Date:   Thu Feb 21 08:25:27 2013 -0700

update to 0.11016

 .gitignore   |1 +
 perl-SQL-Translator.spec |   27 +--
 sources  |2 +-
 3 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c961150..945faff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ SQL-Translator-0.11005.tar.gz
 /SQL-Translator-0.11010.tar.gz
 /SQL-Translator-0.11011.tar.gz
 /SQL-Translator-0.11012.tar.gz
+/SQL-Translator-0.11016.tar.gz
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index 7791ced..b7d1588 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,8 +1,8 @@
 Name:   perl-SQL-Translator
 Summary:Manipulate structured data definitions (SQL and more)
-Version:0.11012
-Release:2%{?dist}
-License:GPLv2
+Version:0.11016
+Release:1%{?dist}
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/F/FR/FREW/SQL-Translator-%{version}.tar.gz
 URL:http://search.cpan.org/dist/SQL-Translator/
@@ -10,8 +10,6 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 BuildArch:  noarch
 
 BuildRequires:  perl(Carp::Clan)
-BuildRequires:  perl(Class::Base)
-BuildRequires:  perl(Class::Data::Inheritable) >= 0.02
 BuildRequires:  perl(Class::MakeMethods)
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(DBI)
@@ -19,24 +17,26 @@ BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::ShareDir) >= 1.0
-BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(GD)
 BuildRequires:  perl(Graph::Directed)
 BuildRequires:  perl(GraphViz)
 BuildRequires:  perl(IO::File)
-BuildRequires:  perl(IO::Scalar) >= 2.110
+BuildRequires:  perl(List::MoreUtils) >= 0.09
 BuildRequires:  perl(Log::Log4perl)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Moo) >= 0.009007
+BuildRequires:  perl(Moo) >= 1.03
+BuildRequires:  perl(Package::Variant) >= 1.001001
 BuildRequires:  perl(Parse::RecDescent) >= 1.967009
 BuildRequires:  perl(Pod::Usage)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Spreadsheet::ParseExcel)
+BuildRequires:  perl(Sub::Quote)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Exception) >= 0.31
 BuildRequires:  perl(Test::More) >= 0.6
 BuildRequires:  perl(Text::RecordParser)
+BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(XML::LibXML)
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(XML::Writer) >= 0.500
@@ -54,12 +54,6 @@ Requires:   perl(XML::Writer) >= 0.500
 Obsoletes:  %{name}-tests < 0.11010-3
 Provides:   %{name}-tests = %{version}-%{release}
 
-# hidden from PAUSE
-Provides:   perl(SQL::Translator::Schema::Graph::Port)
-Provides:   perl(SQL::Translator::Schema::Graph::Node)
-Provides:   perl(SQL::Translator::Schema::Graph::HyperEdge)
-Provides:   perl(SQL::Translator::Schema::Graph::Edge)
-Provides:   perl(SQL::Translator::Schema::Graph::CompoundEdge)
 
 %?perl_default_filter
 %global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}perl\\(:\\)
@@ -107,6 +101,11 @@ make test
 %{_mandir}/man[13]/*
 
 %changelog
+* Thu Feb 21 2013 Iain Arnell  0.11016-1
+- update to latest upstream version
+- license change from GPLv2 to GPL+ or Artistic (aka 'same as Perl')
+- drop provides for SQL::Translator::Schema::Graph::*
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.11012-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 96362a2..984334d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-857ba52f361c9b5ae99c6e3a43631633  SQL-Translator-0.11012.tar.gz
+622684e777dcccf117fc84961aaf5475  SQL-Translator-0.11016.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Package-Variant/f17] initial import (rhbz#912132)

2013-02-21 Thread Iain Arnell
Summary of changes:

  195c6d7... initial import (rhbz#912132) (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Devel-PatchPerl] update to 0.78

2013-02-19 Thread Iain Arnell
commit 3e13179037b8dd298a88da159d362c1d78953e5a
Author: Iain Arnell 
Date:   Tue Feb 19 08:37:02 2013 -0700

update to 0.78

 .gitignore|1 +
 perl-Devel-PatchPerl.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d52e685..a804fc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /Devel-PatchPerl-0.72.tar.gz
 /Devel-PatchPerl-0.74.tar.gz
 /Devel-PatchPerl-0.76.tar.gz
+/Devel-PatchPerl-0.78.tar.gz
diff --git a/perl-Devel-PatchPerl.spec b/perl-Devel-PatchPerl.spec
index 608a5ec..1588fd2 100644
--- a/perl-Devel-PatchPerl.spec
+++ b/perl-Devel-PatchPerl.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-PatchPerl
-Version:0.76
-Release:2%{?dist}
+Version:0.78
+Release:1%{?dist}
 Summary:Patch perl source à la Devel::PPPort's buildperl.pl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 19 2013 Iain Arnell  0.78-1
+- update to latest upstream version
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.76-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f900d63..98d031a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8f0c475b544428073631a226f468c8f  Devel-PatchPerl-0.76.tar.gz
+3b94806ad28da14e8c6d19e1a4ebbb22  Devel-PatchPerl-0.78.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Devel-PatchPerl-0.78.tar.gz uploaded to lookaside cache by iarnell

2013-02-19 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Devel-PatchPerl:

3b94806ad28da14e8c6d19e1a4ebbb22  Devel-PatchPerl-0.78.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-local-lib] update to 1.008007

2013-02-19 Thread Iain Arnell
commit 4e7dc97b084c041b7fa324b88cea6e1063ab7647
Author: Iain Arnell 
Date:   Tue Feb 19 07:49:29 2013 -0700

update to 1.008007

 .gitignore  |1 +
 perl-local-lib.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ded9274..a12f39e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ local-lib-1.004009.tar.gz
 /local-lib-1.008001.tar.gz
 /local-lib-1.008004.tar.gz
 /local-lib-1.008006.tar.gz
+/local-lib-1.008007.tar.gz
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index 45dfc58..bb776b9 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,11 +1,11 @@
 Name:   perl-local-lib
-Version:1.008006
+Version:1.008007
 Release:1%{?dist}
 # lib/local/lib.pm -> GPL+ or Artistic
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Create and use a local lib/ for perl modules
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/local-lib-%{version}.tar.gz
 # Allow evaluation in CSH, RHBZ #849609, CPAN RT #60072
 Patch0: local-lib-1.008004-Append-semicolon-to-setenv.patch
 Url:http://search.cpan.org/dist/local-lib
@@ -91,6 +91,9 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Tue Feb 19 2013 Iain Arnell  1.008007-1
+- update to latest upstream version
+
 * Fri Feb 15 2013 Iain Arnell  1.008006-1
 - udpate to latest upstream version
 
diff --git a/sources b/sources
index 063567c..2a5cf55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffefbd7e4a92dc73c10216dff3108e7f  local-lib-1.008006.tar.gz
+6a22da47099fafd664a9fd7c7b24805c  local-lib-1.008007.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File local-lib-1.008007.tar.gz uploaded to lookaside cache by iarnell

2013-02-19 Thread Iain Arnell
A file has been added to the lookaside cache for perl-local-lib:

6a22da47099fafd664a9fd7c7b24805c  local-lib-1.008007.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Class] update to 0.08206

2013-02-15 Thread Iain Arnell
commit 5fa4b7ad47cd42baff8352a703cfc259455de72a
Author: Iain Arnell 
Date:   Fri Feb 15 10:16:20 2013 -0700

update to 0.08206

 .gitignore   |1 +
 perl-DBIx-Class.spec |   10 +++---
 sources  |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a91f5dd..d8167e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ DBIx-Class-0.08120.tar.gz
 /DBIx-Class-0.08203.tar.gz
 /DBIx-Class-0.08204.tar.gz
 /DBIx-Class-0.08205.tar.gz
+/DBIx-Class-0.08206.tar.gz
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 30f6c07..acee802 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,10 +1,10 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
-Version:0.08205
-Release:3%{?dist}
+Version:0.08206
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/F/FR/FREW/DBIx-Class-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABRAXXA/DBIx-Class-%{version}.tar.gz
 # skip strange ordering bug in test
 Patch0: perl-DBIx-Class-88result_set_column.patch
 URL:http://search.cpan.org/dist/DBIx-Class/
@@ -28,6 +28,7 @@ BuildRequires:  perl(DBIx::Class::Storage::Debug::PrettyPrint)
 %endif
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.09
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(File::Spec) >= 3.30
 BuildRequires:  perl(File::Temp) >= 0.22
 BuildRequires:  perl(Math::Base36) >= 0.07
 BuildRequires:  perl(Math::BigInt) >= 1.89
@@ -181,6 +182,9 @@ make test
 
 
 %changelog
+* Fri Feb 15 2013 Iain Arnell  0.08206-1
+- update to latest upstream version
+
 * Sat Feb 02 2013 Iain Arnell  0.08205-3
 - rebuild without bootstrap again
 
diff --git a/sources b/sources
index 9127f0d..898cb6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25fa1a15d6b2b819467dfec8fae19ba8  DBIx-Class-0.08205.tar.gz
+e9ec8954c38250457b0bdb60cade3762  DBIx-Class-0.08206.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Scope-Upper] update to 0.22

2013-02-15 Thread Iain Arnell
commit c94116e175ecb1f7d4881105ef57c968214dc0c2
Author: Iain Arnell 
Date:   Fri Feb 15 08:24:13 2013 -0700

update to 0.22

 perl-Scope-Upper.spec |   15 +++
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/perl-Scope-Upper.spec b/perl-Scope-Upper.spec
index 9ec98e6..f4cd790 100644
--- a/perl-Scope-Upper.spec
+++ b/perl-Scope-Upper.spec
@@ -1,7 +1,7 @@
 Name:   perl-Scope-Upper
 Summary:Act on upper scopes
-Version:0.21
-Release:2%{?dist}
+Version:0.22
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
@@ -9,6 +9,7 @@ URL:http://search.cpan.org/dist/Scope-Upper
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 BuildRequires:  perl(base)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Kwalitee)
@@ -21,11 +22,6 @@ BuildRequires:  perl(XSLoader)
 Requires:   perl(Exporter)
 Requires:   perl(XSLoader)
 
-# obsolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:  %{name}-tests < 0.16-3
-Provides:   %{name}-tests = %{version}-%{release}
-
 %{?perl_default_filter}
 
 %description
@@ -48,7 +44,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 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 ';'
 
 %{_fixperms} %{buildroot}/*
 
@@ -62,6 +57,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Feb 15 2013 Iain Arnell  0.22-1
+- udpate to latest upstream version
+- drop old tests sub-package obsoletes/provides
+
 * Thu Feb 14 2013 Fedora Release Engineering  
- 0.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Plack-Middleware-ReverseProxy-0.15.tar.gz uploaded to lookaside cache by iarnell

2013-01-18 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-Plack-Middleware-ReverseProxy:

62cc91a27f9388f238ea070c230bb5d5  Plack-Middleware-ReverseProxy-0.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Sub-Override] update to 0.09

2013-01-18 Thread Iain Arnell
commit 1e40b1f865d7f807655d4d8372119965420ca815
Author: Iain Arnell 
Date:   Fri Jan 18 07:52:39 2013 -0700

update to 0.09

 .gitignore |1 +
 perl-Sub-Override.spec |   18 +++---
 sources|2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33cec2a..3cacb3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sub-Override-0.08.tar.gz
+/Sub-Override-0.09.tar.gz
diff --git a/perl-Sub-Override.spec b/perl-Sub-Override.spec
index 7a90e28..2e3070e 100644
--- a/perl-Sub-Override.spec
+++ b/perl-Sub-Override.spec
@@ -1,15 +1,14 @@
 Name:   perl-Sub-Override
-Version:0.08
-Release:12%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Perl extension for easily overriding subroutines
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Sub-Override/
 Source0:
http://www.cpan.org/authors/id/O/OV/OVID/Sub-Override-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Exception) >= 0.21
+BuildRequires:  perl(Test::Fatal) >= 0.010
 BuildRequires:  perl(Test::More) >= 0.47
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -26,28 +25,25 @@ Perl extension for easily overriding subroutines.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$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 README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 18 2013 Iain Arnell  0.09-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 0.08-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d666a3..b3f9ad5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8261e3d77145f0b154641597b7983bd6  Sub-Override-0.08.tar.gz
+6889e2526c0e4f70da157fdf712542d3  Sub-Override-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Sub-Override-0.09.tar.gz uploaded to lookaside cache by iarnell

2013-01-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Sub-Override:

6889e2526c0e4f70da157fdf712542d3  Sub-Override-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DateTime-Format-Pg] update to 0.16008

2013-01-04 Thread Iain Arnell
commit 3d0e7842bb81d16b0524aeafb3dc2830e35d6d56
Author: Iain Arnell 
Date:   Fri Jan 4 09:35:08 2013 -0700

update to 0.16008

 .gitignore   |1 +
 perl-DateTime-Format-Pg.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 807e674..70e5db1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 DateTime-Format-Pg-0.16004.tar.gz
 /DateTime-Format-Pg-0.16005.tar.gz
 /DateTime-Format-Pg-0.16007.tar.gz
+/DateTime-Format-Pg-0.16008.tar.gz
diff --git a/perl-DateTime-Format-Pg.spec b/perl-DateTime-Format-Pg.spec
index 8680305..5e85184 100644
--- a/perl-DateTime-Format-Pg.spec
+++ b/perl-DateTime-Format-Pg.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Pg
-Version:0.16007
-Release:4%{?dist}
+Version:0.16008
+Release:1%{?dist}
 Summary:Parse and format PostgreSQL dates and times
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 04 2013 Iain Arnell  0.16008-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 0.16007-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d722b1a..9768cdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fe01e4e42a3b57b9f92e738b26a50f9  DateTime-Format-Pg-0.16007.tar.gz
+1a10b6eb5573a666b1061991cfa28f58  DateTime-Format-Pg-0.16008.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-BackPAN-Index] update to 0.42

2013-01-04 Thread Iain Arnell
commit e0042caa6e3bbe22c48e58381dc1ec569f7a4222
Author: Iain Arnell 
Date:   Fri Jan 4 08:51:20 2013 -0700

update to 0.42

 .gitignore  |1 +
 perl-BackPAN-Index.spec |   18 +++---
 sources |2 +-
 test-no-internet.patch  |   21 -
 4 files changed, 9 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 865b6b0..638030f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /BackPAN-Index-0.39.tar.gz
 /BackPAN-Index-0.40.tar.gz
+/BackPAN-Index-0.42.tar.gz
diff --git a/perl-BackPAN-Index.spec b/perl-BackPAN-Index.spec
index 87a6bb4..05fceb1 100644
--- a/perl-BackPAN-Index.spec
+++ b/perl-BackPAN-Index.spec
@@ -1,38 +1,33 @@
 Name:   perl-BackPAN-Index
-Version:0.40
-Release:7%{?dist}
+Version:0.42
+Release:1%{?dist}
 Summary:Interface to the BackPAN index
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/BackPAN-Index/
 Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/BackPAN-Index-%{version}.tar.gz
-# force tests to run with local backpan index
-Patch0: test-no-internet.patch
 BuildArch:  noarch
 BuildRequires:  perl(App::Cache) >= 0.37
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(autodie)
 BuildRequires:  perl(CLASS) >= 1.00
-BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(CPAN::DistnameInfo) >= 0.09
 BuildRequires:  perl(DBD::SQLite) >= 1.25
 BuildRequires:  perl(DBIx::Class) >= 0.08109
-BuildRequires:  perl(DBIx::Class::Schema::Loader) >= 0.05003
 BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Unix)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(Module::Build) >= 0.37
+BuildRequires:  perl(Mouse) >= 0.64
 BuildRequires:  perl(parent)
 BuildRequires:  perl(Path::Class) >= 0.17
 BuildRequires:  perl(Test::Compile) >= 0.11
 BuildRequires:  perl(Test::More) >= 0.90
-BuildRequires:  perl(URI::file)
+BuildRequires:  perl(URI) >= 1.54
 Requires:   perl(CLASS) >= 1.00
-Requires:   perl(Class::Accessor::Fast)
 Requires:   perl(DBD::SQLite) >= 1.25
 Requires:   perl(DBIx::Class) >= 0.08109
-Requires:   perl(DBIx::Class::Schema::Loader) >= 0.05003
 Requires:   perl(Path::Class) >= 0.17
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -51,7 +46,6 @@ for efficient querying.
 
 %prep
 %setup -q -n BackPAN-Index-%{version}
-%patch0 -p 1
 
 sed -i -e '1s~^#!.*perl~#!%{__perl}~' examples/backpan.pl
 
@@ -69,12 +63,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 BACKPAN_INDEX_TEST_NO_INTERNET=1 ./Build test
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGES examples LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 04 2013 Iain Arnell  0.42-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 0.40-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index cf15e33..5713fc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e95c44656032890ef7925a778467ab34  BackPAN-Index-0.40.tar.gz
+14404bf91f6a0a65782701d2ee0ea1bb  BackPAN-Index-0.42.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Catalyst-Runtime] update to 5.90019

2012-12-07 Thread Iain Arnell
commit fe03e0d9716bca30773921c5a4b40664adf49cac
Author: Iain Arnell 
Date:   Fri Dec 7 10:51:34 2012 -0700

update to 5.90019

 .gitignore |1 +
 perl-Catalyst-Runtime.spec |   12 +---
 sources|2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 698ab32..3b0b220 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Catalyst-Runtime-5.80021.tar.gz
 /Catalyst-Runtime-5.90015.tar.gz
 /Catalyst-Runtime-5.90017.tar.gz
 /Catalyst-Runtime-5.90018.tar.gz
+/Catalyst-Runtime-5.90019.tar.gz
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index 19fd498..863f3d5 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,10 +1,10 @@
 Name:   perl-Catalyst-Runtime
 Summary:Catalyst Framework Runtime
-Version:5.90018
+Version:5.90019
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/Catalyst-Runtime-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Runtime-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Catalyst-Runtime/
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
@@ -37,9 +37,6 @@ BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast) 
>= 0.00903
 BuildRequires:  perl(MooseX::Getopt) >= 0.30
 BuildRequires:  perl(MooseX::MethodAttributes::Inheritable) >= 0.24
 BuildRequires:  perl(MooseX::Role::WithOverloading) >= 0.09
-BuildRequires:  perl(MooseX::Types)
-BuildRequires:  perl(MooseX::Types::Common::Numeric)
-BuildRequires:  perl(MooseX::Types::LoadableClass) >= 0.003
 BuildRequires:  perl(MRO::Compat)
 BuildRequires:  perl(namespace::autoclean) >= 0.09
 BuildRequires:  perl(namespace::clean) >= 0.23
@@ -94,8 +91,6 @@ Requires:   perl(MooseX::Emulate::Class::Accessor::Fast) 
>= 0.00903
 Requires:   perl(MooseX::Getopt) >= 0.30
 Requires:   perl(MooseX::MethodAttributes::Inheritable) >= 0.24
 Requires:   perl(MooseX::Role::WithOverloading) >= 0.09
-Requires:   perl(MooseX::Types)
-Requires:   perl(MooseX::Types::LoadableClass) >= 0.003
 Requires:   perl(namespace::autoclean) >= 0.09
 Requires:   perl(namespace::clean) >= 0.23
 Requires:   perl(Path::Class) >= 0.09
@@ -181,6 +176,9 @@ make clean
 %{_mandir}/man1/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell  5.90019-1
+- update to latest upstream version
+
 * Sat Oct 27 2012 Iain Arnell  5.90018-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index fb95506..089c887 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1be4e33a619e0ad55d3d6fab98593b9  Catalyst-Runtime-5.90018.tar.gz
+84491b1cde2052a2665e40e86cbc08be  Catalyst-Runtime-5.90019.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Catalyst-Runtime-5.90019.tar.gz uploaded to lookaside cache by iarnell

2012-12-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Runtime:

84491b1cde2052a2665e40e86cbc08be  Catalyst-Runtime-5.90019.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-System-Command] update to 1.08

2012-12-07 Thread Iain Arnell
commit c45de9c3338d3cfdbdf5eef4c21daad9103b5b33
Author: Iain Arnell 
Date:   Fri Dec 7 09:47:37 2012 -0700

update to 1.08

 .gitignore   |1 +
 perl-System-Command.spec |8 +---
 sources  |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e33e7b4..f3ffe1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /System-Command-1.06.tar.gz
 /System-Command-1.07.tar.gz
+/System-Command-1.08.tar.gz
diff --git a/perl-System-Command.spec b/perl-System-Command.spec
index 90b0b3e..55e87aa 100644
--- a/perl-System-Command.spec
+++ b/perl-System-Command.spec
@@ -1,6 +1,6 @@
 Name:   perl-System-Command
-Version:1.07
-Release:3%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Object for running system commands
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -30,7 +30,6 @@ their STDIN, STDOUT and STDERR handles.
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -43,6 +42,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell  1.08-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 1.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 52ea33f..d202147 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0eb34bea32da8824b7b99080686c326  System-Command-1.07.tar.gz
+cae18b739ddd6dea8fe830dd6aae878f  System-Command-1.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File System-Command-1.08.tar.gz uploaded to lookaside cache by iarnell

2012-12-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-System-Command:

cae18b739ddd6dea8fe830dd6aae878f  System-Command-1.08.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-autobox] update to 2.76

2012-12-07 Thread Iain Arnell
commit 7a3f13db18f976f794bbba533a4cb4d9a2ff0ca9
Author: Iain Arnell 
Date:   Fri Dec 7 08:51:01 2012 -0700

update to 2.76

 .gitignore|1 +
 perl-autobox.spec |8 +---
 sources   |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44bc16c..5ddc165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ autobox-2.55.tar.gz
 /autobox-2.71.tar.gz
 /autobox-2.73.tar.gz
 /autobox-2.75.tar.gz
+/autobox-2.76.tar.gz
diff --git a/perl-autobox.spec b/perl-autobox.spec
index b06a285..76d8145 100644
--- a/perl-autobox.spec
+++ b/perl-autobox.spec
@@ -1,6 +1,6 @@
 Name:   perl-autobox
-Version:2.75
-Release:4%{?dist}
+Version:2.76
+Release:1%{?dist}
 Summary:Call methods on native types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -35,7 +35,6 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -49,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell  2.76-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 2.75-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 431d2f3..5b32030 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6769d8c65f0e10d3a50abe796dd870fb  autobox-2.75.tar.gz
+5585c43340f3bd084cbfd79e394dee26  autobox-2.76.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-strictures] update to 1.004004

2012-12-07 Thread Iain Arnell
commit 73102a0a4c16848c1bc175db0df7e430eda2869f
Author: Iain Arnell 
Date:   Fri Dec 7 08:34:36 2012 -0700

update to 1.004004

 .gitignore   |1 +
 perl-strictures.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4575ccd..5b07964 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /strictures-1.003001.tar.gz
 /strictures-1.004001.tar.gz
 /strictures-1.004002.tar.gz
+/strictures-1.004004.tar.gz
diff --git a/perl-strictures.spec b/perl-strictures.spec
index 2feec50..3fc5c7f 100644
--- a/perl-strictures.spec
+++ b/perl-strictures.spec
@@ -1,5 +1,5 @@
 Name:   perl-strictures
-Version:1.004002
+Version:1.004004
 Release:1%{?dist}
 Summary:Turn on strict and make all warnings fatal
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 07 2012 Iain Arnell  1.004004-1
+- update to latest upstream version
+
 * Sun Sep 09 2012 Iain Arnell  1.004002-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index a0a8fa8..be39a44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d68d0bd668dcf7cf2c172095f6ea7b8  strictures-1.004002.tar.gz
+1a6323eee9f2c9762a77b97e604034d4  strictures-1.004004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File strictures-1.004004.tar.gz uploaded to lookaside cache by iarnell

2012-12-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-strictures:

1a6323eee9f2c9762a77b97e604034d4  strictures-1.004004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: F-18 Branched report: 20121031 changes

2012-11-05 Thread Iain Arnell
On Nov 5, 2012 1:21 PM, "Stephen John Smoogen"  wrote:
>
> On 5 November 2012 11:17, Tom Callaway  wrote:
> > On 11/05/2012 09:21 AM, Paul Howarth wrote:
> >> On 10/31/2012 07:53 PM, Tom Callaway wrote:
>  [perl-Hardware-Verilog-Parser]
>  perl-Hardware-Verilog-Parser-0.13-9.fc17.noarch requires
>  perl(:MODULE_COMPAT_5.14.2)
> >>>
> >>> Really broken. Does not build with current perl. I suggest that it be
> >>> buried in a hole and covered up with a fire (or, if someone loves
> >>> Parse::RecDescent, they can try to fix it).
> >>
> >> I took a look at it and managed to spot the typos causing the problems.
> >>
> >>
https://admin.fedoraproject.org/updates/perl-Hardware-Verilog-Parser-0.13-12.fc18
> >
> > My hat is off to you, sir. :)
> >
>
>
> Wait wait.. I got the kerosene and gunpowder.. are we lighting this
> package on fire or not?

Well it is November 5th. Just don't be using Paul as the Guy.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File Getopt-Long-Descriptive-0.093.tar.gz uploaded to lookaside cache by iarnell

2012-11-02 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Getopt-Long-Descriptive:

3610685889c885f13fe3f4ed1360e078  Getopt-Long-Descriptive-0.093.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Catalyst-Manual] drop old test sub-package obsoletes/provides

2012-11-02 Thread Iain Arnell
commit 8ad2fd6c91fc8892254a13655da255971a4c812e
Author: Iain Arnell 
Date:   Fri Nov 2 12:04:55 2012 -0600

drop old test sub-package obsoletes/provides

 perl-Catalyst-Manual.spec |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/perl-Catalyst-Manual.spec b/perl-Catalyst-Manual.spec
index d8cc4ad..b03d731 100644
--- a/perl-Catalyst-Manual.spec
+++ b/perl-Catalyst-Manual.spec
@@ -13,11 +13,6 @@ BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
 BuildRequires:  perl(Test::More)
 
-# obsolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:  %{name}-tests < 1:5.9002-3
-Provides:   %{name}-tests = %{epoch}:%{version}-%{release}
-
 %{?perl_default_filter}
 
 %description
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Catalyst-Manual] update to latest upstream version

2012-11-02 Thread Iain Arnell
commit 46ee9ac74ade858edbf0782a09ebceef424eb6ac
Author: Iain Arnell 
Date:   Fri Nov 2 12:04:45 2012 -0600

update to latest upstream version

 .gitignore|1 +
 perl-Catalyst-Manual.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d355bae..21eccf1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Catalyst-Manual-5.8004.tar.gz
 /Catalyst-Manual-5.9002.tar.gz
 /Catalyst-Manual-5.9003.tar.gz
 /Catalyst-Manual-5.9004.tar.gz
+/Catalyst-Manual-5.9005.tar.gz
diff --git a/perl-Catalyst-Manual.spec b/perl-Catalyst-Manual.spec
index 0202d4a..d8cc4ad 100644
--- a/perl-Catalyst-Manual.spec
+++ b/perl-Catalyst-Manual.spec
@@ -1,8 +1,8 @@
 Name:   perl-Catalyst-Manual
 Summary:Catalyst web framework manual
 Epoch:  1
-Version:5.9004
-Release:3%{?dist}
+Version:5.9005
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/Z/ZA/ZARQUON/Catalyst-Manual-%{version}.tar.gz
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 02 2012 Iain Arnell  1:5.9005-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 1:5.9004-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5d0c660..deba026 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9683073fefb1df4928498b1b64f5ffe8  Catalyst-Manual-5.9004.tar.gz
+c0158e0ea658544eb32be6752b489faf  Catalyst-Manual-5.9005.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File App-Daemon-0.18.tar.gz uploaded to lookaside cache by iarnell

2012-11-02 Thread Iain Arnell
A file has been added to the lookaside cache for perl-App-Daemon:

0496db44622acb4478ef4bfc6be0d6e5  App-Daemon-0.18.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Moo] update to 1.000004

2012-10-19 Thread Iain Arnell
commit c083234ad761f2ebfabb9b9e1025596b17786491
Author: Iain Arnell 
Date:   Fri Oct 19 12:44:16 2012 -0600

update to 1.04

 .gitignore|1 +
 perl-Moo.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e42f044..7aa7c04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Moo-1.00.tar.gz
 /Moo-1.01.tar.gz
 /Moo-1.03.tar.gz
+/Moo-1.04.tar.gz
diff --git a/perl-Moo.spec b/perl-Moo.spec
index c692c65..1412980 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -1,11 +1,11 @@
 Name:   perl-Moo
-Version:1.03
+Version:1.04
 Release:1%{?dist}
 Summary:Minimalist Object Orientation (with Moose compatibility)
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Moo/
-Source0:
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/Moo-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Moo-%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Class::Method::Modifiers) >= 1.04
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.09
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 19 2012 Iain Arnell  1.04-1
+- update to latest upstream version
+
 * Sun Sep 09 2012 Iain Arnell  1.03-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 719b33a..125691b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8706d4a872360db5e2c71adde08f4a3c  Moo-1.03.tar.gz
+b072b85cca96512d253004be00bd48c7  Moo-1.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Catalyst-Controller-HTML-FormFu-0.09004.tar.gz uploaded to lookaside cache by iarnell

2012-10-19 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-Catalyst-Controller-HTML-FormFu:

20a61be1442ec648ae912be4c8985040  Catalyst-Controller-HTML-FormFu-0.09004.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Captcha-reCAPTCHA] update to 0.96

2012-10-19 Thread Iain Arnell
commit 2273224e211061e521add268338e0529033abf3f
Author: Iain Arnell 
Date:   Fri Oct 19 11:36:05 2012 -0600

update to 0.96

 .gitignore  |1 +
 perl-Captcha-reCAPTCHA.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dcaa7c..a54a9a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Captcha-reCAPTCHA-0.94.tar.gz
 /Captcha-reCAPTCHA-0.95.tar.gz
+/Captcha-reCAPTCHA-0.96.tar.gz
diff --git a/perl-Captcha-reCAPTCHA.spec b/perl-Captcha-reCAPTCHA.spec
index 70610ae..0edb6c8 100644
--- a/perl-Captcha-reCAPTCHA.spec
+++ b/perl-Captcha-reCAPTCHA.spec
@@ -1,5 +1,5 @@
 Name:   perl-Captcha-reCAPTCHA
-Version:0.95
+Version:0.96
 Release:1%{?dist}
 Summary:Perl implementation of the reCAPTCHA API
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 19 2012 Iain Arnell  0.96-1
+- update to latest upstream version
+
 * Sat Aug 18 2012 Iain Arnell  0.95-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
diff --git a/sources b/sources
index fb16b8d..e1a252f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a6d395ed92f32548703f09286643637  Captcha-reCAPTCHA-0.95.tar.gz
+c30f9d9b8c3b30ec34feedf495140610  Captcha-reCAPTCHA-0.96.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Captcha-reCAPTCHA-0.96.tar.gz uploaded to lookaside cache by iarnell

2012-10-19 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Captcha-reCAPTCHA:

c30f9d9b8c3b30ec34feedf495140610  Captcha-reCAPTCHA-0.96.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f16] update to 0.76

2012-10-19 Thread Iain Arnell
Summary of changes:

  69b07cf... update to 0.76 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f17] update to 0.76

2012-10-19 Thread Iain Arnell
Summary of changes:

  69b07cf... update to 0.76 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f18] update to 0.76

2012-10-19 Thread Iain Arnell
Summary of changes:

  69b07cf... update to 0.76 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases] update to 0.76

2012-10-19 Thread Iain Arnell
commit 69b07cf4671080ce4637e7b088fb5d4da239ed1c
Author: Iain Arnell 
Date:   Fri Oct 19 11:32:41 2012 -0600

update to 0.76

 .gitignore   |1 +
 perl-CPAN-Perl-Releases.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe29478..5abca14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /CPAN-Perl-Releases-0.62.tar.gz
 /CPAN-Perl-Releases-0.66.tar.gz
 /CPAN-Perl-Releases-0.68.tar.gz
+/CPAN-Perl-Releases-0.76.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index 9d3c3c8..8d69176 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:0.68
+Version:0.76
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 19 2012 Iain Arnell  0.76-1
+- update to latest upstream version
+
 * Fri Sep 07 2012 Iain Arnell  0.68-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 4479438..067a0b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db8a99fc617f83321ae7d870f5e5884b  CPAN-Perl-Releases-0.68.tar.gz
+34306c9ad6542e56996e7133a935cf54  CPAN-Perl-Releases-0.76.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Mouse] update to 1.02

2012-09-07 Thread Iain Arnell
commit cb4f628e1baedf498662a618ddb7fc0a66d10f21
Author: Iain Arnell 
Date:   Fri Sep 7 12:37:32 2012 -0600

update to 1.02

 .gitignore  |1 +
 perl-Mouse.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3688d28..42bfccc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Mouse-0.58.tar.gz
 /Mouse-0.97.tar.gz
 /Mouse-0.99.tar.gz
 /Mouse-1.01.tar.gz
+/Mouse-1.02.tar.gz
diff --git a/perl-Mouse.spec b/perl-Mouse.spec
index 253eb04..f84bbbf 100644
--- a/perl-Mouse.spec
+++ b/perl-Mouse.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mouse
 Summary:Moose minus the antlers
-Version:1.01
+Version:1.02
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -96,6 +96,9 @@ make test
 %{_mandir}/man3/Test::Mouse*
 
 %changelog
+* Fri Sep 07 2012 Iain Arnell  1.02-1
+- update to latest upstream version
+
 * Sun Aug 26 2012 Iain Arnell  1.01-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 5a46aaa..e8b34c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5aa69756abbd09732c43d95a792035e  Mouse-1.01.tar.gz
+bc84af3461b16e631a000fe979b3ce2a  Mouse-1.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Mouse-1.02.tar.gz uploaded to lookaside cache by iarnell

2012-09-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Mouse:

bc84af3461b16e631a000fe979b3ce2a  Mouse-1.02.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Lingua-EN-Inflect-Phrase] update to 0.13

2012-09-07 Thread Iain Arnell
commit 55a7c4d2d2bf62ae4e202df60c4fc3c289dfefd2
Author: Iain Arnell 
Date:   Fri Sep 7 12:20:22 2012 -0600

update to 0.13

 .gitignore |1 +
 perl-Lingua-EN-Inflect-Phrase.spec |   11 +++
 sources|2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c44f1e..4a284f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Lingua-EN-Inflect-Phrase-0.10.tar.gz
 /Lingua-EN-Inflect-Phrase-0.11.tar.gz
 /Lingua-EN-Inflect-Phrase-0.12.tar.gz
+/Lingua-EN-Inflect-Phrase-0.13.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Phrase.spec 
b/perl-Lingua-EN-Inflect-Phrase.spec
index 6cb3ec5..eb8b1d5 100644
--- a/perl-Lingua-EN-Inflect-Phrase.spec
+++ b/perl-Lingua-EN-Inflect-Phrase.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Phrase
-Version:0.12
-Release:3%{?dist}
+Version:0.13
+Release:1%{?dist}
 Summary:Inflect short English Phrases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,7 +10,7 @@ BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Lingua::EN::Inflect) >= 1.891
 BuildRequires:  perl(Lingua::EN::Inflect::Number) >= 1.1
-BuildRequires:  perl(Lingua::EN::Tagger) >= 0.15
+BuildRequires:  perl(Lingua::EN::Tagger) >= 0.20
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:   perl(Lingua::EN::Inflect) >= 1.891
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -24,7 +24,7 @@ Attempts to pluralize or singularize short English phrases.
 %setup -q -n Lingua-EN-Inflect-Phrase-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 07 2012 Iain Arnell  0.13-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering  
- 0.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f87723..38ef34d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7738cb83d99466056e9aeb519add2ba7  Lingua-EN-Inflect-Phrase-0.12.tar.gz
+4df51c5a21935393dc054280ee416663  Lingua-EN-Inflect-Phrase-0.13.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Lingua-EN-Inflect-Phrase-0.13.tar.gz uploaded to lookaside cache by iarnell

2012-09-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Lingua-EN-Inflect-Phrase:

4df51c5a21935393dc054280ee416663  Lingua-EN-Inflect-Phrase-0.13.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Path-Tiny/el6] (8 commits) ...update to 0.5

2012-09-07 Thread Iain Arnell
Summary of changes:

  52ec456... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  c93ed6f... Perl mass rebuild (*)
  a4f9fb6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  6b30f5e... update to 0.2 (*)
  86bff38... update to 0.3 (*)
  343ab90... Perl 5.16 rebuild (*)
  e9fb322... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*)
  cd106e3... update to 0.5 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f16] update to 0.68

2012-09-07 Thread Iain Arnell
Summary of changes:

  b931949... update to 0.68 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f17] update to 0.68

2012-09-07 Thread Iain Arnell
Summary of changes:

  b931949... update to 0.68 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases/f18] update to 0.68

2012-09-07 Thread Iain Arnell
Summary of changes:

  b931949... update to 0.68 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Perl-Releases] update to 0.68

2012-09-07 Thread Iain Arnell
commit b93194907158886d21224faeba31c334d346d2e5
Author: Iain Arnell 
Date:   Fri Sep 7 07:01:31 2012 -0600

update to 0.68

 .gitignore   |1 +
 perl-CPAN-Perl-Releases.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99036e7..fe29478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /CPAN-Perl-Releases-0.58.tar.gz
 /CPAN-Perl-Releases-0.62.tar.gz
 /CPAN-Perl-Releases-0.66.tar.gz
+/CPAN-Perl-Releases-0.68.tar.gz
diff --git a/perl-CPAN-Perl-Releases.spec b/perl-CPAN-Perl-Releases.spec
index eb3c6e6..9d3c3c8 100644
--- a/perl-CPAN-Perl-Releases.spec
+++ b/perl-CPAN-Perl-Releases.spec
@@ -1,5 +1,5 @@
 Name:   perl-CPAN-Perl-Releases
-Version:0.66
+Version:0.68
 Release:1%{?dist}
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 07 2012 Iain Arnell  0.68-1
+- update to latest upstream version
+
 * Sat Aug 18 2012 Iain Arnell  0.66-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index c1a6ba4..4479438 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-571e63c57147363a776c1c05bbbef7ed  CPAN-Perl-Releases-0.66.tar.gz
+db8a99fc617f83321ae7d870f5e5884b  CPAN-Perl-Releases-0.68.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File CPAN-Perl-Releases-0.68.tar.gz uploaded to lookaside cache by iarnell

2012-09-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-CPAN-Perl-Releases:

db8a99fc617f83321ae7d870f5e5884b  CPAN-Perl-Releases-0.68.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

perl-Crypt-Rijndael license change

2012-08-03 Thread Iain Arnell
The license for perl-Crypt-Rijndael in rawhide has changed from
LGPLv2+ to LGPLv3.

-- 
Iain.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File MooseX-Method-Signatures-0.42.tar.gz uploaded to lookaside cache by iarnell

2012-05-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-MooseX-Method-Signatures:

cd080fa3b4aa77d1e4af61c5fd5fbd43  MooseX-Method-Signatures-0.42.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-App-Cmd] add LICENSE, README and TODO to files

2012-05-18 Thread Iain Arnell
commit 0c95d07cf0157815bc4bc765f5f6569a13ce2052
Author: Iain Arnell 
Date:   Fri May 18 10:28:53 2012 -0600

add LICENSE, README and TODO to files

 perl-MooseX-App-Cmd.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-MooseX-App-Cmd.spec b/perl-MooseX-App-Cmd.spec
index de29c11..741fddb 100644
--- a/perl-MooseX-App-Cmd.spec
+++ b/perl-MooseX-App-Cmd.spec
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-App-Cmd
 Version:0.09
-Release:1%{?dist}
+Release:2%{?dist}
 # see lib/MooseX/App/Cmd.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -75,11 +75,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 make test
 
 %files
-%doc Changes t/
+%doc Changes LICENSE README TODO t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri May 18 2012 Iain Arnell  0.09-2
+- add LICENSE, README and TODO to files
+
 * Fri May 18 2012 Iain Arnell  0.09-1
 - update to latest upstream version
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Class-DynamicDefault/f17] (2 commits) ...clean up spec for modern rpmbuild

2012-04-17 Thread Iain Arnell
Summary of changes:

  09bf4b8... update to 0.04 (*)
  c2c3371... clean up spec for modern rpmbuild (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Class-DynamicDefault] clean up spec for modern rpmbuild

2012-04-17 Thread Iain Arnell
commit c2c33714f717403d7a658ce6dec91a915a36d4b0
Author: Iain Arnell 
Date:   Tue Apr 17 07:41:54 2012 -0600

clean up spec for modern rpmbuild

 perl-DBIx-Class-DynamicDefault.spec |   13 -
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/perl-DBIx-Class-DynamicDefault.spec 
b/perl-DBIx-Class-DynamicDefault.spec
index 5778087..16603e9 100644
--- a/perl-DBIx-Class-DynamicDefault.spec
+++ b/perl-DBIx-Class-DynamicDefault.spec
@@ -7,7 +7,6 @@ Group:  Development/Libraries
 Summary:Automatically set and update fields 
 Source: 
http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/DBIx-Class-DynamicDefault-%{version}.tar.gz
 Url:http://search.cpan.org/dist/DBIx-Class-DynamicDefault
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
@@ -19,6 +18,8 @@ BuildRequires: perl(Test::More)
 
 Requires: perl(DBIx::Class)
 
+%{?perl_default_filter}
+
 %description
 Automatically set and update fields with values calculated at runtime.
 
@@ -31,22 +32,15 @@ Automatically set and update fields with values calculated 
at runtime.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+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}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/DBIx/Class/*
 %{_mandir}/man3/*.3*
@@ -54,6 +48,7 @@ rm -rf %{buildroot}
 %changelog
 * Tue Apr 17 2012 Iain Arnell  0.04-1
 - update to latest upstream version
+- clean up spec for modern rpmbuild
 
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.03-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-DBIx-Class-DynamicDefault] update to 0.04

2012-04-17 Thread Iain Arnell
commit 09bf4b8b960e5da0b686846b8c5ef74429903aef
Author: Iain Arnell 
Date:   Tue Apr 17 07:40:47 2012 -0600

update to 0.04

 .gitignore  |1 +
 perl-DBIx-Class-DynamicDefault.spec |   15 +--
 sources |2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9a5fbf5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DBIx-Class-DynamicDefault-0.04.tar.gz
diff --git a/perl-DBIx-Class-DynamicDefault.spec 
b/perl-DBIx-Class-DynamicDefault.spec
index 9390560..5778087 100644
--- a/perl-DBIx-Class-DynamicDefault.spec
+++ b/perl-DBIx-Class-DynamicDefault.spec
@@ -1,19 +1,19 @@
 Name:   perl-DBIx-Class-DynamicDefault 
-Version:0.03 
-Release:10%{?dist}
+Version:0.04
+Release:1%{?dist}
 # lib/DBIx/Class/DynamicDefault.pm -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Summary:Automatically set and update fields 
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/DBIx-Class-DynamicDefault-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/DBIx-Class-DynamicDefault-%{version}.tar.gz
 Url:http://search.cpan.org/dist/DBIx-Class-DynamicDefault
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
 BuildRequires: perl(DBICx::TestDatabase)
-BuildRequires: perl(DBIx::Class) >= 0.08009
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(DBIx::Class) >= 0.08127
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
 BuildRequires: perl(parent)
 BuildRequires: perl(Test::More)
 
@@ -47,11 +47,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README 
+%doc Changes
 %{perl_vendorlib}/DBIx/Class/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Apr 17 2012 Iain Arnell  0.04-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.03-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 0ca8202..bb16cda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03c61f9916214d2aa16ae75943b111fa  DBIx-Class-DynamicDefault-0.03.tar.gz
+0f4ae1e7bc8a638f679922b387fbb011  DBIx-Class-DynamicDefault-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBIx-Class-DynamicDefault-0.04.tar.gz uploaded to lookaside cache by iarnell

2012-04-17 Thread Iain Arnell
A file has been added to the lookaside cache for perl-DBIx-Class-DynamicDefault:

0f4ae1e7bc8a638f679922b387fbb011  DBIx-Class-DynamicDefault-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Path-Tiny] update to 0.3

2012-04-11 Thread Iain Arnell
commit 86bff3804ab5bce0249ba5b45d942939fc096625
Author: Iain Arnell 
Date:   Wed Apr 11 05:38:34 2012 -0600

update to 0.3

 .gitignore   |1 +
 perl-File-Path-Tiny.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18ab864..24eb9e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /File-Path-Tiny-0.1.tar.gz
 /File-Path-Tiny-0.2.tar.gz
+/File-Path-Tiny-0.3.tar.gz
diff --git a/perl-File-Path-Tiny.spec b/perl-File-Path-Tiny.spec
index 6aa3395..e8b6e37 100644
--- a/perl-File-Path-Tiny.spec
+++ b/perl-File-Path-Tiny.spec
@@ -1,5 +1,5 @@
 Name:   perl-File-Path-Tiny
-Version:0.2
+Version:0.3
 Release:1%{?dist}
 Summary:Recursive versions of mkdir() and rmdir() without as much 
overhead as File::Path
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 11 2012 Iain Arnell  0.3-1
+- update to latest upstream version
+
 * Mon Mar 12 2012 Iain Arnell  0.2-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index e011876..c76b908 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c4c23a5c673c94d86cdb82fd4069f7e  File-Path-Tiny-0.2.tar.gz
+46a1687953b02a0456f5a0ed65d1a396  File-Path-Tiny-0.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File File-Path-Tiny-0.3.tar.gz uploaded to lookaside cache by iarnell

2012-04-11 Thread Iain Arnell
A file has been added to the lookaside cache for perl-File-Path-Tiny:

46a1687953b02a0456f5a0ed65d1a396  File-Path-Tiny-0.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Moose] avoid circular build-dependencies with Data::Visitor and Devel::Partialdump

2012-04-06 Thread Iain Arnell
commit 1e927eea4f42cbf98de382be193b022272ea8519
Author: Iain Arnell 
Date:   Fri Apr 6 09:49:21 2012 -0600

avoid circular build-dependencies with Data::Visitor and Devel::Partialdump

 perl-Moose.spec |   12 
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-Moose.spec b/perl-Moose.spec
index c9d49d4..7f739ac 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
 Version:2.0402
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Moose-%{version}.tar.gz
@@ -19,7 +19,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
 # develop
 BuildRequires:  perl(Algorithm::C3)
 BuildRequires:  perl(DBM::Deep) >= 1.0003
+%if !0%{?perl_bootstrap}
 BuildRequires:  perl(Data::Visitor)
+%endif
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Calendar::Mayan)
 BuildRequires:  perl(DateTime::Format::MySQL)
@@ -69,14 +71,12 @@ BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Name) >= 0.05
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Try::Tiny) >= 0.02
-# recommended
-BuildRequires:  perl(Devel::PartialDump) >= 0.14
 
 
 Requires:   perl(Data::OptList) >= 0.107
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 
-# recommended
+# recommended (note: this uses Moose itself)
 Requires:   perl(Devel::PartialDump) >= 0.14
 
 # hidden from PAUSE
@@ -157,6 +157,10 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Fri Apr 06 2012 Iain Arnell  2.0402-2
+- avoid circular build-dependencies with Data::Visitor and Devel::Partialdump
+  (patch from Paul Howarth rhbz#810394)
+
 * Sun Feb 05 2012 Iain Arnell  2.0402-1
 - update to latest upstream version
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-Role-XMLRPC-Client] update to 0.06

2012-04-04 Thread Iain Arnell
commit a0e8cebe3904d21fec618ebdc84c00cee7aa4ab0
Author: Iain Arnell 
Date:   Wed Apr 4 05:28:26 2012 -0600

update to 0.06

 .gitignore  |1 +
 perl-MooseX-Role-XMLRPC-Client.spec |   23 +--
 sources |2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 674eb49..a81abbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MooseX-Role-XMLRPC-Client-0.04.tar.gz
 /MooseX-Role-XMLRPC-Client-0.05.tar.gz
+/MooseX-Role-XMLRPC-Client-0.06.tar.gz
diff --git a/perl-MooseX-Role-XMLRPC-Client.spec 
b/perl-MooseX-Role-XMLRPC-Client.spec
index a5e495b..cef210d 100644
--- a/perl-MooseX-Role-XMLRPC-Client.spec
+++ b/perl-MooseX-Role-XMLRPC-Client.spec
@@ -1,5 +1,5 @@
 Name:   perl-MooseX-Role-XMLRPC-Client 
-Version:0.05
+Version:0.06
 Release:1%{?dist}
 # lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+
 License:LGPLv2+
@@ -10,20 +10,20 @@ Url:
http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Temp)
 BuildRequires: perl(HTTP::Cookies)
+BuildRequires: perl(Moose)
 BuildRequires: perl(MooseX::AttributeShortcuts)
-BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02
-BuildRequires: perl(MooseX::Types)
+BuildRequires: perl(MooseX::Role::Parameterized)
+BuildRequires: perl(MooseX::Types::Moose)
 BuildRequires: perl(MooseX::Types::Path::Class)
 BuildRequires: perl(MooseX::Types::URI)
 BuildRequires: perl(namespace::clean)
 BuildRequires: perl(RPC::XML::Client)
-# tests
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Crypt::SSLeay)
-# see RT#44197
-BuildRequires: perl(CPAN)
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl(Test::Requires)
 
 %{?perl_default_filter}
 
@@ -52,11 +52,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{?!_with_network_tests: NO_NET_TESTS=1} make test
 
 %files
-%doc Changes README 
+%doc Changes LICENSE README 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Apr 04 2012 Iain Arnell  0.06-1
+- update to latest upstream version
+
 * Tue Apr 03 2012 Iain Arnell  0.05-1
 - update to latest upstream version
 - clean up spec for modern rpmbuild
diff --git a/sources b/sources
index 8b081f4..a1bb068 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8a3a98d59607aa7f459bb314079115  MooseX-Role-XMLRPC-Client-0.05.tar.gz
+aa14a622e9e731dce93e84b508534e61  MooseX-Role-XMLRPC-Client-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Role-Tiny-1.000001.tar.gz uploaded to lookaside cache by iarnell

2012-04-04 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Role-Tiny:

f563b6f0c9fea55349aa0ff23240268c  Role-Tiny-1.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Devel-PatchPerl-0.68.tar.gz uploaded to lookaside cache by iarnell

2012-04-03 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Devel-PatchPerl:

7d2ba4ae9a3e0f24e196afa63c8ddc20  Devel-PatchPerl-0.68.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Data-Dump-Streamer/f17] update to 2.33

2012-04-03 Thread Iain Arnell
Summary of changes:

  9c1a8c0... update to 2.33 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File CPAN-Meta-2.120921.tar.gz uploaded to lookaside cache by iarnell

2012-04-02 Thread Iain Arnell
A file has been added to the lookaside cache for perl-CPAN-Meta:

83d00ee341ca2a6d8d5e5f9d4bd9d41e  CPAN-Meta-2.120921.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-Requirements/f17] (3 commits) ...run release/author tests too

2012-04-02 Thread Iain Arnell
Summary of changes:

  f70b3dc... initial import (rhbz#808886) (*)
  e732886... clean up spec following review (*)
  5175155... run release/author tests too (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-Requirements] run release/author tests too

2012-04-02 Thread Iain Arnell
commit 517515599c77633b6f477b7a8ed7facbd676c718
Author: Iain Arnell 
Date:   Mon Apr 2 10:12:26 2012 -0600

run release/author tests too

 perl-CPAN-Meta-Requirements.spec |   16 +++-
 1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index 82d4598..5bbc277 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -15,6 +15,19 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Script)
 BuildRequires:  perl(version) >= 0.77
+# for author/release tests
+BuildRequires:  
perl(Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire)
+BuildRequires:  perl(Pod::Coverage::TrustPod)
+BuildRequires:  perl(Pod::Wordlist::hanekomu)
+BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Test::Perl::Critic)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Portability::Files)
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(Test::Spelling) aspell-en
+BuildRequires:  perl(Test::Version)
+
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 # CPAN-Meta-Requirements was split from CPAN-Meta
@@ -43,7 +56,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %check
-make test
+make test TEST_FILES="t/*.t xt/*/*.t"
 
 %files
 %doc Changes LICENSE perlcritic.rc README README.PATCHING
@@ -53,6 +66,7 @@ make test
 %changelog
 * Mon Apr 02 2012 Iain Arnell  2.121-2
 - clean up spec following review
+- run release/author tests too
 
 * Sun Apr 01 2012 Iain Arnell  2.121-1
 - Specfile autogenerated by cpanspec 1.79.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-Requirements] clean up spec following review

2012-04-02 Thread Iain Arnell
commit e7328866305415c4e1a21234a490bf11c0abc836
Author: Iain Arnell 
Date:   Mon Apr 2 08:31:58 2012 -0600

clean up spec following review

 perl-CPAN-Meta-Requirements.spec |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index 47e7118..82d4598 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,13 +1,12 @@
 Name:   perl-CPAN-Meta-Requirements
 Version:2.121
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Set of version requirements for a CPAN dist
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/CPAN-Meta-Requirements/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.006
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Find)
@@ -40,7 +39,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}/*
 
@@ -53,5 +51,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 02 2012 Iain Arnell  2.121-2
+- clean up spec following review
+
 * Sun Apr 01 2012 Iain Arnell  2.121-1
 - Specfile autogenerated by cpanspec 1.79.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CPAN-Meta-Requirements] initial import (rhbz#808886)

2012-04-02 Thread Iain Arnell
commit f70b3dc315b76a45717f141bc5119345932c6590
Author: Iain Arnell 
Date:   Mon Apr 2 07:57:17 2012 -0600

initial import (rhbz#808886)

 .gitignore   |1 +
 perl-CPAN-Meta-Requirements.spec |   57 ++
 sources  |1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7708817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/CPAN-Meta-Requirements-2.121.tar.gz
diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
new file mode 100644
index 000..47e7118
--- /dev/null
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -0,0 +1,57 @@
+Name:   perl-CPAN-Meta-Requirements
+Version:2.121
+Release:1%{?dist}
+Summary:Set of version requirements for a CPAN dist
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/CPAN-Meta-Requirements/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl >= 0:5.006
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Script)
+BuildRequires:  perl(version) >= 0.77
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+# CPAN-Meta-Requirements was split from CPAN-Meta
+Conflicts:  perl-CPAN-Meta < 2.120921
+
+%{?perl_default_filter}
+
+%description
+A CPAN::Meta::Requirements object models a set of version constraints like
+those specified in the META.yml or META.json files in CPAN distributions.
+It can be built up by adding more and more constraints, and it will reduce
+them to the simplest representation.
+
+%prep
+%setup -q -n CPAN-Meta-Requirements-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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}/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE perlcritic.rc README README.PATCHING
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Apr 01 2012 Iain Arnell  2.121-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..26afbde 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fc94d5b112e9e18aa0348ee9e659dbf2  CPAN-Meta-Requirements-2.121.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Re: Fwd: Standard ML in Fedora and in GSoC

2012-03-28 Thread Iain Arnell
On Tue, Mar 27, 2012 at 10:52 AM, Richard W.M. Jones  wrote:
> On Tue, Mar 27, 2012 at 07:00:15PM +0530, Buddhike Kurera wrote:
>> Hello,
>> An idea found on the summer-coding list, please forward if you have
>> any idea, comment.
>
> More ML is better.  Take a look at this link for the gory details of
> how to submit packages:
>
> https://fedoraproject.org/wiki/PackageMaintainers/Join

Note that there's already a review request[1] for smlnj, but it seems
to have stalled - no progress since October last year.


[1] https://bugzilla.redhat.com/show_bug.cgi?id=670088

-- 
Iain.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-String-ToIdentifier-EN] update to 0.07

2012-03-26 Thread Iain Arnell
commit 24b6cb7d7cb3b49419abb559038e59c07f5d0f32
Author: Iain Arnell 
Date:   Mon Mar 26 05:34:48 2012 -0600

update to 0.07

 .gitignore   |1 +
 perl-String-ToIdentifier-EN.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6ccaef..1a7da9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /String-ToIdentifier-EN-0.06.tar.gz
+/String-ToIdentifier-EN-0.07.tar.gz
diff --git a/perl-String-ToIdentifier-EN.spec b/perl-String-ToIdentifier-EN.spec
index 64e7ff8..cf51cb7 100644
--- a/perl-String-ToIdentifier-EN.spec
+++ b/perl-String-ToIdentifier-EN.spec
@@ -1,5 +1,5 @@
 Name:   perl-String-ToIdentifier-EN
-Version:0.06
+Version:0.07
 Release:1%{?dist}
 Summary:Convert Strings to English Program Identifiers
 License:GPL+ or Artistic
@@ -48,5 +48,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 26 2012 Iain Arnell  0.07-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Iain Arnell  0.06-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 4968e66..41df8c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-262602c5b29b3a62fbf8ebc005bfebee  String-ToIdentifier-EN-0.06.tar.gz
+fb99f7b8bb574bf650563e6e1fd198a2  String-ToIdentifier-EN-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File String-ToIdentifier-EN-0.07.tar.gz uploaded to lookaside cache by iarnell

2012-03-26 Thread Iain Arnell
A file has been added to the lookaside cache for perl-String-ToIdentifier-EN:

fb99f7b8bb574bf650563e6e1fd198a2  String-ToIdentifier-EN-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File MooseX-App-Cmd-0.09.tar.gz uploaded to lookaside cache by iarnell

2012-03-19 Thread Iain Arnell
A file has been added to the lookaside cache for perl-MooseX-App-Cmd:

18c8c92ca2c86b6b6a1939ea7f3a9199  MooseX-App-Cmd-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Path-Tiny] update to 0.2

2012-03-12 Thread Iain Arnell
commit 6b30f5eee8e32a60cefeeceb82e5b547d245d6eb
Author: Iain Arnell 
Date:   Mon Mar 12 05:50:49 2012 -0600

update to 0.2

 .gitignore   |1 +
 perl-File-Path-Tiny.spec |8 +---
 sources  |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1854de2..18ab864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /File-Path-Tiny-0.1.tar.gz
+/File-Path-Tiny-0.2.tar.gz
diff --git a/perl-File-Path-Tiny.spec b/perl-File-Path-Tiny.spec
index ef170a7..6aa3395 100644
--- a/perl-File-Path-Tiny.spec
+++ b/perl-File-Path-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-Path-Tiny
-Version:0.1
-Release:4%{?dist}
+Version:0.2
+Release:1%{?dist}
 Summary:Recursive versions of mkdir() and rmdir() without as much 
overhead as File::Path
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -38,12 +38,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
\;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 12 2012 Iain Arnell  0.2-1
+- update to latest upstream version
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e83afa4..e011876 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3a2ac2277304b6a1c017f24c8327f55a  File-Path-Tiny-0.1.tar.gz
+2c4c23a5c673c94d86cdb82fd4069f7e  File-Path-Tiny-0.2.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File CPAN-Meta-2.120630.tar.gz uploaded to lookaside cache by iarnell

2012-03-04 Thread Iain Arnell
A file has been added to the lookaside cache for perl-CPAN-Meta:

f8336fb484414c7935581ce03dacf6ea  CPAN-Meta-2.120630.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Statistics-Descriptive-3.0400.tar.gz uploaded to lookaside cache by iarnell

2012-03-02 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Statistics-Descriptive:

6b296c635bb856a3af0f420c0d78863f  Statistics-Descriptive-3.0400.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Contextual-Return/f17] update to 0.004002

2012-03-02 Thread Iain Arnell
Summary of changes:

  6c88ef6... update to 0.004002 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Contextual-Return] update to 0.004002

2012-03-02 Thread Iain Arnell
commit 6c88ef6b68f594e714f82b08d68f26195e27dbc3
Author: Iain Arnell 
Date:   Fri Mar 2 10:41:29 2012 -0700

update to 0.004002

 .gitignore  |1 +
 perl-Contextual-Return.spec |5 -
 sources |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a39c5a4..006b480 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Contextual-Return-v0.2.1.tar.gz
 /Contextual-Return-0.003001.tar.gz
 /Contextual-Return-0.003002.tar.gz
 /Contextual-Return-0.004001.tar.gz
+/Contextual-Return-0.004002.tar.gz
diff --git a/perl-Contextual-Return.spec b/perl-Contextual-Return.spec
index d3a437a..0c4f889 100644
--- a/perl-Contextual-Return.spec
+++ b/perl-Contextual-Return.spec
@@ -1,5 +1,5 @@
 Name:   perl-Contextual-Return
-Version:0.004001
+Version:0.004002
 Release:1%{?dist}
 Summary:Create context-sensitive return values
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 
 
 %changelog
+* Fri Mar 02 2012 Iain Arnell  0.004002-1
+- update to latest upstream version
+
 * Sat Feb 18 2012 Iain Arnell  0.004001-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 938ede9..5be3be3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ccd3ddf17a753faed5b0bb748c2608a  Contextual-Return-0.004001.tar.gz
+701cc06595f986538568df1708f5b031  Contextual-Return-0.004002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Contextual-Return-0.004002.tar.gz uploaded to lookaside cache by iarnell

2012-03-02 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Contextual-Return:

701cc06595f986538568df1708f5b031  Contextual-Return-0.004002.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-MooseX-Storage] update to 0.31

2012-02-29 Thread Iain Arnell
commit cb6d81ebf827f093dd8e7eae5b0ef470beeb52a6
Author: Iain Arnell 
Date:   Wed Feb 29 09:44:45 2012 -0700

update to 0.31

 .gitignore   |1 +
 perl-MooseX-Storage.spec |   11 +++
 sources  |2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4d2011..275b9e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-Storage-0.21.tar.gz
 /MooseX-Storage-0.29.tar.gz
 /MooseX-Storage-0.30.tar.gz
+/MooseX-Storage-0.31.tar.gz
diff --git a/perl-MooseX-Storage.spec b/perl-MooseX-Storage.spec
index 26da17d..b117c72 100644
--- a/perl-MooseX-Storage.spec
+++ b/perl-MooseX-Storage.spec
@@ -1,7 +1,7 @@
 Name:   perl-MooseX-Storage
 Summary:A serialization framework for Moose classes
-Version:0.30
-Release:3%{?dist}
+Version:0.31
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Storage-%{version}.tar.gz
@@ -10,11 +10,11 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 BuildArch:  noarch
 
 BuildRequires:  perl(CPAN)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
 BuildRequires:  perl(Moose) >= 0.99
 BuildRequires:  perl(String::RewritePrefix)
 BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires) >= 0.05
 # test BR
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Feb 29 2012 Iain Arnell  0.31-1
+- update to latest upstream version
+
 * Sun Jan 22 2012 Iain Arnell  0.30-3
 - drop tests subpackage; move tests to main package documentation
 
diff --git a/sources b/sources
index 12481f9..37d0dac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d4edc2bc288d7cdd4b8bfdcfdd70d8f  MooseX-Storage-0.30.tar.gz
+bb31e6e5c0849960f618f9ef90c42dc3  MooseX-Storage-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File MooseX-Storage-0.31.tar.gz uploaded to lookaside cache by iarnell

2012-02-29 Thread Iain Arnell
A file has been added to the lookaside cache for perl-MooseX-Storage:

bb31e6e5c0849960f618f9ef90c42dc3  MooseX-Storage-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Catalyst-Action-REST-0.99.tar.gz uploaded to lookaside cache by iarnell

2012-02-28 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Action-REST:

3817a9a2514f76bf853aac0427678fae  Catalyst-Action-REST-0.99.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tk-ToolBar/f16] (2 commits) ...additional (build-)dependencies following review

2012-02-27 Thread Iain Arnell
Summary of changes:

  8c046a4... initial import (rhbz#795605) (*)
  c4d60ad... additional (build-)dependencies following review (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tk-ToolBar/f17] (2 commits) ...additional (build-)dependencies following review

2012-02-27 Thread Iain Arnell
Summary of changes:

  8c046a4... initial import (rhbz#795605) (*)
  c4d60ad... additional (build-)dependencies following review (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tk-ToolBar] additional (build-)dependencies following review

2012-02-27 Thread Iain Arnell
commit c4d60adc617607d1e0093f82913d842b7d44e3a7
Author: Iain Arnell 
Date:   Mon Feb 27 09:29:32 2012 -0700

additional (build-)dependencies following review

 perl-Tk-ToolBar.spec |   12 +++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk-ToolBar.spec b/perl-Tk-ToolBar.spec
index fe965bf..8b61ddc 100644
--- a/perl-Tk-ToolBar.spec
+++ b/perl-Tk-ToolBar.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tk-ToolBar
 Version:0.10
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Toolbar widget for Perl/Tk
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,13 +10,20 @@ Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/Tk-ToolBar-%{version}
 Patch0: perl-Tk-ToolBar-no-demos.patch
 BuildArch:  noarch
 BuildRequires:  perl >= 0:5.005
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Tk)
+BuildRequires:  perl(Tk::Balloon)
 BuildRequires:  perl(Tk::CursorControl)
+BuildRequires:  perl(Tk::Frame)
+BuildRequires:  perl(Tk::LabEntry)
+BuildRequires:  perl(Tk::widgets)
 Requires:   perl(Tk::CursorControl)
+Requires:   perl(Tk::LabEntry)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -55,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 27 2012 Iain Arnell  0.10-3
+- additional (build-)dependencies following review
+
 * Wed Feb 22 2012 Iain Arnell  0.10-2
 - R/BR perl(Tk::CursorControl) now that it's available
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tk-ToolBar] initial import (rhbz#795605)

2012-02-27 Thread Iain Arnell
commit 8c046a4affe288395d5dfebcfe9f3ce29bad8a91
Author: Iain Arnell 
Date:   Mon Feb 27 09:27:10 2012 -0700

initial import (rhbz#795605)

 .gitignore |1 +
 perl-Tk-ToolBar-no-demos.patch |   14 +
 perl-Tk-ToolBar.spec   |   62 
 sources|1 +
 4 files changed, 78 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9fa83e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Tk-ToolBar-0.10.zip
diff --git a/perl-Tk-ToolBar-no-demos.patch b/perl-Tk-ToolBar-no-demos.patch
new file mode 100644
index 000..c36eeef
--- /dev/null
+++ b/perl-Tk-ToolBar-no-demos.patch
@@ -0,0 +1,14 @@
+diff -up Tk-ToolBar-0.10/Makefile.PL.orig Tk-ToolBar-0.10/Makefile.PL
+--- Tk-ToolBar-0.10/Makefile.PL.orig   2010-02-27 16:11:44.0 -0700
 Tk-ToolBar-0.10/Makefile.PL2012-02-20 17:16:18.012721646 -0700
+@@ -23,10 +23,6 @@ WriteMakefile1(
+ },
+ PM   => {
+  'ToolBar.pm'   => 
'$(INST_LIB)/Tk/ToolBar.pm',
+- 'toolbar.pl'   => ($] >= 5.005 ?
+-'$(INST_ARCHLIB)' :
+-'$(INST_LIB)') .
+- '/Tk/demos/widtrib/toolbar.pl',
+  'ToolBar/tkIcons'  => 
'$(INST_LIB)/Tk/ToolBar/tkIcons',
+ },
+);
diff --git a/perl-Tk-ToolBar.spec b/perl-Tk-ToolBar.spec
new file mode 100644
index 000..fe965bf
--- /dev/null
+++ b/perl-Tk-ToolBar.spec
@@ -0,0 +1,62 @@
+Name:   perl-Tk-ToolBar
+Version:0.10
+Release:2%{?dist}
+Summary:Toolbar widget for Perl/Tk
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Tk-ToolBar/
+Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/Tk-ToolBar-%{version}.zip
+# don't install toolbar.pl demo - add to docs instead
+Patch0: perl-Tk-ToolBar-no-demos.patch
+BuildArch:  noarch
+BuildRequires:  perl >= 0:5.005
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Tk)
+BuildRequires:  perl(Tk::CursorControl)
+Requires:   perl(Tk::CursorControl)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+This module implements a dockable toolbar. It is in the same spirit as the
+"short-cut" toolbars found in most major applications, such as most web
+browsers and text editors (where you find the "back" or "save" and other
+shortcut buttons).
+
+%prep
+%setup -q -n Tk-ToolBar-%{version}
+%patch0 -p1
+
+# strip CRLF
+find -type f -print0 | xargs -0 sed -i 's/\r$//'
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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}/*
+
+%check
+make test
+
+%files
+%doc Changes README toolbar.pl
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Feb 22 2012 Iain Arnell  0.10-2
+- R/BR perl(Tk::CursorControl) now that it's available
+
+* Mon Feb 20 2012 Iain Arnell  0.10-1
+- Specfile autogenerated by cpanspec 1.79.
diff --git a/sources b/sources
index e69de29..dd3d6ba 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c21f0f0320651eac05c5c6071f87df35  Tk-ToolBar-0.10.zip
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Tk-ToolBar-0.10.zip uploaded to lookaside cache by iarnell

2012-02-27 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Tk-ToolBar:

c21f0f0320651eac05c5c6071f87df35  Tk-ToolBar-0.10.zip
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Getopt-Long-Descriptive-0.091.tar.gz uploaded to lookaside cache by iarnell

2012-02-23 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Getopt-Long-Descriptive:

3e3c147aa0e509bfdddf18d48f0335c1  Getopt-Long-Descriptive-0.091.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Tk-CursorControl] BR perl(Carp) following review

2012-02-22 Thread Iain Arnell
commit d0a6791f7840d437b4180a738ff2ba7a78b359e3
Author: Iain Arnell 
Date:   Wed Feb 22 16:48:49 2012 -0700

BR perl(Carp) following review

 perl-Tk-CursorControl.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk-CursorControl.spec b/perl-Tk-CursorControl.spec
index 5cf4768..ce3e9d9 100644
--- a/perl-Tk-CursorControl.spec
+++ b/perl-Tk-CursorControl.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tk-CursorControl
 Version:0.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Manipulate the mouse cursor programmatically
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,7 @@ Patch0: perl-Tk-CursorControl-no-demos.patch
 Patch1: perl-Tk-CursorControl-no-interactive-test.patch
 %bcond_with interactive_tests
 BuildArch:  noarch
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Tk) >= 800.015
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -53,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Feb 22 2012 Iain Arnell  0.4-2
+- BR perl(Carp) following review
+
 * Mon Feb 20 2012 Iain Arnell  0.4-1
 - Specfile autogenerated by cpanspec 1.79.
 - disable interactive tests
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Catalyst-Action-REST-0.98.tar.gz uploaded to lookaside cache by iarnell

2012-02-21 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Action-REST:

67e9b0e0fd50c4f400426f4b5d0eceb8  Catalyst-Action-REST-0.98.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-utf8] update to 1.00

2012-02-21 Thread Iain Arnell
commit 36dc5747c67d5c4f87c515e7b4d22a70772d8248
Author: Iain Arnell 
Date:   Tue Feb 21 06:46:13 2012 -0700

update to 1.00

 .gitignore  |1 +
 perl-Test-utf8.spec |   28 +---
 sources |2 +-
 3 files changed, 19 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb3be5d..f9724db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-utf8-0.02.tar.gz
+/Test-utf8-1.00.tar.gz
diff --git a/perl-Test-utf8.spec b/perl-Test-utf8.spec
index 1889c63..4f22bb6 100644
--- a/perl-Test-utf8.spec
+++ b/perl-Test-utf8.spec
@@ -1,15 +1,15 @@
 Name:   perl-Test-utf8
-Version:0.02
-Release:6%{?dist}
+Version:1.00
+Release:1%{?dist}
 Summary:Handy utf8 tests
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-utf8/
 Source0:
http://www.cpan.org/authors/id/M/MA/MARKF/Test-utf8-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Builder) >= 0.15
-BuildRequires:  perl(Test::Builder::Tester) >= 1.01
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Builder::Tester) >= 0.09
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
@@ -22,17 +22,19 @@ strings in Perl.
 %setup -q -n Test-utf8-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install DESTDIR=%{buildroot}
 
-%{_fixperms} $RPM_BUILD_ROOT/*
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+make test
 
 %files
 %doc CHANGES
@@ -40,6 +42,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 21 2012 Iain Arnell  1.00-1
+- update to latest upstream version
+- converted to EU::MM
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 3fe9487..cd31335 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbfd430726d68e867ef5d75b26f710f0  Test-utf8-0.02.tar.gz
+196c138c637a70a1c4f0fbcb63e68c59  Test-utf8-1.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

  1   2   3   4   5   >