File Try-Tiny-0.13.tar.gz uploaded to lookaside cache by pghmcfc

2013-07-05 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Try-Tiny:

c42a33edad33293c0832dfe134fa82ba  Try-Tiny-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-Try-Tiny] Update to 0.13

2013-07-05 Thread Paul Howarth
commit 70c0e17dbd570152adb2c556b7149d75ed1bdcde
Author: Paul Howarth p...@city-fan.org
Date:   Fri Jul 5 10:29:24 2013 +0100

Update to 0.13

- New upstream release 0.13
  - Fix tests failing on 5.6.x due to differing DESTROY semantics
  - Excise superfluous local($@) call - 7% speedup
  - Fix broken URLs (CPAN RT#55659)
  - Proper exception on erroneous usage of bare catch/finally (CPAN 
RT#81070)
  - Proper exception on erroneous use of multiple catch{} blocks
  - Clarify exception occuring on unterminated try block (CPAN RT#75712)
  - Fix the prototypes shown in docs to match code (CPAN RT#79590)
  - Warn loudly on exceptions in finally() blocks
  - dzilify
- Ship upstream LICENSE and README files
- Classify buildreqs by usage
- Add buildreqs for extra tests and explicitly run them

 perl-Try-Tiny.spec |   39 ++-
 sources|2 +-
 2 files changed, 35 insertions(+), 6 deletions(-)
---
diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index 76cecdc..acdf354 100644
--- a/perl-Try-Tiny.spec
+++ b/perl-Try-Tiny.spec
@@ -1,19 +1,32 @@
 Name:  perl-Try-Tiny
 Summary:   Minimal try/catch with proper localization of $@
-Version:   0.12
-Release:   2%{?dist}
+Version:   0.13
+Release:   1%{?dist}
 License:   MIT
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Try-Tiny
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.17
+# Module
+BuildRequires: perl(base)
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter)
-BuildRequires: perl(ExtUtils::MakeMaker)
+# Test Suite
+BuildRequires: perl(File::Find)
+BuildRequires: perl(File::Temp)
 BuildRequires: perl(Test::More)
+# Extra Tests
+BuildRequires: perl(Pod::Coverage::TrustPod)
+BuildRequires: perl(Test::EOL)
+BuildRequires: perl(Test::NoTabs)
+BuildRequires: perl(Test::Pod) = 1.41
+BuildRequires: perl(Test::Pod::Coverage) = 1.08
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
-Requires:  perl(Exporter)
 
 # obsolete/provide old tests subpackage
 # can be removed during F19 development cycle
@@ -46,16 +59,32 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 
 %check
 make test
+make test TEST_FILES=$(echo $(find xt/ -name '*.t'))
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%doc Changes t/
+%doc Changes LICENSE README t/
 %{perl_vendorlib}/Try/
 %{_mandir}/man3/Try::Tiny.3pm*
 
 %changelog
+* Fri Jul  5 2013 Paul Howarth p...@city-fan.org - 0.13-1
+- Update to 0.13
+  - Fix tests failing on 5.6.x due to differing DESTROY semantics
+  - Excise superfluous local($@) call - 7%% speedup
+  - Fix broken URLs (CPAN RT#55659)
+  - Proper exception on erroneous usage of bare catch/finally (CPAN RT#81070)
+  - Proper exception on erroneous use of multiple catch{} blocks
+  - Clarify exception occuring on unterminated try block (CPAN RT#75712)
+  - Fix the prototypes shown in docs to match code (CPAN RT#79590)
+  - Warn loudly on exceptions in finally() blocks
+  - dzilify
+- Ship upstream LICENSE and README files
+- Classify buildreqs by usage
+- Add buildreqs for extra tests and explicitly run them
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index be2a852..abf1470 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b584cb5ace0a2f39d8949bacc83  Try-Tiny-0.12.tar.gz
+c42a33edad33293c0832dfe134fa82ba  Try-Tiny-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-Try-Tiny] Created tag perl-Try-Tiny-0.13-1.fc20

2013-07-05 Thread Paul Howarth
The lightweight tag 'perl-Try-Tiny-0.13-1.fc20' was created pointing to:

 70c0e17... Update to 0.13
--
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-PDL

2013-07-05 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
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: perl-Bio-SamTools

2013-07-05 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
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: perl-Bio-ASN1-EntrezGene

2013-07-05 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
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

[pkgdb] perl-Net-Amazon-S3 ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-Net-Amazon-S3 in Fedora devel was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Net-Amazon-S3
--
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

[pkgdb] perl-Net-Amazon-S3 ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-Net-Amazon-S3 in Fedora 19 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Net-Amazon-S3
--
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

[pkgdb] perl-LWP-UserAgent-Determined ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-LWP-UserAgent-Determined in Fedora 17 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-LWP-UserAgent-Determined
--
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

[pkgdb] perl-Net-Amazon-S3 ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-Net-Amazon-S3 in Fedora 17 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Net-Amazon-S3
--
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

[pkgdb] perl-Net-Amazon-S3 ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-Net-Amazon-S3 in Fedora 18 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Net-Amazon-S3
--
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

[pkgdb] perl-LWP-UserAgent-Determined ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-LWP-UserAgent-Determined in Fedora devel was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-LWP-UserAgent-Determined
--
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

[pkgdb] perl-LWP-UserAgent-Determined ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-LWP-UserAgent-Determined in Fedora 18 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-LWP-UserAgent-Determined
--
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

[pkgdb] perl-LWP-UserAgent-Determined ownership changed

2013-07-05 Thread Fedora PackageDB
Package perl-LWP-UserAgent-Determined in Fedora 19 was orphaned by rrati

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-LWP-UserAgent-Determined
--
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 Class-Accessor-Classy-v0.9.1.tar.gz uploaded to lookaside cache by jcp

2013-07-05 Thread jcp
A file has been added to the lookaside cache for perl-Class-Accessor-Classy:

766422ad464f04cc56b9dce490db9935  Class-Accessor-Classy-v0.9.1.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-Class-Accessor-Classy] Initial import (#980222).

2013-07-05 Thread jcp
commit 108305f3b08ff9a5cba1fac1e3aac6ff5bfd85c2
Author: John C. Peterson j...@eskimo.com
Date:   Fri Jul 5 10:56:46 2013 -0700

Initial import (#980222).

 .gitignore  |1 +
 perl-Class-Accessor-Classy.spec |   74 +++
 sources |1 +
 3 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..845c22b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Class-Accessor-Classy-v0.9.1.tar.gz
diff --git a/perl-Class-Accessor-Classy.spec b/perl-Class-Accessor-Classy.spec
new file mode 100644
index 000..9fc4e72
--- /dev/null
+++ b/perl-Class-Accessor-Classy.spec
@@ -0,0 +1,74 @@
+# Declare the CPAN name of the module
+%define mod_basename Class-Accessor-Classy
+
+Name:   perl-%{mod_basename}
+Version:0.9.1
+Release:2%{?dist}
+Summary:Accessors with minimal inheritance
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/%{mod_basename}/
+Source: 
http://www.cpan.org/modules/by-module/Class/%{mod_basename}-v%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Module::Build) = 0.28
+# These are needed for Build test
+BuildRequires:  perl(attributes)
+BuildRequires:  perl(version)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+The Class::Accessor::Classy Perl module provides an extremely small
+footprint accessor/mutator declaration scheme for fast and convenient
+object attribute setup.  It is intended as a simple and speedy mechanism
+for preventing hash-key typos rather than a full-blown object system
+with type checking and so on.
+
+The accessor methods appear as a hidden parent class of your package
+and generally try to stay out of the way.  The accessors and mutators
+generated are of the form Cfoo() and Cset_foo(), respectively.
+
+%prep
+%setup -q -n %{mod_basename}-v%{version}
+
+%build
+# Using Module::Build since a Build.PL is present
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+%if 0%{?rhel}
+rm -rf %{buildroot}
+%endif
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
+%{_fixperms} %{buildroot}/*
+
+%check
+./Build test
+
+%clean
+%if 0%{?rhel}
+rm -rf %{buildroot}
+%endif
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jul  2 2013 John C. Peterson j...@eskimo.com 0.9.1-2
+- Added missing build requirements identified by the reviewer.
+
+* Wed Jun 26 2013 John C. Peterson j...@eskimo.com 0.9.1-1
+- Some minor cosmetic fixes to improve readability and to pacify rpmlint.
+
+* Tue Jun 18 2013 John C. Peterson j...@eskimo.com 0.9.1-1
+- Baseline specfile autogenerated by cpanspec 1.78.
+
diff --git a/sources b/sources
index e69de29..b34d69d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+766422ad464f04cc56b9dce490db9935  Class-Accessor-Classy-v0.9.1.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-Class-Accessor-Classy/f19] Initial import (#980222).

2013-07-05 Thread jcp
Summary of changes:

  108305f... Initial import (#980222). (*)

(*) 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

[abi-compliance-checker/f18] Update to latest bugfix release.

2013-07-05 Thread Richard Shaw
Summary of changes:

  e908fd5... Update to latest bugfix release. (*)

(*) 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

[abi-compliance-checker/f17] Update to latest bugfix release.

2013-07-05 Thread Richard Shaw
Summary of changes:

  e908fd5... Update to latest bugfix release. (*)

(*) 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-Class-Accessor-Classy/f18] Initial import (#980222).

2013-07-05 Thread jcp
Summary of changes:

  108305f... Initial import (#980222). (*)

(*) 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 977670] abi-compliance-checker-1.99.7 is available

2013-07-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=977670

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.7-1.fc18 has been submitted as an update for Fedora
18.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.7-1.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=4NXQueExSWa=cc_unsubscribe
--
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 977670] abi-compliance-checker-1.99.7 is available

2013-07-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=977670

--- Comment #5 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.7-1.fc19 has been submitted as an update for Fedora
19.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.7-1.fc19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=27FijS8kHIa=cc_unsubscribe
--
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 977670] abi-compliance-checker-1.99.7 is available

2013-07-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=977670

--- Comment #4 from Fedora Update System upda...@fedoraproject.org ---
abi-compliance-checker-1.99.7-1.fc17 has been submitted as an update for Fedora
17.
https://admin.fedoraproject.org/updates/abi-compliance-checker-1.99.7-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tfVYGK5KOaa=cc_unsubscribe
--
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-Class-Accessor-Classy/el6] Initial import (#980222).

2013-07-05 Thread jcp
Summary of changes:

  108305f... Initial import (#980222). (*)

(*) 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-ExtUtils-Config] Don't BR: perl(Test::Kwalitee) when bootstrapping

2013-07-05 Thread Paul Howarth
commit eaa69dc1aa698f7c8a89c85e02c8381c47cac77b
Author: Paul Howarth p...@city-fan.org
Date:   Fri Jul 5 22:10:07 2013 +0100

Don't BR: perl(Test::Kwalitee) when bootstrapping

 perl-ExtUtils-Config.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec
index bee59af..bb6efd7 100644
--- a/perl-ExtUtils-Config.spec
+++ b/perl-ExtUtils-Config.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-ExtUtils-Config
 Version:   0.007
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   A wrapper for perl's configuration
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -23,7 +23,10 @@ BuildRequires:   perl(File::Temp)
 BuildRequires: perl(Test::More)
 # Release Tests
 BuildRequires: perl(Pod::Coverage::TrustPod)
+# Test::Kwalitee builds using Module::Build::Tiny, which requires 
ExtUtils::Config
+%if 0%{!?perl_bootstrap:1}
 BuildRequires: perl(Test::Kwalitee)
+%endif
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 # Runtime
@@ -62,6 +65,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/ExtUtils::Config.3pm*
 
 %changelog
+* Fri Jul  5 2013 Paul Howarth p...@city-fan.org - 0.007-3
+- Don't BR: perl(Test::Kwalitee) when bootstrapping
+
 * Mon Apr  1 2013 Paul Howarth p...@city-fan.org - 0.007-2
 - Sanitize for Fedora submission
 
--
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-ExtUtils-Config] Created tag perl-ExtUtils-Config-0.007-3.fc20

2013-07-05 Thread Paul Howarth
The lightweight tag 'perl-ExtUtils-Config-0.007-3.fc20' was created pointing to:

 eaa69dc... Don't BR: perl(Test::Kwalitee) when bootstrapping
--
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 981277] Dependency chain brings in X11

2013-07-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=981277

Kevin Fenzi ke...@scrye.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #5 from Kevin Fenzi ke...@scrye.com ---
Just bumping to 2.007 and applying the ssl fix, I still get a failed build: 

http://koji.fedoraproject.org/koji/taskinfo?taskID=5578298

I can poke at it more later, or if anyone else wants to just update
rawhide/f19, feel free.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zYDoVyDhFja=cc_unsubscribe
--
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