File BDB-1.88.tar.gz uploaded to lookaside cache by kwizart

2010-08-22 Thread Nicolas Chauvet
A file has been added to the lookaside cache for perl-BDB:

64ef414a55a49edf78302a80b3871b94  BDB-1.88.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-IO-Async] Update to 0.29

2010-08-22 Thread Nicolas Chauvet
commit 4ccf4daee95e9d6df69c332cee21b14014ff38af
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 10:39:33 2010 +0200

Update to 0.29

 .gitignore |1 +
 perl-IO-Async.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3b0389..3ab8738 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Async-0.28.tar.gz
+/IO-Async-0.29.tar.gz
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index 4960f15..566547e 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Async
-Version:0.28
-Release:2%{?dist}
+Version:0.29
+Release:1%{?dist}
 Summary:A collection of modules that implement asynchronous filehandle 
IO
 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 0.29-1
+- Update to 0.29
+
 * Sun May 02 2010 Marcela Maslanova mmasl...@redhat.com - 0.28-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 24c043a..689e327 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83415cfa4596edb55db36376ad9ce86a  IO-Async-0.28.tar.gz
+7d184c7d2fd54eb19acfed78a02efd32  IO-Async-0.29.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-BDB] Update to 1.88

2010-08-22 Thread Nicolas Chauvet
commit 1cec390b85b15b37f2fe16c3640c5d2938df3929
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 10:21:13 2010 +0200

Update to 1.88

 .gitignore|1 +
 perl-BDB.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5515343..baec009 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 BDB-1.87.tar.gz
+/BDB-1.88.tar.gz
diff --git a/perl-BDB.spec b/perl-BDB.spec
index 8193ee5..f6b941d 100644
--- a/perl-BDB.spec
+++ b/perl-BDB.spec
@@ -1,6 +1,6 @@
 Name:   perl-BDB
-Version:1.87
-Release:2%{?dist}
+Version:1.88
+Release:1%{?dist}
 Summary:Asynchronous Berkeley DB access
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 1.88-1
+- Update to 1.88
+
 * Thu Apr 29 2010 Marcela Maslanova mmasl...@redhat.com - 1.87-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 4de8585..1e3e16f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b17dbf9ffe12b2dbcd46ad09c86519bb  BDB-1.87.tar.gz
+64ef414a55a49edf78302a80b3871b94  BDB-1.88.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-BDB/f14/master] Update to 1.88

2010-08-22 Thread Nicolas Chauvet
Summary of changes:

  1cec390... Update to 1.88 (*)

(*) 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-IO-Async/f14/master] Update to 0.29

2010-08-22 Thread Nicolas Chauvet
Summary of changes:

  4ccf4da... Update to 0.29 (*)

(*) 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-IO-Async/f14/master] Add missing BR

2010-08-22 Thread Nicolas Chauvet
commit d08af2e76a56d7d976bf04e256799d3e341e870c
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 11:27:55 2010 +0200

Add missing BR

 perl-IO-Async.spec |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-IO-Async.spec b/perl-IO-Async.spec
index 566547e..360ecda 100644
--- a/perl-IO-Async.spec
+++ b/perl-IO-Async.spec
@@ -16,6 +16,7 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Refcount)
+BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Socket::GetAddrInfo) = 0.08
 BuildRequires:  perl(Async::MergePoint)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -56,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 0.29-1
 - Update to 0.29
+- Add Test::Warn BR
 
 * Sun May 02 2010 Marcela Maslanova mmasl...@redhat.com - 0.28-2
 - Mass rebuild with perl-5.12.0
--
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-Socket-GetAddrInfo] Update to 0.16

2010-08-22 Thread Nicolas Chauvet
commit 94f83dcaf6d3bf5b333fedc5e39f74ab74dd2709
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 11:35:00 2010 +0200

Update to 0.16

 .gitignore   |1 +
 perl-Socket-GetAddrInfo.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e279e1..dcf74a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Socket-GetAddrInfo-0.15.tar.gz
+/Socket-GetAddrInfo-0.16.tar.gz
diff --git a/perl-Socket-GetAddrInfo.spec b/perl-Socket-GetAddrInfo.spec
index 0166b8d..53e1563 100644
--- a/perl-Socket-GetAddrInfo.spec
+++ b/perl-Socket-GetAddrInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-Socket-GetAddrInfo
-Version:0.15
-Release:6%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:RFC 2553's getaddrinfo and getnameinfo functions
 
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 0.16-1
+- Update to 0.16
+
 * Wed Jun  2 2010 Petr Pisar ppi...@redhat.com - 0.15-6
 - Rebuild against perl-5.12
 
diff --git a/sources b/sources
index e1c672f..d32acb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2dfcbc44b7e4b24dd0e6ac0996eb4b8  Socket-GetAddrInfo-0.15.tar.gz
+79fc30086edfa65cdb12ef5e174c0cd8  Socket-GetAddrInfo-0.16.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-Socket-GetAddrInfo/f14/master] Update to 0.16

2010-08-22 Thread Nicolas Chauvet
Summary of changes:

  94f83dc... Update to 0.16 (*)

(*) 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-AnyEvent] Update to 5.271

2010-08-22 Thread Nicolas Chauvet
commit d6cf610cdeaf25ef8aa78f96bb77c29d128fc0c8
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 14:40:59 2010 +0200

Update to 5.271

 .gitignore |1 +
 perl-AnyEvent.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8b081b..809e5fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 AnyEvent-5.261.tar.gz
+/AnyEvent-5.271.tar.gz
diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index 0be8aa8..6903f69 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -1,7 +1,7 @@
 %global subver 1
 
 Name:   perl-AnyEvent
-Version:5.26
+Version:5.27
 Release:1%{?dist}
 Summary:Framework for multiple event loops
 
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 5.27-1
+- Update to 5.271 (rpm version : 5.27)
+
 * Thu Apr 29 2010 Nicolas Chauvet kwiz...@fedoraproject.org - 5.26-1
 - Update to 5.261 (rpm version : 5.26)
 
diff --git a/sources b/sources
index 4c39789..ec76cfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57412a8270cdc0a259a8cd6963bdf8b2  AnyEvent-5.261.tar.gz
+957eb9e3f1bbf231fcb4665aafddac81  AnyEvent-5.271.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-AnyEvent/f14/master] Update to 5.271

2010-08-22 Thread Nicolas Chauvet
Summary of changes:

  d6cf610... Update to 5.271 (*)

(*) 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 626166] New: Update perl-ExtUtils-CBuilder to 0.04 is needed by perl-Socket-GetAddrInfo

2010-08-22 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Update perl-ExtUtils-CBuilder to 0.04 is needed by 
perl-Socket-GetAddrInfo

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

   Summary: Update perl-ExtUtils-CBuilder to 0.04 is needed by
perl-Socket-GetAddrInfo
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: low
 Component: perl-ExtUtils-CBuilder
AssignedTo: extras-orp...@fedoraproject.org
ReportedBy: kwiz...@gmail.com
 QAContact: extras...@fedoraproject.org
CC: extras-orp...@fedoraproject.org,
fedora-perl-devel-l...@redhat.com
Classification: Fedora


Description of problem:
Update to lastest version.


Version-Release number of selected component (if applicable):
devel f14 el6

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
https://koji.fedoraproject.org/koji/getfile?taskID=2416807name=build.log

-- 
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 ExtUtils-CChecker-0.04.tar.gz uploaded to lookaside cache by kwizart

2010-08-22 Thread Nicolas Chauvet
A file has been added to the lookaside cache for perl-ExtUtils-CChecker:

9167438302e41d83eda8ae002ed70d99  ExtUtils-CChecker-0.04.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 626166] Update perl-ExtUtils-CChecker to 0.04 is needed by perl-Socket-GetAddrInfo

2010-08-22 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=626166

Nicolas Chauvet (kwizart) kwiz...@gmail.com changed:

   What|Removed |Added

 CC||kwiz...@gmail.com
  Component|perl-ExtUtils-CBuilder  |perl-ExtUtils-CChecker
 AssignedTo|extras-orp...@fedoraproject |kwiz...@gmail.com
   |.org|
Summary|Update  |Update
   |perl-ExtUtils-CBuilder to   |perl-ExtUtils-CChecker to
   |0.04 is needed by   |0.04 is needed by
   |perl-Socket-GetAddrInfo |perl-Socket-GetAddrInfo

--- Comment #1 from Nicolas Chauvet (kwizart) kwiz...@gmail.com 2010-08-22 
09:09:17 EDT ---
wrong component

-- 
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 626166] Update perl-ExtUtils-CChecker to 0.04 is needed by perl-Socket-GetAddrInfo

2010-08-22 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=626166

Nicolas Chauvet (kwizart) kwiz...@gmail.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||NEXTRELEASE
Last Closed||2010-08-22 09:13:18

--- Comment #2 from Nicolas Chauvet (kwizart) kwiz...@gmail.com 2010-08-22 
09:13:18 EDT ---
stupid me -  I AM the maintainer.

-- 
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-ExtUtils-CChecker] Update to 0.04

2010-08-22 Thread Nicolas Chauvet
commit 84619c70d98ffe4493487366b5fc3627055c95e1
Author: Nicolas Chauvet kwiz...@gmail.com
Date:   Sun Aug 22 15:17:00 2010 +0200

Update to 0.04

 .gitignore  |1 +
 perl-ExtUtils-CChecker.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6028a57..899d5dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ExtUtils-CChecker-0.03.tar.gz
+/ExtUtils-CChecker-0.04.tar.gz
diff --git a/perl-ExtUtils-CChecker.spec b/perl-ExtUtils-CChecker.spec
index aadce4c..7c226dd 100644
--- a/perl-ExtUtils-CChecker.spec
+++ b/perl-ExtUtils-CChecker.spec
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-CChecker
-Version:0.03
-Release:2%{?dist}
+Version:0.04
+Release:1%{?dist}
 Summary:Configure-time utilities for using C headers, libraries, or OS 
features
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 22 2010 Nicolas Chauvet kwiz...@gmail.com - 0.04-1
+- Update to 0.04
+
 * Tue Jun 22 2010 Nicolas Chauvet kwiz...@gmail.com - 0.03-2
 - rebuilt for perl 
 
diff --git a/sources b/sources
index b021abe..491f4c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2a9da32e70ec32c5b47652e020021d0  ExtUtils-CChecker-0.03.tar.gz
+9167438302e41d83eda8ae002ed70d99  ExtUtils-CChecker-0.04.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