File Mojolicious-1.14.tar.gz uploaded to lookaside cache by yaneti

2011-03-18 Thread Yanko Kaneti
A file has been added to the lookaside cache for perl-Mojolicious:

e15095256b2ee976af55bdb1fda6c6c7  Mojolicious-1.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Mojolicious/f15/master] New bugfix release from upstream 1.14

2011-03-18 Thread Yanko Kaneti
commit f7413fabb2d027ed160af1b3962636c24dc471aa
Author: Yanko Kaneti 
Date:   Fri Mar 18 09:11:29 2011 +0200

New bugfix release from upstream 1.14

 .gitignore|1 +
 perl-Mojolicious.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index deb7a99..5f077b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-1.01.tar.gz
 /Mojolicious-1.11.tar.gz
 /Mojolicious-1.13.tar.gz
+/Mojolicious-1.14.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index ae9fb25..9b4ede1 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:1.13
+Version:1.14
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2011 Yanko Kaneti  1.14-1
+- New bugfix release from upstream 1.14.
+
 * Mon Mar 14 2011 Yanko Kaneti  1.13-1
 - Update to latest upstream 1.13.
 
diff --git a/sources b/sources
index 2eac769..dc0cf2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4de1315af09bf299d01e66b085a871dc  Mojolicious-1.13.tar.gz
+e15095256b2ee976af55bdb1fda6c6c7  Mojolicious-1.14.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Mojolicious] New bugfix release from upstream 1.14

2011-03-18 Thread Yanko Kaneti
Summary of changes:

  f7413fa... New bugfix release from upstream 1.14 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Catalyst-Controller-FormBuilder-0.06.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-Catalyst-Controller-FormBuilder:

03c2b4d6b39bc09adac5ef8622b51bd9  Catalyst-Controller-FormBuilder-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Controller-FormBuilder] update to 0.06

2011-03-18 Thread Iain Arnell
commit 540a32f7d4a2fa9440be8faa4d0732902d618209
Author: Iain Arnell 
Date:   Fri Mar 18 08:34:42 2011 +0100

update to 0.06

 .gitignore|1 +
 perl-Catalyst-Controller-FormBuilder.spec |9 +
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48217d0..a9a8a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Controller-FormBuilder-0.05.tar.gz
+/Catalyst-Controller-FormBuilder-0.06.tar.gz
diff --git a/perl-Catalyst-Controller-FormBuilder.spec 
b/perl-Catalyst-Controller-FormBuilder.spec
index 049960f..cae55d6 100644
--- a/perl-Catalyst-Controller-FormBuilder.spec
+++ b/perl-Catalyst-Controller-FormBuilder.spec
@@ -1,6 +1,6 @@
 Name:   perl-Catalyst-Controller-FormBuilder
-Version:0.05
-Release:9%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Catalyst FormBuilder Base Controller
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,8 +14,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst) >= 0.37
 BuildRequires:  perl(Tie::IxHash) >= 1.21
-# work around bundled M::I
-BuildRequires:  perl(CPAN)
 
 # not auto-picked up, or to keep rpmlint happy...
 Requires:   perl(Catalyst)
@@ -70,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.06-1
+- update to latest upstream version
+
 * Thu Mar 17 2011 Iain Arnell  0.05-9
 - don't filter perl(Catalyst::View::HTML::Template) from requires
 - drop obsolete no_scalar_util_0_19.patch
diff --git a/sources b/sources
index 7b016a6..025f3ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc78886fcf4118897b23b12baac38c6c  Catalyst-Controller-FormBuilder-0.05.tar.gz
+03c2b4d6b39bc09adac5ef8622b51bd9  Catalyst-Controller-FormBuilder-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Controller-FormBuilder/f15/master] minor spec clean up

2011-03-18 Thread Iain Arnell
commit c3451a5c346da595460edf708bd201e4ae62db25
Author: Iain Arnell 
Date:   Thu Mar 17 16:54:29 2011 +0100

minor spec clean up

don't filter perl(Catalyst::View::HTML::Template) from requires
drop obsolete no_scalar_util_0_19.patch
clean up spec for modern rpmbuild

 no_scalar_util_0_19.patch |   13 -
 perl-Catalyst-Controller-FormBuilder.spec |   16 ++--
 2 files changed, 6 insertions(+), 23 deletions(-)
---
diff --git a/perl-Catalyst-Controller-FormBuilder.spec 
b/perl-Catalyst-Controller-FormBuilder.spec
index 39b68b7..049960f 100644
--- a/perl-Catalyst-Controller-FormBuilder.spec
+++ b/perl-Catalyst-Controller-FormBuilder.spec
@@ -1,13 +1,11 @@
 Name:   perl-Catalyst-Controller-FormBuilder
 Version:0.05
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Catalyst FormBuilder Base Controller
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Catalyst-Controller-FormBuilder/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Catalyst-Controller-FormBuilder-%{version}.tar.gz
-Patch0: no_scalar_util_0_19.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -42,7 +40,6 @@ http://www.formbuilder.org
 
 %{?filter_setup:
 %filter_from_requires /perl(FindBin)/d; /perl(Test::.*)/d
-%filter_from_requires /perl(Catalyst::View::HTML::Template)/d
 %filter_from_provides /perl(TestApp.*)/d
 
 %{?perl_default_filter}
@@ -50,15 +47,12 @@ http://www.formbuilder.org
 
 %prep
 %setup -q -n Catalyst-Controller-FormBuilder-%{version}
-%patch0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -69,9 +63,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes t/
@@ -79,6 +70,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 17 2011 Iain Arnell  0.05-9
+- don't filter perl(Catalyst::View::HTML::Template) from requires
+- drop obsolete no_scalar_util_0_19.patch
+- clean up spec for modern rpmbuild
+
 * Wed Feb 16 2011 Marcela Mašláňová  - 0.05-8
 - fix filter for RPM4.9
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Catalyst-Controller-FormBuilder/f15/master] update to 0.06

2011-03-18 Thread Iain Arnell
commit 1f999dbc16f1206c632cc7dbaaf283fc50e187e3
Author: Iain Arnell 
Date:   Fri Mar 18 08:34:42 2011 +0100

update to 0.06

 .gitignore|1 +
 perl-Catalyst-Controller-FormBuilder.spec |9 +
 sources   |2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48217d0..a9a8a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Catalyst-Controller-FormBuilder-0.05.tar.gz
+/Catalyst-Controller-FormBuilder-0.06.tar.gz
diff --git a/perl-Catalyst-Controller-FormBuilder.spec 
b/perl-Catalyst-Controller-FormBuilder.spec
index 049960f..cae55d6 100644
--- a/perl-Catalyst-Controller-FormBuilder.spec
+++ b/perl-Catalyst-Controller-FormBuilder.spec
@@ -1,6 +1,6 @@
 Name:   perl-Catalyst-Controller-FormBuilder
-Version:0.05
-Release:9%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:Catalyst FormBuilder Base Controller
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,8 +14,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::WWW::Mechanize::Catalyst) >= 0.37
 BuildRequires:  perl(Tie::IxHash) >= 1.21
-# work around bundled M::I
-BuildRequires:  perl(CPAN)
 
 # not auto-picked up, or to keep rpmlint happy...
 Requires:   perl(Catalyst)
@@ -70,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.06-1
+- update to latest upstream version
+
 * Thu Mar 17 2011 Iain Arnell  0.05-9
 - don't filter perl(Catalyst::View::HTML::Template) from requires
 - drop obsolete no_scalar_util_0_19.patch
diff --git a/sources b/sources
index 7b016a6..025f3ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc78886fcf4118897b23b12baac38c6c  Catalyst-Controller-FormBuilder-0.05.tar.gz
+03c2b4d6b39bc09adac5ef8622b51bd9  Catalyst-Controller-FormBuilder-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


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

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-App-Cmd:

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


[perl-App-Cmd] update to 0.311

2011-03-18 Thread Iain Arnell
commit 1965efc834a3bf735ea1470e6110284e4ebf825b
Author: Iain Arnell 
Date:   Fri Mar 18 08:43:25 2011 +0100

update to 0.311

 .gitignore|1 +
 perl-App-Cmd.spec |8 ++--
 sources   |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6f87c3..904aa16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 App-Cmd-0.307.tar.gz
 /App-Cmd-0.309.tar.gz
+/App-Cmd-0.311.tar.gz
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index 3ffb642..8cc8a71 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,7 +1,7 @@
 Name:   perl-App-Cmd
 Summary:Write command line apps with less suffering
-Version:0.309
-Release:2%{?dist}
+Version:0.311
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz 
@@ -10,6 +10,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} 
-V:version`"; echo $versi
 BuildArch:  noarch
 
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Class::Load) >= 0.06
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Data::OptList)
@@ -66,6 +67,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.311-1
+- update to latest upstream version
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.309-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 1bb0486..10ed6b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba7ce022435db971a00f9c1edd350a51  App-Cmd-0.309.tar.gz
+e760832cc3dbc703c3117453b37829eb  App-Cmd-0.311.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-App-Cmd/f15/master] update to 0.311

2011-03-18 Thread Iain Arnell
Summary of changes:

  1965efc... update to 0.311 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Net-GitHub-0.28.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Net-GitHub:

d522f243dbf1d0505d3b62a4344c1c3d  Net-GitHub-0.28.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-GitHub] update to 0.28

2011-03-18 Thread Iain Arnell
commit 839a2f6033e349d7a67e109c7bac46295a012bca
Author: Iain Arnell 
Date:   Fri Mar 18 08:55:19 2011 +0100

update to 0.28

 .gitignore   |1 +
 perl-Net-GitHub.spec |   22 ++
 sources  |2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f53719..22e7f4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.23.tar.gz
+/Net-GitHub-0.28.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index c046612..ec444c9 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,7 +1,7 @@
 Name:   perl-Net-GitHub 
 Summary:Perl interface for github.com 
-Version:0.23
-Release:3%{?dist}
+Version:0.28
+Release:1%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-%{version}.tar.gz
@@ -15,21 +15,15 @@ BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON::Any)
+BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Test::MockModule)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(WWW::Mechanize::GZip)
 
-Requires:   perl(Any::Moose)
-# Crypt::SSLeay for tests subpackage
-Requires:   perl(Crypt::SSLeay)
-Requires:   perl(HTML::TreeBuilder)
-Requires:   perl(JSON::Any)
-Requires:   perl(URI::Escape)
-Requires:   perl(WWW::Mechanize::GZip)
-
 
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
@@ -42,7 +36,7 @@ for working with GitHub users and repositories.
 %setup -q -n Net-GitHub-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -57,11 +51,15 @@ make test
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README 
+%doc Changes README examples
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.28-1
+- update to latest upstream version
+- add examples as doc
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.23-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 19c311a..5c17f79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43f611d9da69776ce304514199eb9d0d  Net-GitHub-0.23.tar.gz
+d522f243dbf1d0505d3b62a4344c1c3d  Net-GitHub-0.28.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-GitHub/f15/master] update to 0.28

2011-03-18 Thread Iain Arnell
Summary of changes:

  839a2f6... update to 0.28 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-GitHub/f14/master] (4 commits) ...update to 0.28

2011-03-18 Thread Iain Arnell
Summary of changes:

  8399295... update to 0.23 (*)
  a20633b... - 661697 rebuild for fixing problems with vendorach/lib (*)
  8a9ff02... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  839a2f6... update to 0.28 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Try-Tiny-0.09.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Try-Tiny:

e526aa7d80cbc690c4a20925a592c13c  Try-Tiny-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Test-WWW-Mechanize-Catalyst-0.53.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-Test-WWW-Mechanize-Catalyst:

e0ea83d3708d044f9beb670d117f9376  Test-WWW-Mechanize-Catalyst-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Try-Tiny] update to 0.09

2011-03-18 Thread Iain Arnell
commit 0d9574b7e911123925c2d7bd4143ad0845d4aba6
Author: Iain Arnell 
Date:   Fri Mar 18 11:30:24 2011 +0100

update to 0.09

 .gitignore |1 +
 perl-Try-Tiny.spec |   16 +++-
 sources|2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 443ed3b..1bd9357 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Try-Tiny-0.07.tar.gz
+/Try-Tiny-0.09.tar.gz
diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index 3f4add5..23620df 100644
--- a/perl-Try-Tiny.spec
+++ b/perl-Try-Tiny.spec
@@ -1,12 +1,11 @@
 Name:   perl-Try-Tiny
 Summary:Minimal try/catch with proper localization of $@
-Version:0.07
-Release:2%{?dist}
+Version:0.09
+Release:1%{?dist}
 License:MIT
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Try-Tiny-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Try-Tiny
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
@@ -30,8 +29,6 @@ time.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{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 ';'
@@ -41,9 +38,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -51,6 +45,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Try::Tiny.3pm*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.09-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering  
- 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6566eb5..3803b8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7a7645da6248f862855cd80bf67e29d  Try-Tiny-0.07.tar.gz
+e526aa7d80cbc690c4a20925a592c13c  Try-Tiny-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-WWW-Mechanize-Catalyst] update to 0.53

2011-03-18 Thread Iain Arnell
commit ea68e51a766fea103343bc681dc400dc248d46e1
Author: Iain Arnell 
Date:   Fri Mar 18 11:29:51 2011 +0100

update to 0.53

 .gitignore|1 +
 perl-Test-WWW-Mechanize-Catalyst.spec |   14 ++
 sources   |2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e96c6a..4ddb380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-WWW-Mechanize-Catalyst-0.52.tar.gz
+/Test-WWW-Mechanize-Catalyst-0.53.tar.gz
diff --git a/perl-Test-WWW-Mechanize-Catalyst.spec 
b/perl-Test-WWW-Mechanize-Catalyst.spec
index 336f778..a67f1c6 100644
--- a/perl-Test-WWW-Mechanize-Catalyst.spec
+++ b/perl-Test-WWW-Mechanize-Catalyst.spec
@@ -1,12 +1,11 @@
 Name:   perl-Test-WWW-Mechanize-Catalyst
 Summary:Test::WWW::Mechanize for Catalyst
-Version:0.52
-Release:4%{?dist}
+Version:0.53
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-WWW-Mechanize-Catalyst-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
@@ -48,8 +47,6 @@ web server.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -60,9 +57,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README
@@ -70,6 +64,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.53-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering  
- 0.52-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b42168..8e05f61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0353e4710c8d7bffc1de10194731b98  Test-WWW-Mechanize-Catalyst-0.52.tar.gz
+e0ea83d3708d044f9beb670d117f9376  Test-WWW-Mechanize-Catalyst-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 630644] Review Request: perl-Bio-SamTools - Bio::SamTools Perl module

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=630644

--- Comment #16 from Adam Huffman  2011-03-18 08:57:50 EDT 
---
New version at:

http://verdurin.fedorapeople.org/reviews/perl-Bio-SamTools/perl-Bio-SamTools.spec

http://verdurin.fedorapeople.org/reviews/perl-Bio-SamTools/perl-Bio-SamTools-1.27-2.fc16.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File IPC-System-Simple-1.21.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-IPC-System-Simple:

8215b62fe1b8447b99e17861e2255288  IPC-System-Simple-1.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-IPC-System-Simple] update to 1.21

2011-03-18 Thread Iain Arnell
commit c003ca729909cd222c43aef73c29a0f4fbb4802b
Author: Iain Arnell 
Date:   Fri Mar 18 14:16:57 2011 +0100

update to 1.21

 .gitignore  |1 +
 perl-IPC-System-Simple.spec |   14 ++
 sources |2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa02bef..19f8b56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IPC-System-Simple-1.18.tar.gz
+/IPC-System-Simple-1.21.tar.gz
diff --git a/perl-IPC-System-Simple.spec b/perl-IPC-System-Simple.spec
index c28284f..ceb1cf5 100644
--- a/perl-IPC-System-Simple.spec
+++ b/perl-IPC-System-Simple.spec
@@ -1,13 +1,12 @@
 Name:   perl-IPC-System-Simple 
-Version:1.18 
-Release:6%{?dist}
+Version:1.21
+Release:1%{?dist}
 # lib/IPC/System/Simple.pm -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Summary:Run commands simply, with detailed diagnostics 
 Source: 
http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/IPC-System-Simple-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/IPC-System-Simple
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildArch:  noarch
 
@@ -52,8 +51,6 @@ find . -type f -exec chmod -x {} \;
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -63,9 +60,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README examples/ 
@@ -73,6 +67,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  1.21-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 1.18-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9496dfd..d70e538 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-deb1df36a184a6a5af0716f1acb8c70f  IPC-System-Simple-1.18.tar.gz
+8215b62fe1b8447b99e17861e2255288  IPC-System-Simple-1.21.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File HTTP-Parser-XS-0.13.tar.gz uploaded to lookaside cache by iarnell

2011-03-18 Thread Iain Arnell
A file has been added to the lookaside cache for perl-HTTP-Parser-XS:

154f57424e6d57defdeea1e16ecd42b2  HTTP-Parser-XS-0.13.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTTP-Parser-XS] update to 0.13

2011-03-18 Thread Iain Arnell
commit 118c9b6bcfc964aa335bf350139f74b0559f2e04
Author: Iain Arnell 
Date:   Fri Mar 18 14:24:27 2011 +0100

update to 0.13

 .gitignore   |1 +
 perl-HTTP-Parser-XS.spec |   18 --
 sources  |2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a96ef1..31a0eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTTP-Parser-XS-0.07.tar.gz
+/HTTP-Parser-XS-0.13.tar.gz
diff --git a/perl-HTTP-Parser-XS.spec b/perl-HTTP-Parser-XS.spec
index d0905c6..98cf047 100644
--- a/perl-HTTP-Parser-XS.spec
+++ b/perl-HTTP-Parser-XS.spec
@@ -1,16 +1,15 @@
 Name:   perl-HTTP-Parser-XS
 Summary:A fast, primitive HTTP request parser
-Version:0.07
-Release:4%{?dist}
+Version:0.13
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/K/KA/KAZUHO/HTTP-Parser-XS-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/HTTP-Parser-XS
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Test::More) >= 0.96
 
 
 %{?perl_default_filter}
@@ -29,8 +28,6 @@ driven server.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 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 {} ';'
@@ -42,9 +39,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -53,6 +47,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Mar 18 2011 Iain Arnell  0.13-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering  
- 0.07-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 652f9d3..0e95575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-890711d599f036fe613b3c8589000a10  HTTP-Parser-XS-0.07.tar.gz
+154f57424e6d57defdeea1e16ecd42b2  HTTP-Parser-XS-0.13.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTTP-Parser-XS/f15/master] update to 0.13

2011-03-18 Thread Iain Arnell
Summary of changes:

  118c9b6... update to 0.13 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTTP-Parser-XS/f14/master] (3 commits) ...update to 0.13

2011-03-18 Thread Iain Arnell
Summary of changes:

  3033825... - 661697 rebuild for fixing problems with vendorach/lib (*)
  b818de3... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  118c9b6... update to 0.13 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: perl @INC (paths) again

2011-03-18 Thread Marcela Mašláňová
On 01/31/2011 04:21 PM, Marcela Mašláňová wrote:
> Hello,
> because some questions and blocked reviews [1]. I feel that we really
> need discuss our @INC paths once again. I wrote proposal, which is
> almost the same as was the one sent to the list few months ago [2].
> 
> This is only proposal and there are also other possibilities, how to
> create specific directory for installation of users rpms. I'd like to
> change this proposal to FPC guidelines maybe for next Fedora, therefore
> I really like to know your opinions.
> 
> Best regards,
> Marcela
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=672629
> [2] https://fedoraproject.org/wiki/Perl/Draft:INC_directories

Hello again,
I think about my previous proposal and fixed typos. I still believe it
will be useful, so I created ticket for Fedora Packaging Guidelines.
They can decide whether it's all right.

Thank you everyone for their input.

https://fedorahosted.org/fpc/ticket/73

-- 
Marcela Mašláňová
BaseOS team Brno
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Test-CPAN-Meta-YAML-0.17.tar.gz uploaded to lookaside cache by pghmcfc

2011-03-18 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-CPAN-Meta-YAML:

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


[perl-Test-CPAN-Meta-YAML] Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

2011-03-18 Thread Paul Howarth
commit 505e29d51f095f5be71c49d1c8c22da9f2d0139c
Author: Paul Howarth 
Date:   Fri Mar 18 18:36:36 2011 +

Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

This module was written to ensure that a META.yml file, provided with a
standard distribution uploaded to CPAN, meets the specifications that are
slowly being introduced to module uploads, via the use of 
ExtUtils::MakeMaker,
Module::Build and Module::Install.

See CPAN::Meta for further details of the CPAN Meta Specification.

 .gitignore  |1 +
 Test-CPAN-Meta-YAML-0.17-utf8.patch |   10 +
 perl-Test-CPAN-Meta-YAML.spec   |   67 +++
 sources |1 +
 4 files changed, 79 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..be702fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Test-CPAN-Meta-YAML-0.17.tar.gz
diff --git a/Test-CPAN-Meta-YAML-0.17-utf8.patch 
b/Test-CPAN-Meta-YAML-0.17-utf8.patch
new file mode 100644
index 000..00b49ba
--- /dev/null
+++ b/Test-CPAN-Meta-YAML-0.17-utf8.patch
@@ -0,0 +1,10 @@
+--- Test-CPAN-Meta-YAML-0.17/LICENSE
 Test-CPAN-Meta-YAML-0.17/LICENSE
+@@ -1,6 +1,6 @@
+ LICENSE FOR Test-CPAN-Meta-YAML
+ 
+-This software is copyright � 2007-2011 Barbie for Miss Barbell Productions.
++This software is copyright © 2007-2011 Barbie for Miss Barbell Productions.
+ 
+ This library is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License 2.0.
diff --git a/perl-Test-CPAN-Meta-YAML.spec b/perl-Test-CPAN-Meta-YAML.spec
new file mode 100644
index 000..1b6996d
--- /dev/null
+++ b/perl-Test-CPAN-Meta-YAML.spec
@@ -0,0 +1,67 @@
+Name:  perl-Test-CPAN-Meta-YAML
+Version:   0.17
+Release:   2%{?dist}
+Summary:   Validate a META.yml file within a CPAN distribution
+Group: Development/Libraries
+License:   Artistic 2.0
+URL:   http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
+Source0:   
http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-YAML-%{version}.tar.gz
+Patch0:Test-CPAN-Meta-YAML-0.17-utf8.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test::Builder)
+BuildRequires: perl(Test::Builder::Tester)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Test::Pod::Coverage)
+BuildRequires: perl(Test::YAML::Valid) >= 0.03
+BuildRequires: perl(YAML::Syck)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Explicitly requests the YAML::Syck backend for Test::YAML::Valid
+Requires:  perl(YAML::Syck)
+
+%description
+This module was written to ensure that a META.yml file, provided with a
+standard distribution uploaded to CPAN, meets the specifications that are
+slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker,
+Module::Build and Module::Install.
+
+See CPAN::Meta for further details of the CPAN Meta Specification.
+
+%prep
+%setup -q -n Test-CPAN-Meta-YAML-%{version}
+
+# Recode LICENSE as UTF-8
+%patch0 -p1
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{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 AUTOMATED_TESTING=1
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc Changes LICENSE README
+%{perl_vendorlib}/Test/
+%{_mandir}/man3/Test::CPAN::Meta::YAML.3pm*
+%{_mandir}/man3/Test::CPAN::Meta::YAML::Version.3pm*
+
+%changelog
+* Wed Mar 16 2011 Paul Howarth  - 0.17-2
+- Sanitize for Fedora submission
+
+* Wed Mar 16 2011 Paul Howarth  - 0.17-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..6ea3f27 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b22c1b552401192cbb6a9a92a961e397  Test-CPAN-Meta-YAML-0.17.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-CPAN-Meta-YAML/f15/master] Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

2011-03-18 Thread Paul Howarth
Summary of changes:

  505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML/f14/master] Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

2011-03-18 Thread Paul Howarth
Summary of changes:

  505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=672068

--- Comment #28 from Fedora Update System  
2011-03-18 15:27:50 EDT ---
dspam-3.9.0-17.el5 has been pushed to the Fedora EPEL 5 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=672068

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|dspam-3.9.0-17.fc15 |dspam-3.9.0-17.el5

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=672068

--- Comment #29 from Fedora Update System  
2011-03-18 15:28:06 EDT ---
dspam-3.9.0-17.el6 has been pushed to the Fedora EPEL 6 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=672068

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|dspam-3.9.0-17.el5  |dspam-3.9.0-17.el6

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML/f13/master] Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

2011-03-18 Thread Paul Howarth
Summary of changes:

  505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML/el6/master] Initial import of perl-Test-CPAN-Meta-YAML-0.17-2

2011-03-18 Thread Paul Howarth
Summary of changes:

  505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2 (*)

(*) 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.17-2.el6

2011-03-18 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.17-2.el6' was created pointing 
to:

 505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.17-2.fc13

2011-03-18 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.17-2.fc13' was created pointing 
to:

 505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.17-2.fc14

2011-03-18 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.17-2.fc14' was created pointing 
to:

 505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.17-2.fc15

2011-03-18 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.17-2.fc15' was created pointing 
to:

 505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.17-2.fc16

2011-03-18 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.17-2.fc16' was created pointing 
to:

 505e29d... Initial import of perl-Test-CPAN-Meta-YAML-0.17-2
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Catalyst-Controller-FormBuilder

2011-03-18 Thread buildsys


perl-Catalyst-Controller-FormBuilder has broken dependencies in the F-15 tree:
On x86_64:
perl-Catalyst-Controller-FormBuilder-0.05-7.fc15.noarch requires 
perl(Catalyst::View::HTML::Template)
On i386:
perl-Catalyst-Controller-FormBuilder-0.05-7.fc15.noarch requires 
perl(Catalyst::View::HTML::Template)
Please resolve this as soon as possible.


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


Broken dependencies: w3c-markup-validator

2011-03-18 Thread buildsys


w3c-markup-validator has broken dependencies in the F-15 tree:
On x86_64:
w3c-markup-validator-1.2-2.fc15.noarch requires 
perl(W3C::Validator::EventHandler)
On i386:
w3c-markup-validator-1.2-2.fc15.noarch requires 
perl(W3C::Validator::EventHandler)
Please resolve this as soon as possible.


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


[Bug 684410] perl-ExtUtils-XSpp-0.1601 is available

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=684410

--- Comment #2 from Fedora Update System  2011-03-19 
01:47:35 EDT ---
perl-ExtUtils-XSpp-0.1601-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 684410] perl-ExtUtils-XSpp-0.1601 is available

2011-03-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=684410

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||perl-ExtUtils-XSpp-0.1601-1
   ||.fc15
 Resolution||ERRATA
Last Closed||2011-03-19 01:47:39

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel