[Bug 810831] New: perl-Debug-Client-0.19 is available

2012-04-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Debug-Client-0.19 is available

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

   Summary: perl-Debug-Client-0.19 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Debug-Client
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, ppi...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---
Regression: ---
Mount Type: ---
 Documentation: ---


Latest upstream release: 0.19
Current version in Fedora Rawhide: 0.18
URL: http://search.cpan.org/dist/Debug-Client/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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 810858] New: RFE: use %perl_bootstrap macro to enable bootstrap dependency filtering

2012-04-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: RFE: use %perl_bootstrap macro to enable bootstrap dependency filtering

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

   Summary: RFE: use %perl_bootstrap macro to enable bootstrap
dependency filtering
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-bioperl
AssignedTo: al...@users.sourceforge.net
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: al...@users.sourceforge.net,
fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


Created attachment 576201
  -- https://bugzilla.redhat.com/attachment.cgi?id=576201
Implement use of %perl_bootstrap

The problem of bootstrapping perl-bioperl and perl-bioperl-run on a new
architecture or perl release is well known and documented in Bug #537138.

It will soon be time to rebuild the perl ecosystem in Rawhide for perl 5.16,
and it would be good to be able to do this cleanly as if bootstrapping a new
architecture. The perl-bioperl* packages are not the only ones with circular
build dependencies, and the Perl SIG has been applying a methodology of doing
an initial build with a macro %perl_bootstrap defined so that packages with
circular dependency issues can be built in a way that breaks the cycles, and
then, once the ecosystem has been bootstrapped, those packages using
%perl_bootstrap can be rebuilt again with it undefined so as to create the
packages as their maintainers intended.

To that end, it would be good if you could implement the use of %perl_bootstrap
in perl-bioperl, to replace the commented-out filtering scheme currently in
place. The attached patch does this. There are two versions of the filters, one
for rpm 4.9 or later (F-15 or later) and one for earlier releases. Rather than
using the rpm 4.8 style for this as currently used in the comments, I've used
perl-specific dependency filtering that would work all the way back to EPEL-5
if the necessary dependencies were there, though I tested it using F-14.

Testing results:

F-14:

$ rpmdiff --ignore T current-build/perl-bioperl-1.6.1-11.fc14.noarch.rpm
new-build/perl-bioperl-1.6.1-11.fc14.noarch.rpm 
removed REQUIRES rpmlib(VersionedDependencies) = 3.0.3-1
$ 

$ rpmdiff --ignore T current-build/perl-bioperl-1.6.1-11.fc14.noarch.rpm
new-build-boot/perl-bioperl-1.6.1-11.fc14.noarch.rpm 
removed REQUIRES perl(Bio::Tools::Run::Alignment::Clustalw)  
removed REQUIRES perl(Bio::Tools::Run::GenericParameters)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Molphy::ProtML)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::Neighbor)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::ProtDist)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::ProtPars)  
removed REQUIRES perl(Bio::Tools::Run::RemoteBlast)  
removed REQUIRES rpmlib(VersionedDependencies) = 3.0.3-1
$ 


Rawhide:

$ rpmdiff --ignore T current-build/perl-bioperl-1.6.1-11.fc18.noarch.rpm
new-build/perl-bioperl-1.6.1-11.fc18.noarch.rpm 
$ 

$ rpmdiff --ignore T current-build/perl-bioperl-1.6.1-11.fc18.noarch.rpm
new-build-boot/perl-bioperl-1.6.1-11.fc18.noarch.rpm 
removed REQUIRES perl(Bio::Tools::Run::Alignment::Clustalw)  
removed REQUIRES perl(Bio::Tools::Run::GenericParameters)  
removed REQUIRES perl(Bio::Tools::Run::ParametersI)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Molphy::ProtML)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::Neighbor)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::ProtDist)  
removed REQUIRES perl(Bio::Tools::Run::Phylo::Phylip::ProtPars)  
removed REQUIRES perl(Bio::Tools::Run::RemoteBlast)  
removed REQUIRES perl(Bio::Tools::Run::StandAloneBlast)  
removed REQUIRES perl(Bio::Tools::Run::WrapperBase)  
$ 


Note that the older rpm in F-14 did not pick up as many perl dependencies as
Rawhide's rpm, hence fewer were filtered for the bootstrap build.

The disappearance of REQUIRES rpmlib(VersionedDependencies) = 3.0.3-1 in the
F-14 builds is due to the change from rpm 4.8 style filtering to the
perl-specific filtering.

-- 
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 810865] New: Circular build dependency in perl-Dancer-1.3093-1.fc18

2012-04-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Circular build dependency in perl-Dancer-1.3093-1.fc18

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

   Summary: Circular build dependency in perl-Dancer-1.3093-1.fc18
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-Dancer
AssignedTo: mmasl...@redhat.com
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: j...@di.uminho.pt, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


perl-Dancer has an optional test dependency of perl(Dancer::Session::Cookie) =
0.14, which pulls in perl-Dancer-Session-Cookie. However, that requires
perl-Dancer itself and thus introduces a circular dependency. Suggested fix -
wrap that buildreq with a %perl_bootstrap conditional:

diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index c7ee3be..04084a9 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -62,7 +62,10 @@ BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(URI::Escape)
 # Optional tests:
 BuildRequires:  perl(HTTP::Parser::XS)
+# Dancer::Session::Cookie needs Dancer itself
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Dancer::Session::Cookie) = 0.14
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo
$version))
 Requires:   perl(HTTP::Body) = 1.07
 Requires:   perl(HTTP::Server::Simple::PSGI) = 0.11

I tested this on F-17 as mod_perl is pulled in as a buildreq and it's currently
uninstallable in Rawhide.

-- 
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 810868] New: Circular build dependency in perl-Titanium-1.04-6.fc18

2012-04-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Circular build dependency in perl-Titanium-1.04-6.fc18

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

   Summary: Circular build dependency in perl-Titanium-1.04-6.fc18
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-Titanium
AssignedTo: emmanuel.sey...@club-internet.fr
ReportedBy: p...@city-fan.org
 QAContact: extras...@fedoraproject.org
CC: emmanuel.sey...@club-internet.fr,
fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: Bug
Regression: ---
Mount Type: ---
 Documentation: ---


perl-Titanium build-requires perl(Module::Starter::Plugin::CGIApp) but
perl-Module-Starter-Plugin-CGIApp requires perl(Titanium) itself.

Fortunately, perl-Titanium's test suite doesn't appear to actually test its
functionality, so we can get away without BR:
perl(Module::Starter::Plugin::CGIApp) when bootstrapping:

diff --git a/perl-Titanium.spec b/perl-Titanium.spec
index eea9d4a..2ac20ca 100644
--- a/perl-Titanium.spec
+++ b/perl-Titanium.spec
@@ -25,7 +25,10 @@ BuildRequires:  perl(CGI::Application::Plugin::ValidateRM)
 BuildRequires:  perl(CGI::Application::Server)
 BuildRequires:  perl(CGI::Application::Standard::Config)
 BuildRequires:  perl(Module::Build)
+# Module::Starter::Plugin::CGIApp requires Titanium itself
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Module::Starter::Plugin::CGIApp)
+%endif
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::WWW::Mechanize::CGIApp)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo
$version))

-- 
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 WWW-Shorten-3.02.tar.gz uploaded to lookaside cache by jdunn

2012-04-09 Thread Julian C. Dunn
A file has been added to the lookaside cache for perl-WWW-Shorten:

4a9be4d5c34b5726cd11a143dae0e0b8  WWW-Shorten-3.02.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-WWW-Shorten] Initial import (#810028)

2012-04-09 Thread Julian C. Dunn
commit 4ea2abb43986370395ea0951a92f49812fb21b87
Author: Julian C. Dunn jd...@aquezada.com
Date:   Mon Apr 9 10:20:33 2012 -0400

Initial import (#810028)

 .gitignore|1 +
 perl-WWW-Shorten.spec |   56 +
 sources   |1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ce64bf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/WWW-Shorten-3.02.tar.gz
diff --git a/perl-WWW-Shorten.spec b/perl-WWW-Shorten.spec
new file mode 100644
index 000..d6f317d
--- /dev/null
+++ b/perl-WWW-Shorten.spec
@@ -0,0 +1,56 @@
+Name:   perl-WWW-Shorten
+Version:3.02
+Release:2%{?dist}
+Summary:Interface to URL shortening sites
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/WWW-Shorten/
+Source0:
http://www.cpan.org/authors/id/D/DA/DAVECROSS/WWW-Shorten-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  glibc-common
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config::Auto)
+BuildRequires:  perl(LWP) = 5.75
+BuildRequires:  perl(LWP::UserAgent) = 2.023
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More) = 0.47
+BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(URI) = 1.27
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+A unified interface to various URL shortening services on the web, such as
+TinyURL or makeashorterlink.com.
+
+%prep
+%setup -q -n WWW-Shorten-%{version}
+iconv --from=ISO-8859-1 --to=UTF-8 LICENCE  LICENCE.conv  touch -r LICENCE 
LICENCE.conv  mv -f LICENCE.conv LICENCE
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Artistic AUTHORS ChangeLog.SPOON Changes COPYING CREDITS LICENCE README 
TODO
+%{perl_vendorlib}/*
+%{_bindir}/shorten
+%{_mandir}/man1/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Apr 05 2012 Julian C. Dunn jd...@aquezada.com 3.02-2
+- Changes per review in bz#810028
+
+* Wed Apr 04 2012 Julian C. Dunn jd...@aquezada.com 3.02-1
+- Initial packaging based on cpanspec 1.78 output
diff --git a/sources b/sources
index e69de29..5fc4a80 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4a9be4d5c34b5726cd11a143dae0e0b8  WWW-Shorten-3.02.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-MooseX-Getopt] avoid circular dependencies

2012-04-09 Thread Iain Arnell
commit 0f46d13939fc9c2993e836dacf37385f5d047fc8
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 08:15:26 2012 -0600

avoid circular dependencies

 perl-MooseX-Getopt.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index f65b76b..c283bd7 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -1,7 +1,7 @@
 Name:   perl-MooseX-Getopt
 Summary:Moose role for processing command line options
 Version:0.39
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Getopt-%{version}.tar.gz
 
@@ -14,7 +14,10 @@ BuildRequires:  perl(Getopt::Long) = 2.37
 BuildRequires:  perl(Getopt::Long::Descriptive) = 0.081
 BuildRequires:  perl(Moose) = 0.56
 BuildRequires:  perl(MooseX::Role::Parameterized)
+# MooseX::SimpleConfig - MooseX::ConfigFromFile - MooseX::Types::Path::Class 
- MooseX::Getopt
+%if !0%{?perl_bootstrap}
 BuildRequires:  perl(MooseX::SimpleConfig) = 0.07
+%endif
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal) = 0.003
 BuildRequires:  perl(Test::Moose)
@@ -61,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 0.39-2
+- avoid circular dependencies (patch from Paul Howarth rhbz#810707)
+
 * Sat Feb 04 2012 Iain Arnell iarn...@gmail.com 0.39-1
 - update to latest upstream version
 
--
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-MooseX-Getopt] skip failing 008_configfromfile.t test

2012-04-09 Thread Iain Arnell
commit 68704aac57e99cdc27c7c68ff57d11238e0d785e
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 08:16:55 2012 -0600

skip failing 008_configfromfile.t test

see https://rt.cpan.org/Public/Bug/Display.html?id=76287

 perl-MooseX-Getopt.spec |4 
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index c283bd7..2961a62 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -43,6 +43,10 @@ objects using parameters passed in from the command line.
 # silence rpmlint warning
 sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 
+# test fails with Getopt::Long::Descriptive 0.091
+# see https://rt.cpan.org/Public/Bug/Display.html?id=76287
+rm t/008_configfromfile.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
--
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 DBIx-Class-Schema-Loader-0.07022.tar.gz uploaded to lookaside cache by iarnell

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

4607d0609fe3a159f71e3b0de8a1f537  DBIx-Class-Schema-Loader-0.07022.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 Parse-CPAN-Meta-1.4404.tar.gz uploaded to lookaside cache by iarnell

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

5fd0e1b3dac224ad647953f97f2c568f  Parse-CPAN-Meta-1.4404.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 810707] Circular build dependency in perl-MooseX-Getopt-0.39-1.fc18

2012-04-09 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=810707

Iain Arnell iarn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-MooseX-Getopt-0.39-2.f
   ||c18
 Resolution||RAWHIDE
Last Closed||2012-04-09 10:34:44

--- Comment #1 from Iain Arnell iarn...@gmail.com 2012-04-09 10:34:44 EDT ---
Thanks. Patch committed and built for rawhide.

-- 
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-Hash-Merge] explicitly require perl(Clone)

2012-04-09 Thread Iain Arnell
commit 2beafc4a451142265079b4f9963610f001d7327f
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 09:59:38 2012 -0600

explicitly require perl(Clone)

 perl-Hash-Merge.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Hash-Merge.spec b/perl-Hash-Merge.spec
index a75f964..7950b14 100644
--- a/perl-Hash-Merge.spec
+++ b/perl-Hash-Merge.spec
@@ -1,6 +1,6 @@
 Name:   perl-Hash-Merge
 Version:0.12
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Merges arbitrary deep hashes into a single hash
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -11,6 +11,8 @@ BuildArch:  noarch
 
 BuildRequires:  perl(Test::More), perl(Clone), perl(ExtUtils::MakeMaker)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+# required but not detected automatically
+Requires:  perl(Clone)
 
 %{?perl_default_filter}
 
@@ -46,6 +48,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 0.12-7
+- explicitly require perl(Clone)
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-6
 - 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Hash-Merge/f17] explicitly require perl(Clone)

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

  2beafc4... explicitly require perl(Clone) (*)

(*) 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-Hash-Merge/f16] (2 commits) ...explicitly require perl(Clone)

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

  9265713... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  2beafc4... explicitly require perl(Clone) (*)

(*) 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-Hash-Merge/f15] (3 commits) ...explicitly require perl(Clone)

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

  dc84001... Perl mass rebuild (*)
  9265713... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  2beafc4... explicitly require perl(Clone) (*)

(*) 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-Parse-CPAN-Meta] update to 1.4404

2012-04-09 Thread Iain Arnell
commit dfcb65de356d4c70d11882e988debdef2875b5ff
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 08:25:27 2012 -0600

update to 1.4404

 .gitignore|1 +
 perl-Parse-CPAN-Meta.spec |5 -
 sources   |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 783f125..26f1a72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Parse-CPAN-Meta-1.40.tar.gz
 /Parse-CPAN-Meta-1.4401.tar.gz
 /Parse-CPAN-Meta-1.4402.tar.gz
 /Parse-CPAN-Meta-1.4403.tar.gz
+/Parse-CPAN-Meta-1.4404.tar.gz
diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec
index b4f17a7..3015e7b 100644
--- a/perl-Parse-CPAN-Meta.spec
+++ b/perl-Parse-CPAN-Meta.spec
@@ -1,7 +1,7 @@
 Name:   perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:  1
-Version:1.4403
+Version:1.4404
 Release:1%{?dist}
 Summary:Parse META.yml and META.json CPAN metadata files
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 1:1.4404-1
+- update to latest upstream version
+
 * Sun Apr 01 2012 Iain Arnell iarn...@gmail.com 1:1.4403-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index c4499c7..9b5cb5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c724b6d96097c2d89db2a4625fac69e5  Parse-CPAN-Meta-1.4403.tar.gz
+5fd0e1b3dac224ad647953f97f2c568f  Parse-CPAN-Meta-1.4404.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 strictures-1.003001.tar.gz uploaded to lookaside cache by iarnell

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

e37e3f7b33c4c5f8bd4759c42453d472  strictures-1.003001.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-Crypt-Primes] Spec clean-up

2012-04-09 Thread Paul Howarth
commit cc5374f07e1f0ab022ab781b5d175d923450d4f8
Author: Paul Howarth p...@city-fan.org
Date:   Mon Apr 9 17:33:43 2012 +0100

Spec clean-up

- Own directory %{perl_vendorlib}/Crypt/
- BR: perl(Exporter)
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot

 perl-Crypt-Primes.spec |   13 +
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/perl-Crypt-Primes.spec b/perl-Crypt-Primes.spec
index 5836a6e..c16d71d 100644
--- a/perl-Crypt-Primes.spec
+++ b/perl-Crypt-Primes.spec
@@ -1,13 +1,14 @@
 Summary:   Provable prime number generator for cryptographic applications
 Name:  perl-Crypt-Primes
 Version:   0.50
-Release:   13%{?dist}
+Release:   14%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-Primes/
 Source0:   
http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-Primes-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+BuildRequires: perl(Exporter)
 BuildRequires: perl(Crypt::Random) = 0.33
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Math::Pari)= 2.001804
@@ -38,21 +39,25 @@ make test
 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}
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README docs/*
 %{_bindir}/largeprimes
-%{perl_vendorlib}/Crypt/Primes.pm
+%{perl_vendorlib}/Crypt/
 %{_mandir}/man1/largeprimes.1*
 %{_mandir}/man3/Crypt::Primes.3pm*
 
 %changelog
+* Mon Apr  9 2012 Paul Howarth p...@city-fan.org 0.50-14
+- Own directory %%{perl_vendorlib}/Crypt/
+- BR: perl(Exporter)
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from the buildroot
+
 * Tue Jan 10 2012 Paul Howarth p...@city-fan.org 0.50-13
 - Nobody else likes macros for commands
 
--
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-DBIx-Class-Schema-Loader] update to 0.07022

2012-04-09 Thread Iain Arnell
commit a88b89e54db8cd7a6b3178c57d58f6e106de88cb
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 08:32:31 2012 -0600

update to 0.07022

 .gitignore |1 +
 perl-DBIx-Class-Schema-Loader.spec |6 +-
 sources|2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb15a97..c8f1110 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz
 /DBIx-Class-Schema-Loader-0.07017.tar.gz
 /DBIx-Class-Schema-Loader-0.07019.tar.gz
 /DBIx-Class-Schema-Loader-0.07020.tar.gz
+/DBIx-Class-Schema-Loader-0.07022.tar.gz
diff --git a/perl-DBIx-Class-Schema-Loader.spec 
b/perl-DBIx-Class-Schema-Loader.spec
index edad104..c2b27e1 100644
--- a/perl-DBIx-Class-Schema-Loader.spec
+++ b/perl-DBIx-Class-Schema-Loader.spec
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-Class-Schema-Loader
 Summary:Dynamic definition of a DBIx::Class::Schema
-Version:0.07020
+Version:0.07022
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -29,6 +29,7 @@ BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Path) = 2.07
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp) = 0.16
+BuildRequires:  perl(Hash::Merge)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Lingua::EN::Inflect::Number) = 1.1
 BuildRequires:  perl(Lingua::EN::Inflect::Phrase) = 0.02
@@ -111,6 +112,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 0.07022-1
+- update to latest upstream version
+
 * Sun Apr 01 2012 Iain Arnell iarn...@gmail.com 0.07020-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index dbcdf84..55780ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48163974dc7ca776cb2e20e18d659365  DBIx-Class-Schema-Loader-0.07020.tar.gz
+4607d0609fe3a159f71e3b0de8a1f537  DBIx-Class-Schema-Loader-0.07022.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-DBIx-Class-Schema-Loader/f17] (2 commits) ...update to 0.07022

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

  51d4a5a... update to 0.07020 (*)
  a88b89e... update to 0.07022 (*)

(*) 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 WWW-Shorten-3.03.tar.gz uploaded to lookaside cache by jdunn

2012-04-09 Thread Julian C. Dunn
A file has been added to the lookaside cache for perl-WWW-Shorten:

8ba21ec85951c5ed7f87e2ea28280882  WWW-Shorten-3.03.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-WWW-Shorten] Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to Artistic 2.0. Only run test

2012-04-09 Thread Julian C. Dunn
commit 9307b8109fc59f7396820be2157e18bd826c65eb
Author: Julian C. Dunn jd...@aquezada.com
Date:   Mon Apr 9 12:55:04 2012 -0400

Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to 
Artistic 2.0.
Only run tests that don't need network access; koji build cluster doesn't 
have net
access.

 .gitignore|1 +
 perl-WWW-Shorten.spec |   14 +-
 sources   |2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce64bf2..2185168 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /WWW-Shorten-3.02.tar.gz
+/WWW-Shorten-3.03.tar.gz
diff --git a/perl-WWW-Shorten.spec b/perl-WWW-Shorten.spec
index d6f317d..786096b 100644
--- a/perl-WWW-Shorten.spec
+++ b/perl-WWW-Shorten.spec
@@ -1,8 +1,8 @@
 Name:   perl-WWW-Shorten
-Version:3.02
-Release:2%{?dist}
+Version:3.03
+Release:1%{?dist}
 Summary:Interface to URL shortening sites
-License:GPL+ or Artistic
+License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/WWW-Shorten/
 Source0:
http://www.cpan.org/authors/id/D/DA/DAVECROSS/WWW-Shorten-%{version}.tar.gz
@@ -39,16 +39,20 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+./Build test --test_files 't/0*.t t/9*.t'
 
 %files
-%doc Artistic AUTHORS ChangeLog.SPOON Changes COPYING CREDITS LICENCE README 
TODO
+%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO
 %{perl_vendorlib}/*
 %{_bindir}/shorten
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 08 2012 Julian C. Dunn jd...@aquezada.com 3.03-1
+- Update to 3.03
+- Run only tests that do not require network access
+
 * Thu Apr 05 2012 Julian C. Dunn jd...@aquezada.com 3.02-2
 - Changes per review in bz#810028
 
diff --git a/sources b/sources
index 5fc4a80..209301f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a9be4d5c34b5726cd11a143dae0e0b8  WWW-Shorten-3.02.tar.gz
+8ba21ec85951c5ed7f87e2ea28280882  WWW-Shorten-3.03.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 XML-Feed-0.49.tar.gz uploaded to lookaside cache by iarnell

2012-04-09 Thread Iain Arnell
A file has been added to the lookaside cache for perl-XML-Feed:

7f76ff8367e87d3bde7521f49103aa4f  XML-Feed-0.49.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-WWW-Shorten/f16] (2 commits) ...Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to Artistic 2.0. Only run test

2012-04-09 Thread Julian C. Dunn
Summary of changes:

  4ea2abb... Initial import (#810028) (*)
  9307b81... Update to 3.03 which fixes incorrect-fsf-address, clarifies (*)

(*) 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-NetPacket-SpanningTree] rebuild

2012-04-09 Thread Jan Klepek
commit a84019d3932f6125d2f3047239c7bd5e546edea3
Author: Jan Klepek jan.kle...@gmail.com
Date:   Mon Apr 9 14:17:36 2012 -0400

rebuild

 perl-NetPacket-SpanningTree.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-NetPacket-SpanningTree.spec b/perl-NetPacket-SpanningTree.spec
index 0bd1e01..f7fbe73 100644
--- a/perl-NetPacket-SpanningTree.spec
+++ b/perl-NetPacket-SpanningTree.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetPacket-SpanningTree
 Version:0.01
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Assemble and disassemble IEEE 802.1D Spanning Tree protocol 
packets
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Jan Klepek jan.klepek at gmail.com - 0.01-5
+- rebuilt
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-4
 - 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-NetPacket-SpanningTree/f17] rebuild

2012-04-09 Thread Jan Klepek
Summary of changes:

  a84019d... rebuild (*)

(*) 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-NetPacket-SpanningTree/f15] (2 commits) ...rebuild

2012-04-09 Thread Jan Klepek
Summary of changes:

  2c3f07a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  a84019d... rebuild (*)

(*) 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-WWW-Shorten/f15] (2 commits) ...Update to 3.03 which fixes incorrect-fsf-address, clarifies licensing to Artistic 2.0. Only run test

2012-04-09 Thread Julian C. Dunn
Summary of changes:

  4ea2abb... Initial import (#810028) (*)
  9307b81... Update to 3.03 which fixes incorrect-fsf-address, clarifies (*)

(*) 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 Test-WWW-Mechanize-Catalyst-0.57.tar.gz uploaded to lookaside cache by iarnell

2012-04-09 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-Test-WWW-Mechanize-Catalyst:

166771d997cb58b43293c42899062a2f  Test-WWW-Mechanize-Catalyst-0.57.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-Titanium] Add the perl_bootstrap macro

2012-04-09 Thread Emmanuel Seyman
commit fb1c19890dfe702b6e314659517af888176938ff
Author: Emmanuel Seyman emmanuel.sey...@club-internet.fr
Date:   Mon Apr 9 20:07:12 2012 +0200

Add the perl_bootstrap macro

 perl-Titanium.spec |   19 +++
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/perl-Titanium.spec b/perl-Titanium.spec
index eea9d4a..ef2b132 100644
--- a/perl-Titanium.spec
+++ b/perl-Titanium.spec
@@ -1,12 +1,11 @@
 Name:   perl-Titanium
 Version:1.04
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Strong, lightweight web application famework
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Titanium/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/Titanium-%{version}.tar.gz 
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(CGI::Application) = 4
 BuildRequires:  perl(CGI::Application::Dispatch)
@@ -25,11 +24,16 @@ BuildRequires:  perl(CGI::Application::Plugin::ValidateRM)
 BuildRequires:  perl(CGI::Application::Server)
 BuildRequires:  perl(CGI::Application::Standard::Config)
 BuildRequires:  perl(Module::Build)
+# Module::Starter::Plugin::CGIApp requires Titanium itself
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Module::Starter::Plugin::CGIApp)
+%endif
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::WWW::Mechanize::CGIApp)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 Titanium is a more user-friendly packaging of the mature CGI::Application
 framework and some useful plugins, with the intention of creating a strong
@@ -45,8 +49,6 @@ such as FastCGI or mod_perl.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
@@ -55,16 +57,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 1.04-7
+- Add the perl_bootstrap macro, thanks to Paul Howarth (#810868)
+- Add perl default filter
+- Clean up spec file
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-6
 - 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 810565] Circular build dependency in perl-CGI-Emulate-PSGI-0.14-2.fc18

2012-04-09 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=810565

--- Comment #3 from Emmanuel Seyman emmanuel.sey...@club-internet.fr 
2012-04-09 14:18:34 EDT ---
Okay, tested and found working.

What happens now? Do I release an update for f17? If I build on the f17 branch,
will rawhide inherit that build? Do I just wait for mod-perl to become
installable on rawhide?

-- 
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-CGI-Emulate-PSGI/f17] Make BR on perl(Plack::Test) bypassable

2012-04-09 Thread Emmanuel Seyman
commit 7e35a86826983c52992195532ef4573e73f750fc
Author: Emmanuel Seyman emmanuel.sey...@club-internet.fr
Date:   Mon Apr 9 22:09:53 2012 +0200

Make BR on perl(Plack::Test) bypassable

 perl-CGI-Emulate-PSGI.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index 74bc3e1..e4ffc21 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -12,7 +12,10 @@ BuildRequires:  perl(CGI)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(Test::Builder::Module)
+# perl-Plack requires perl-CGI-Emulate-PSGI itself
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Plack::Test)
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -40,12 +43,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 0.14-3
+- Make BR on perl(Plack::Test) bypassable, thanks to Paul Howarth (#810565)
+- Remove the no longer used defattr macro
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-2
 - 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-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-CGI-Emulate-PSGI/f17] Make BR on perl(Plack::Test) bypassable

2012-04-09 Thread Emmanuel Seyman
commit 24919db7906b7ec4e8cbe2337ff782da6ec798b9
Author: Emmanuel Seyman emmanuel.sey...@club-internet.fr
Date:   Mon Apr 9 22:11:34 2012 +0200

Make BR on perl(Plack::Test) bypassable

 perl-CGI-Emulate-PSGI.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec
index e4ffc21..57457f3 100644
--- a/perl-CGI-Emulate-PSGI.spec
+++ b/perl-CGI-Emulate-PSGI.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Emulate-PSGI
 Version:0.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:PSGI adapter for CGI applications
 License:GPL+ or Artistic
 Group:  Development/Libraries
--
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 810565] Circular build dependency in perl-CGI-Emulate-PSGI-0.14-2.fc18

2012-04-09 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=810565

--- Comment #5 from Fedora Update System upda...@fedoraproject.org 2012-04-09 
16:23:22 EDT ---
perl-CGI-Emulate-PSGI-0.14-3.fc17 has been submitted as an update for Fedora
17.
https://admin.fedoraproject.org/updates/perl-CGI-Emulate-PSGI-0.14-3.fc17

-- 
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 480129] Error at calling service amavisd restart when SELinux is in enforce mode

2012-04-09 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=480129

--- Comment #10 from Daniel Walsh dwa...@redhat.com 2012-04-09 16:27:25 EDT 
---
We seem to dontaudit all of these in Fedora.

-- 
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-strictures] update to 1.003001

2012-04-09 Thread Iain Arnell
commit 79d2b457b16157c51c1952ef810638d757710b28
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 14:51:52 2012 -0600

update to 1.003001

 .gitignore   |1 +
 perl-strictures.spec |   12 ++--
 sources  |2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24532df..e91d471 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /strictures-1.002002.tar.gz
+/strictures-1.003001.tar.gz
diff --git a/perl-strictures.spec b/perl-strictures.spec
index 4969672..5b5c475 100644
--- a/perl-strictures.spec
+++ b/perl-strictures.spec
@@ -1,6 +1,6 @@
 Name:   perl-strictures
-Version:1.002002
-Release:3%{?dist}
+Version:1.003001
+Release:1%{?dist}
 Summary:Turn on strict and make all warnings fatal
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,6 +11,11 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
+# for extra testing
+BuildRequires:  perl(indirect)
+# not yet available - rhbz 810937 and 810939
+#BuildRequires:  perl(multidimensional)
+#BuildRequires:  perl(bareword::filehandles)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -42,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 1.003001-1
+- update to latest upstream version
+
 * Sat Jan 14 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.002002-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 8d7ce6d..7e71a32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-adf0840ec52cab21545a4903bdc2ee58  strictures-1.002002.tar.gz
+e37e3f7b33c4c5f8bd4759c42453d472  strictures-1.003001.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-XML-Feed] update to 0.49

2012-04-09 Thread Iain Arnell
commit e28f8212a841c89ec1d585b849fea97e90684ac6
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Apr 9 14:52:48 2012 -0600

update to 0.49

 .gitignore |1 +
 perl-XML-Feed.spec |6 --
 sources|2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b335967..b256be0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ XML-Feed-0.43.tar.gz
 /XML-Feed-0.46.tar.gz
 /XML-Feed-0.47.tar.gz
 /XML-Feed-0.48.tar.gz
+/XML-Feed-0.49.tar.gz
diff --git a/perl-XML-Feed.spec b/perl-XML-Feed.spec
index 7e93ff7..9b9c8be 100644
--- a/perl-XML-Feed.spec
+++ b/perl-XML-Feed.spec
@@ -1,5 +1,5 @@
 Name:   perl-XML-Feed
-Version:0.48
+Version:0.49
 Release:1%{?dist}
 Summary:Syndication feed parser and auto-discovery
 License:GPL+ or Artistic
@@ -47,7 +47,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -60,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 09 2012 Iain Arnell iarn...@gmail.com 0.49-1
+- update to latest upstream version
+
 * Wed Mar 14 2012 Iain Arnell iarn...@gmail.com 0.48-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 7ac4a4c..bab45a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07aa539b86f382804b78a15caf5e1ff2  XML-Feed-0.48.tar.gz
+7f76ff8367e87d3bde7521f49103aa4f  XML-Feed-0.49.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