rpms/perl-XML-DOM-XPath/F-8 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.2, 1.3 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/F-8

Modified Files:
.cvsignore perl-XML-DOM-XPath.spec sources 
Log Message:
Update to latest upstream (0.14).  Bump version of XML-XPathEngine
BuildRequired.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:56:33 -  1.2
+++ .cvsignore  5 Jun 2008 00:57:11 -   1.3
@@ -1 +1 @@
-XML-DOM-XPath-0.13.tar.gz
+XML-DOM-XPath-0.14.tar.gz


Index: perl-XML-DOM-XPath.spec
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/perl-XML-DOM-XPath.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-XML-DOM-XPath.spec 4 Sep 2007 10:00:41 -   1.2
+++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:57:11 -   1.3
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM-XPath
-Version:0.13
-Release:2%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Perl extension to add XPath support to XML::DOM, using 
XML::XPath engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(XML::DOM)
-BuildRequires:  perl(XML::XPathEngine) >= 0.04
+BuildRequires:  perl(XML::XPathEngine) >= 0.10
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -49,6 +49,13 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.14-1
+- Update to latest upstream (0.14)
+- Bump minimum BR for perl(XML::XPathEngine) to 0.10
+
+* Tue Mar 04 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.13-3
+- rebuild for new perl
+
 * Tue Sep 04 2007 Alex Lancaster <[EMAIL PROTECTED]> 0.13-2
 - Clarified license terms: GPL+ or Artistic
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:56:33 -  1.2
+++ sources 5 Jun 2008 00:57:11 -   1.3
@@ -1 +1 @@
-276b4863d2886df313f849b329b9e090  XML-DOM-XPath-0.13.tar.gz
+51a40df96c2f92829e1a4f84782fa75e  XML-DOM-XPath-0.14.tar.gz

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


rpms/perl-XML-DOM-XPath/F-7 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.2, 1.3 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19517/F-7

Modified Files:
.cvsignore perl-XML-DOM-XPath.spec sources 
Log Message:
Update to latest upstream (0.14).  Bump version of XML-XPathEngine
BuildRequired.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:56:33 -  1.2
+++ .cvsignore  5 Jun 2008 00:56:56 -   1.3
@@ -1 +1 @@
-XML-DOM-XPath-0.13.tar.gz
+XML-DOM-XPath-0.14.tar.gz


Index: perl-XML-DOM-XPath.spec
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/perl-XML-DOM-XPath.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-XML-DOM-XPath.spec 4 Sep 2007 10:07:35 -   1.2
+++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:56:56 -   1.3
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM-XPath
-Version:0.13
-Release:2%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Perl extension to add XPath support to XML::DOM, using 
XML::XPath engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(XML::DOM)
-BuildRequires:  perl(XML::XPathEngine) >= 0.04
+BuildRequires:  perl(XML::XPathEngine) >= 0.10
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -49,6 +49,13 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.14-1
+- Update to latest upstream (0.14)
+- Bump minimum BR for perl(XML::XPathEngine) to 0.10
+
+* Tue Mar 04 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.13-3
+- rebuild for new perl
+
 * Tue Sep 04 2007 Alex Lancaster <[EMAIL PROTECTED]> 0.13-2
 - Clarified license terms: GPL+ or Artistic
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:56:33 -  1.2
+++ sources 5 Jun 2008 00:56:56 -   1.3
@@ -1 +1 @@
-276b4863d2886df313f849b329b9e090  XML-DOM-XPath-0.13.tar.gz
+51a40df96c2f92829e1a4f84782fa75e  XML-DOM-XPath-0.14.tar.gz

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


rpms/perl-XML-DOM-XPath/F-9 .cvsignore, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.3, 1.4 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19058

Modified Files:
.cvsignore perl-XML-DOM-XPath.spec sources 
Log Message:
- Update to latest upstream (0.14)
- Bump minimum BR for perl(XML::XPathEngine) to 0.10



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:56:33 -  1.2
+++ .cvsignore  5 Jun 2008 00:44:35 -   1.3
@@ -1 +1 @@
-XML-DOM-XPath-0.13.tar.gz
+XML-DOM-XPath-0.14.tar.gz


Index: perl-XML-DOM-XPath.spec
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/perl-XML-DOM-XPath.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-XML-DOM-XPath.spec 4 Mar 2008 05:29:22 -   1.3
+++ perl-XML-DOM-XPath.spec 5 Jun 2008 00:44:35 -   1.4
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM-XPath
-Version:0.13
-Release:3%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Perl extension to add XPath support to XML::DOM, using 
XML::XPath engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(XML::DOM)
-BuildRequires:  perl(XML::XPathEngine) >= 0.04
+BuildRequires:  perl(XML::XPathEngine) >= 0.10
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -49,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.14-1
+- Update to latest upstream (0.14)
+- Bump minimum BR for perl(XML::XPathEngine) to 0.10
+
 * Tue Mar 04 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.13-3
 - rebuild for new perl
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-XML-DOM-XPath/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:56:33 -  1.2
+++ sources 5 Jun 2008 00:44:35 -   1.3
@@ -1 +1 @@
-276b4863d2886df313f849b329b9e090  XML-DOM-XPath-0.13.tar.gz
+51a40df96c2f92829e1a4f84782fa75e  XML-DOM-XPath-0.14.tar.gz

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


rpms/perl-Convert-Binary-C/F-9 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.9, 1.10 sources, 1.4, 1.5

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-9

Modified Files:
.cvsignore perl-Convert-Binary-C.spec sources 
Log Message:
Update to latest upstream (0.71)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  6 Jan 2008 10:09:17 -   1.4
+++ .cvsignore  5 Jun 2008 00:39:10 -   1.5
@@ -1 +1 @@
-Convert-Binary-C-0.70.tar.gz
+Convert-Binary-C-0.71.tar.gz


Index: perl-Convert-Binary-C.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/perl-Convert-Binary-C.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Convert-Binary-C.spec  4 Mar 2008 03:53:44 -   1.9
+++ perl-Convert-Binary-C.spec  5 Jun 2008 00:39:10 -   1.10
@@ -1,6 +1,6 @@
 Name:   perl-Convert-Binary-C
-Version:0.70
-Release:5%{?dist}
+Version:0.71
+Release:1%{?dist}
 Summary:Binary data conversion using C types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.71-1
+- Update to latest upstream (0.71)
+
 * Mon Mar  3 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-5
 - rebuild for new perl (again)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Jan 2008 10:09:17 -   1.4
+++ sources 5 Jun 2008 00:39:10 -   1.5
@@ -1 +1 @@
-990b9a31519111bf88e77b464854caf9  Convert-Binary-C-0.70.tar.gz
+b2c0958f1424c4b9e4a7cd4a4f8ef0bf  Convert-Binary-C-0.71.tar.gz

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


rpms/perl-Convert-Binary-C/F-7 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.5, 1.6 sources, 1.4, 1.5

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-7

Modified Files:
.cvsignore perl-Convert-Binary-C.spec sources 
Log Message:
Update to latest upstream (0.71)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  6 Jan 2008 10:19:14 -   1.4
+++ .cvsignore  5 Jun 2008 00:38:39 -   1.5
@@ -1 +1 @@
-Convert-Binary-C-0.70.tar.gz
+Convert-Binary-C-0.71.tar.gz


Index: perl-Convert-Binary-C.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/perl-Convert-Binary-C.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Convert-Binary-C.spec  6 Jan 2008 10:19:14 -   1.5
+++ perl-Convert-Binary-C.spec  5 Jun 2008 00:38:39 -   1.6
@@ -1,5 +1,5 @@
 Name:   perl-Convert-Binary-C
-Version:0.70
+Version:0.71
 Release:1%{?dist}
 Summary:Binary data conversion using C types
 License:GPL+ or Artistic
@@ -54,6 +54,22 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.71-1
+- Update to latest upstream (0.71)
+
+* Mon Mar  3 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-5
+- rebuild for new perl (again)
+
+* Sat Feb 23 2008 Alex Lancaster  - 0.70-4
+- Bump release to fix koji problem that prevented tagging the previous
+  (correct) build.
+
+* Mon Feb 18 2008 Fedora Release Engineering <[EMAIL PROTECTED]> - 0.70-3
+- Autorebuild for GCC 4.3
+
+* Fri Feb  8 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-2
+- rebuild for new perl
+
 * Sun Jan  6 2008 Alex Lancaster  - 0.70-1
 - Update to latest upstream (0.70)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Jan 2008 10:19:14 -   1.4
+++ sources 5 Jun 2008 00:38:39 -   1.5
@@ -1 +1 @@
-990b9a31519111bf88e77b464854caf9  Convert-Binary-C-0.70.tar.gz
+b2c0958f1424c4b9e4a7cd4a4f8ef0bf  Convert-Binary-C-0.71.tar.gz

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


rpms/perl-Convert-Binary-C/F-8 .cvsignore, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.5, 1.6 sources, 1.4, 1.5

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550/F-8

Modified Files:
.cvsignore perl-Convert-Binary-C.spec sources 
Log Message:
Update to latest upstream (0.71)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  6 Jan 2008 10:19:03 -   1.4
+++ .cvsignore  5 Jun 2008 00:38:53 -   1.5
@@ -1 +1 @@
-Convert-Binary-C-0.70.tar.gz
+Convert-Binary-C-0.71.tar.gz


Index: perl-Convert-Binary-C.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/perl-Convert-Binary-C.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Convert-Binary-C.spec  6 Jan 2008 10:19:03 -   1.5
+++ perl-Convert-Binary-C.spec  5 Jun 2008 00:38:53 -   1.6
@@ -1,5 +1,5 @@
 Name:   perl-Convert-Binary-C
-Version:0.70
+Version:0.71
 Release:1%{?dist}
 Summary:Binary data conversion using C types
 License:GPL+ or Artistic
@@ -54,6 +54,22 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.71-1
+- Update to latest upstream (0.71)
+
+* Mon Mar  3 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-5
+- rebuild for new perl (again)
+
+* Sat Feb 23 2008 Alex Lancaster  - 0.70-4
+- Bump release to fix koji problem that prevented tagging the previous
+  (correct) build.
+
+* Mon Feb 18 2008 Fedora Release Engineering <[EMAIL PROTECTED]> - 0.70-3
+- Autorebuild for GCC 4.3
+
+* Fri Feb  8 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-2
+- rebuild for new perl
+
 * Sun Jan  6 2008 Alex Lancaster  - 0.70-1
 - Update to latest upstream (0.70)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Convert-Binary-C/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Jan 2008 10:19:03 -   1.4
+++ sources 5 Jun 2008 00:38:53 -   1.5
@@ -1 +1 @@
-990b9a31519111bf88e77b464854caf9  Convert-Binary-C-0.70.tar.gz
+b2c0958f1424c4b9e4a7cd4a4f8ef0bf  Convert-Binary-C-0.71.tar.gz

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


rpms/perl-XML-XPathEngine/F-9 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.4, 1.5 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7522

Modified Files:
.cvsignore perl-XML-XPathEngine.spec sources 
Log Message:
Update to latest upstream (0.11)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:48:05 -  1.2
+++ .cvsignore  4 Jun 2008 09:41:47 -   1.3
@@ -1 +1 @@
-XML-XPathEngine-0.08.tar.gz
+XML-XPathEngine-0.11.tar.gz


Index: perl-XML-XPathEngine.spec
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/perl-XML-XPathEngine.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-XML-XPathEngine.spec   2 Mar 2008 15:52:09 -   1.4
+++ perl-XML-XPathEngine.spec   4 Jun 2008 09:41:47 -   1.5
@@ -1,6 +1,6 @@
 Name:   perl-XML-XPathEngine
-Version:0.08
-Release:4%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Re-usable XPath engine for DOM-like trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.11-1
+- Update to latest upstream (0.11)
+
 * Wed Feb 27 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.08-4
 - Rebuild for perl 5.10 (again)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:48:05 -  1.2
+++ sources 4 Jun 2008 09:41:47 -   1.3
@@ -1 +1 @@
-225f53d420d4fca50cd9d18b877780d6  XML-XPathEngine-0.08.tar.gz
+63c1f458501174eeb3025506426fd27c  XML-XPathEngine-0.11.tar.gz

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


rpms/perl-XML-XPathEngine/F-8 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.2, 1.3 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7632

Modified Files:
.cvsignore perl-XML-XPathEngine.spec sources 
Log Message:
Update to latest upstream (0.11)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:48:05 -  1.2
+++ .cvsignore  4 Jun 2008 09:43:29 -   1.3
@@ -1 +1 @@
-XML-XPathEngine-0.08.tar.gz
+XML-XPathEngine-0.11.tar.gz


Index: perl-XML-XPathEngine.spec
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/perl-XML-XPathEngine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-XML-XPathEngine.spec   4 Sep 2007 10:02:58 -   1.2
+++ perl-XML-XPathEngine.spec   4 Jun 2008 09:43:29 -   1.3
@@ -1,6 +1,6 @@
 Name:   perl-XML-XPathEngine
-Version:0.08
-Release:2%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Re-usable XPath engine for DOM-like trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,15 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.11-1
+- Update to latest upstream (0.11)
+
+* Wed Feb 27 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.08-4
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.08-3
+- rebuild for new perl
+
 * Tue Sep 04 2007 Alex Lancaster <[EMAIL PROTECTED]> 0.08-2
 - Clarified license terms: GPL+ or Artistic
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:48:05 -  1.2
+++ sources 4 Jun 2008 09:43:29 -   1.3
@@ -1 +1 @@
-225f53d420d4fca50cd9d18b877780d6  XML-XPathEngine-0.08.tar.gz
+63c1f458501174eeb3025506426fd27c  XML-XPathEngine-0.11.tar.gz

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


rpms/perl-XML-XPathEngine/F-7 .cvsignore, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.2, 1.3 sources, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-XML-XPathEngine/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7699

Modified Files:
.cvsignore perl-XML-XPathEngine.spec sources 
Log Message:
Update to latest upstream (0.11)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:48:05 -  1.2
+++ .cvsignore  4 Jun 2008 09:45:07 -   1.3
@@ -1 +1 @@
-XML-XPathEngine-0.08.tar.gz
+XML-XPathEngine-0.11.tar.gz


Index: perl-XML-XPathEngine.spec
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/perl-XML-XPathEngine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-XML-XPathEngine.spec   4 Sep 2007 10:13:05 -   1.2
+++ perl-XML-XPathEngine.spec   4 Jun 2008 09:45:07 -   1.3
@@ -1,6 +1,6 @@
 Name:   perl-XML-XPathEngine
-Version:0.08
-Release:2%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Re-usable XPath engine for DOM-like trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,15 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.11-1
+- Update to latest upstream (0.11)
+
+* Wed Feb 27 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.08-4
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 28 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.08-3
+- rebuild for new perl
+
 * Tue Sep 04 2007 Alex Lancaster <[EMAIL PROTECTED]> 0.08-2
 - Clarified license terms: GPL+ or Artistic
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:48:05 -  1.2
+++ sources 4 Jun 2008 09:45:07 -   1.3
@@ -1 +1 @@
-225f53d420d4fca50cd9d18b877780d6  XML-XPathEngine-0.08.tar.gz
+63c1f458501174eeb3025506426fd27c  XML-XPathEngine-0.11.tar.gz

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


rpms/perl-Graph/devel perl-Graph.spec,1.9,1.10

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-Graph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23123

Modified Files:
perl-Graph.spec 
Log Message:
Remove old check construct that prevents build in F-10+ (#449571)



Index: perl-Graph.spec
===
RCS file: /cvs/extras/rpms/perl-Graph/devel/perl-Graph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Graph.spec 8 Feb 2008 18:19:20 -   1.9
+++ perl-Graph.spec 4 Jun 2008 07:34:22 -   1.10
@@ -1,6 +1,6 @@
 Name:   perl-Graph
 Version:0.84
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl module for dealing with graphs, the abstract data 
structures
 
 Group:  Development/Libraries
@@ -46,7 +46,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -62,6 +62,9 @@
 
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.84-3
+- Remove old check construct that prevents build in F-10+ (#449571)
+
 * Fri Feb 08 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.84-2
 - rebuild for new perl
 

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


rpms/perl-Convert-Binary-C/devel sources, 1.4, 1.5 perl-Convert-Binary-C.spec, 1.9, 1.10 .cvsignore, 1.4, 1.5

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-Convert-Binary-C/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23637

Modified Files:
sources perl-Convert-Binary-C.spec .cvsignore 
Log Message:
Update to latest upstream (0.71)



Index: sources
===
RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Jan 2008 10:09:17 -   1.4
+++ sources 4 Jun 2008 07:49:03 -   1.5
@@ -1 +1 @@
-990b9a31519111bf88e77b464854caf9  Convert-Binary-C-0.70.tar.gz
+b2c0958f1424c4b9e4a7cd4a4f8ef0bf  Convert-Binary-C-0.71.tar.gz


Index: perl-Convert-Binary-C.spec
===
RCS file: 
/cvs/extras/rpms/perl-Convert-Binary-C/devel/perl-Convert-Binary-C.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Convert-Binary-C.spec  4 Mar 2008 03:53:44 -   1.9
+++ perl-Convert-Binary-C.spec  4 Jun 2008 07:49:03 -   1.10
@@ -1,6 +1,6 @@
 Name:   perl-Convert-Binary-C
-Version:0.70
-Release:5%{?dist}
+Version:0.71
+Release:1%{?dist}
 Summary:Binary data conversion using C types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.71-1
+- Update to latest upstream (0.71)
+
 * Mon Mar  3 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.70-5
 - rebuild for new perl (again)
 


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Convert-Binary-C/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  6 Jan 2008 10:09:17 -   1.4
+++ .cvsignore  4 Jun 2008 07:49:03 -   1.5
@@ -1 +1 @@
-Convert-Binary-C-0.70.tar.gz
+Convert-Binary-C-0.71.tar.gz

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


rpms/perl-XML-XPathEngine/devel sources, 1.2, 1.3 perl-XML-XPathEngine.spec, 1.4, 1.5 .cvsignore, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-XML-XPathEngine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24039

Modified Files:
sources perl-XML-XPathEngine.spec .cvsignore 
Log Message:
Update to latest upstream (0.11)



Index: sources
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:48:05 -  1.2
+++ sources 4 Jun 2008 07:58:34 -   1.3
@@ -1 +1 @@
-225f53d420d4fca50cd9d18b877780d6  XML-XPathEngine-0.08.tar.gz
+63c1f458501174eeb3025506426fd27c  XML-XPathEngine-0.11.tar.gz


Index: perl-XML-XPathEngine.spec
===
RCS file: 
/cvs/extras/rpms/perl-XML-XPathEngine/devel/perl-XML-XPathEngine.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-XML-XPathEngine.spec   2 Mar 2008 15:52:09 -   1.4
+++ perl-XML-XPathEngine.spec   4 Jun 2008 07:58:34 -   1.5
@@ -1,6 +1,6 @@
 Name:   perl-XML-XPathEngine
-Version:0.08
-Release:4%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Re-usable XPath engine for DOM-like trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.11-1
+- Update to latest upstream (0.11)
+
 * Wed Feb 27 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 0.08-4
 - Rebuild for perl 5.10 (again)
 


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-XML-XPathEngine/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:48:05 -  1.2
+++ .cvsignore  4 Jun 2008 07:58:34 -   1.3
@@ -1 +1 @@
-XML-XPathEngine-0.08.tar.gz
+XML-XPathEngine-0.11.tar.gz

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


rpms/perl-XML-DOM-XPath/devel sources, 1.2, 1.3 perl-XML-DOM-XPath.spec, 1.3, 1.4 .cvsignore, 1.2, 1.3

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-XML-DOM-XPath/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7107

Modified Files:
sources perl-XML-DOM-XPath.spec .cvsignore 
Log Message:
- Update to latest upstream (0.14)
- Bump minimum BR for perl(XML::XPathEngine) to 0.10



Index: sources
===
RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Mar 2007 01:56:33 -  1.2
+++ sources 4 Jun 2008 09:31:12 -   1.3
@@ -1 +1 @@
-276b4863d2886df313f849b329b9e090  XML-DOM-XPath-0.13.tar.gz
+51a40df96c2f92829e1a4f84782fa75e  XML-DOM-XPath-0.14.tar.gz


Index: perl-XML-DOM-XPath.spec
===
RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/perl-XML-DOM-XPath.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-XML-DOM-XPath.spec 4 Mar 2008 05:29:22 -   1.3
+++ perl-XML-DOM-XPath.spec 4 Jun 2008 09:31:12 -   1.4
@@ -1,6 +1,6 @@
 Name:   perl-XML-DOM-XPath
-Version:0.13
-Release:3%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Perl extension to add XPath support to XML::DOM, using 
XML::XPath engine
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(XML::DOM)
-BuildRequires:  perl(XML::XPathEngine) >= 0.04
+BuildRequires:  perl(XML::XPathEngine) >= 0.10
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -49,6 +49,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.14-1
+- Update to latest upstream (0.14)
+- Bump minimum BR for perl(XML::XPathEngine) to 0.10
+
 * Tue Mar 04 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.13-3
 - rebuild for new perl
 


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-XML-DOM-XPath/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Mar 2007 01:56:33 -  1.2
+++ .cvsignore  4 Jun 2008 09:31:12 -   1.3
@@ -1 +1 @@
-XML-DOM-XPath-0.13.tar.gz
+XML-DOM-XPath-0.14.tar.gz

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


rpms/perl-GD-SVG/devel perl-GD-SVG.spec,1.7,1.8

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-GD-SVG/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22836

Modified Files:
perl-GD-SVG.spec 
Log Message:
- Remove old check construct that prevents build in F-10+ (#449503)



Index: perl-GD-SVG.spec
===
RCS file: /cvs/extras/rpms/perl-GD-SVG/devel/perl-GD-SVG.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-GD-SVG.spec8 Feb 2008 18:28:24 -   1.7
+++ perl-GD-SVG.spec4 Jun 2008 07:27:36 -   1.8
@@ -1,6 +1,6 @@
 Name:   perl-GD-SVG
 Version:0.28
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:GD::SVG enables SVG output from scripts written using GD
 
 Group:  Development/Libraries
@@ -41,7 +41,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -57,6 +57,9 @@
 
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 0.28-5
+- Remove old check construct that prevents build in F-10+ (#449503)
+
 * Fri Feb 08 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 0.28-4
 - rebuild for new perl
 

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


rpms/perl-SVG/F-8 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.8, 1.9 sources, 1.7, 1.8

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-SVG/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22725/F-8

Modified Files:
.cvsignore perl-SVG.spec sources 
Log Message:
- Update to latest upstream (2.44)
- Fix spec file syntax (#449663)
- Add BR: perl(Test::More)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-SVG/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  19 Mar 2008 06:33:49 -  1.6
+++ .cvsignore  4 Jun 2008 07:24:55 -   1.7
@@ -1 +1 @@
-SVG-2.37.tar.gz
+SVG-2.44.tar.gz


Index: perl-SVG.spec
===
RCS file: /cvs/extras/rpms/perl-SVG/F-8/perl-SVG.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-SVG.spec   19 Mar 2008 06:33:49 -  1.8
+++ perl-SVG.spec   4 Jun 2008 07:24:55 -   1.9
@@ -1,5 +1,5 @@
 Name:   perl-SVG
-Version:2.37
+Version:2.44
 Release:1%{?dist}
 Summary:An extension to generate stand-alone or inline SGV
 Group:  Development/Libraries
@@ -10,6 +10,7 @@
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,7 +56,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -71,6 +72,11 @@
 
 
 %changelog
+* Tue Jun  3 2008 Alex Lancaster  - 2.44-1
+- Update to latest upstream (2.44)
+- Fix spec file syntax (#449663)
+- Add BR: perl(Test::More)
+
 * Tue Mar 18 2008 Alex Lancaster  - 2.37-1
 - New upstream release (2.37)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-SVG/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 19 Mar 2008 06:33:49 -  1.7
+++ sources 4 Jun 2008 07:24:55 -   1.8
@@ -1 +1 @@
-7babe9f362ba5b12834291fb67b3aea9  SVG-2.37.tar.gz
+697aab04d7edf71bfb761d399b943165  SVG-2.44.tar.gz

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


rpms/perl-SVG/devel sources, 1.7, 1.8 perl-SVG.spec, 1.9, 1.10 .cvsignore, 1.6, 1.7

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-SVG/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22246

Modified Files:
sources perl-SVG.spec .cvsignore 
Log Message:
* Tue Jun  3 2008 Alex Lancaster  - 2.44-1
- Update to latest upstream (2.44)
- Fix spec file syntax (#449663)
- Add BR: perl(Test::More)



Index: sources
===
RCS file: /cvs/extras/rpms/perl-SVG/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 19 Mar 2008 06:26:42 -  1.7
+++ sources 4 Jun 2008 07:10:05 -   1.8
@@ -1 +1 @@
-7babe9f362ba5b12834291fb67b3aea9  SVG-2.37.tar.gz
+697aab04d7edf71bfb761d399b943165  SVG-2.44.tar.gz


Index: perl-SVG.spec
===
RCS file: /cvs/extras/rpms/perl-SVG/devel/perl-SVG.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-SVG.spec   19 Mar 2008 06:26:42 -  1.9
+++ perl-SVG.spec   4 Jun 2008 07:10:05 -   1.10
@@ -1,5 +1,5 @@
 Name:   perl-SVG
-Version:2.37
+Version:2.44
 Release:1%{?dist}
 Summary:An extension to generate stand-alone or inline SGV
 Group:  Development/Libraries
@@ -10,6 +10,7 @@
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,7 +56,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -71,6 +72,11 @@
 
 
 %changelog
+* Tue Jun  3 2008 Alex Lancaster  - 2.44-1
+- Update to latest upstream (2.44)
+- Fix spec file syntax (#449663)
+- Add BR: perl(Test::More)
+
 * Tue Mar 18 2008 Alex Lancaster  - 2.37-1
 - New upstream release (2.37)
 


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-SVG/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  19 Mar 2008 06:26:42 -  1.6
+++ .cvsignore  4 Jun 2008 07:10:05 -   1.7
@@ -1 +1 @@
-SVG-2.37.tar.gz
+SVG-2.44.tar.gz

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


rpms/perl-SVG/F-9 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.9, 1.10 sources, 1.7, 1.8

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-SVG/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22379

Modified Files:
.cvsignore perl-SVG.spec sources 
Log Message:
- Update to latest upstream (2.44)
- Fix spec file syntax (#449663)
- Add BR: perl(Test::More)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-SVG/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  19 Mar 2008 06:26:42 -  1.6
+++ .cvsignore  4 Jun 2008 07:13:35 -   1.7
@@ -1 +1 @@
-SVG-2.37.tar.gz
+SVG-2.44.tar.gz


Index: perl-SVG.spec
===
RCS file: /cvs/extras/rpms/perl-SVG/F-9/perl-SVG.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-SVG.spec   19 Mar 2008 06:26:42 -  1.9
+++ perl-SVG.spec   4 Jun 2008 07:13:35 -   1.10
@@ -1,5 +1,5 @@
 Name:   perl-SVG
-Version:2.37
+Version:2.44
 Release:1%{?dist}
 Summary:An extension to generate stand-alone or inline SGV
 Group:  Development/Libraries
@@ -10,6 +10,7 @@
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,7 +56,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -71,6 +72,11 @@
 
 
 %changelog
+* Tue Jun  3 2008 Alex Lancaster  - 2.44-1
+- Update to latest upstream (2.44)
+- Fix spec file syntax (#449663)
+- Add BR: perl(Test::More)
+
 * Tue Mar 18 2008 Alex Lancaster  - 2.37-1
 - New upstream release (2.37)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-SVG/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 19 Mar 2008 06:26:42 -  1.7
+++ sources 4 Jun 2008 07:13:35 -   1.8
@@ -1 +1 @@
-7babe9f362ba5b12834291fb67b3aea9  SVG-2.37.tar.gz
+697aab04d7edf71bfb761d399b943165  SVG-2.44.tar.gz

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


rpms/perl-Text-Shellwords/devel perl-Text-Shellwords.spec,1.6,1.7

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-Text-Shellwords/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22552

Modified Files:
perl-Text-Shellwords.spec 
Log Message:
- Remove old check construct that prevents F-10+ build (#449489)



Index: perl-Text-Shellwords.spec
===
RCS file: 
/cvs/extras/rpms/perl-Text-Shellwords/devel/perl-Text-Shellwords.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-Text-Shellwords.spec   4 Mar 2008 05:30:32 -   1.6
+++ perl-Text-Shellwords.spec   4 Jun 2008 07:19:42 -   1.7
@@ -1,6 +1,6 @@
 Name:   perl-Text-Shellwords
 Version:1.08
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:A thin wrapper around the shellwords.pl package
 
 Group:  Development/Libraries
@@ -46,7 +46,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -62,6 +62,9 @@
 
 
 %changelog
+* Wed Jun  4 2008 Alex Lancaster  - 1.08-5
+- Remove old check construct that prevents F-10+ build (#449489)
+
 * Tue Mar 04 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> 1.08-4
 - rebuild for new perl
 

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


rpms/perl-SVG/F-7 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.7, 1.8 sources, 1.7, 1.8

2008-06-04 Thread Alex Lancaster
Author: alexlan

Update of /cvs/extras/rpms/perl-SVG/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22725/F-7

Modified Files:
.cvsignore perl-SVG.spec sources 
Log Message:
- Update to latest upstream (2.44)
- Fix spec file syntax (#449663)
- Add BR: perl(Test::More)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-SVG/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  19 Mar 2008 06:34:04 -  1.6
+++ .cvsignore  4 Jun 2008 07:24:31 -   1.7
@@ -1 +1 @@
-SVG-2.37.tar.gz
+SVG-2.44.tar.gz


Index: perl-SVG.spec
===
RCS file: /cvs/extras/rpms/perl-SVG/F-7/perl-SVG.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-SVG.spec   19 Mar 2008 06:34:04 -  1.7
+++ perl-SVG.spec   4 Jun 2008 07:24:31 -   1.8
@@ -1,5 +1,5 @@
 Name:   perl-SVG
-Version:2.37
+Version:2.44
 Release:1%{?dist}
 Summary:An extension to generate stand-alone or inline SGV
 Group:  Development/Libraries
@@ -10,6 +10,7 @@
 
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,7 +56,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -71,6 +72,11 @@
 
 
 %changelog
+* Tue Jun  3 2008 Alex Lancaster  - 2.44-1
+- Update to latest upstream (2.44)
+- Fix spec file syntax (#449663)
+- Add BR: perl(Test::More)
+
 * Tue Mar 18 2008 Alex Lancaster  - 2.37-1
 - New upstream release (2.37)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-SVG/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 19 Mar 2008 06:34:04 -  1.7
+++ sources 4 Jun 2008 07:24:31 -   1.8
@@ -1 +1 @@
-7babe9f362ba5b12834291fb67b3aea9  SVG-2.37.tar.gz
+697aab04d7edf71bfb761d399b943165  SVG-2.44.tar.gz

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


rpms/perl-Text-Kakasi/devel perl-Text-Kakasi.spec,1.9,1.10

2008-06-04 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/perl-Text-Kakasi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21505

Modified Files:
perl-Text-Kakasi.spec 
Log Message:
* Tue Jun  3 2008 Akira TAGOH <[EMAIL PROTECTED]> - 2.04-9
- Fix FTFBS. (#449405)


Index: perl-Text-Kakasi.spec
===
RCS file: /cvs/pkgs/rpms/perl-Text-Kakasi/devel/perl-Text-Kakasi.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Text-Kakasi.spec   7 Mar 2008 02:18:58 -   1.9
+++ perl-Text-Kakasi.spec   3 Jun 2008 12:30:59 -   1.10
@@ -1,6 +1,6 @@
 Name:   perl-Text-Kakasi
 Version:2.04
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Kakasi library module for perl
 
 Group:  Development/Libraries
@@ -44,7 +44,7 @@
 iconv -f euc-jp -t utf-8 < "$file" > "${file}_"
 mv -f "${file}_" "$file"
 
-%check || :
+%check
 make test
 
 %clean
@@ -60,6 +60,9 @@
 
 
 %changelog
+* Tue Jun  3 2008 Akira TAGOH <[EMAIL PROTECTED]> - 2.04-9
+- Fix FTFBS. (#449405)
+
 * Thu Mar 06 2008 Tom "spot" Callaway <[EMAIL PROTECTED]> - 2.04-8
 Rebuild for new perl
 

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


rpms/perl-Text-Kakasi/devel perl-Text-Kakasi.spec,1.10,1.11

2008-06-04 Thread Akira TAGOH
Author: tagoh

Update of /cvs/pkgs/rpms/perl-Text-Kakasi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21772

Modified Files:
perl-Text-Kakasi.spec 
Log Message:



Index: perl-Text-Kakasi.spec
===
RCS file: /cvs/pkgs/rpms/perl-Text-Kakasi/devel/perl-Text-Kakasi.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Text-Kakasi.spec   3 Jun 2008 12:30:59 -   1.10
+++ perl-Text-Kakasi.spec   3 Jun 2008 12:41:30 -   1.11
@@ -30,7 +30,7 @@
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+make OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT

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


rpm spec syntax change? (was Re: Fedora i386 rawhide rebuild in mock status 2008-06-01)

2008-06-04 Thread Alex Lancaster
> "MD" == Matt Domsch  writes:

MD> Fedora Rawhide-in-Mock Build Results for i386 based on rawhide as
MD> of 01-June-2008.

[...]

MD> Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/

Some of these are my Perl packages:

perl-GD-SVG-0.28-4.fc9 (build/make) alexlan,perl-sig
perl-Graph-0.84-2.fc9 (build/make) alexlan,perl-sig
perl-SVG-2.37-1.fc9 (build/make) alexlan,perl-sig
perl-Text-Shellwords-1.08-4.fc9 (build/make) alexlan,perl-sig

All of these builds fail during %check:

Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.54169
+ umask 022
+ cd /builddir/build/BUILD
+ cd GD-SVG-0.28
+ unset DISPLAY
/var/tmp/rpm-tmp.54169: line 26: syntax error near unexpected token `||' 

because of the following construct in the .spec file:

%check || :
make test

Was there a change made in rpm that makes builds fail with this
syntax?  I didn't see any announcement and, at least at one point in
time, I seem to recall that this was a legal and sometimes recommended
form.  (Although I should note that I did inherit the original .spec
files from an earlier contributor).

I assume that the solution is to just drop the "|| :" part?

Alex

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


[Bug 449930] New: Upgrade to upstream 0.710.05

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




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

   Summary: Upgrade to upstream 0.710.05
   Product: Fedora
   Version: 9
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: high
  Priority: high
 Component: perl-SOAP-Lite
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]
CC: fedora-perl-devel-list@redhat.com


Description of problem:

Current version does not work for XMLRPC calls. Not sure about SOAP.

Version-Release number of selected component (if applicable):
perl-SOAP-Lite-0.68-6.fc9.noarch

How reproducible:
Always

Steps to Reproduce:
use XMLRPC::Lite;
my $rpc = new XMLRPC::Lite( $database_url );
my $call = $rpc->call('bugzilla.runQuery', $querydata);

Actual results:
Can't use string as an ARRAY ref while "strict refs" in use at re_eval  at 

Expected results:
Result of the call.

Additional info:

Upgrading to upstream 0.710.05 from CPAN fixed the problem.

-- 
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, or are watching someone who is.

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


[Bug 449571] FTBFS perl-Graph-0.84-2.fc9

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

Summary: FTBFS perl-Graph-0.84-2.fc9


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||0.84-3.fc10
 Resolution||RAWHIDE




--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 16:56 EST ---
Created an attachment (id=307875)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307875&action=view)
root.log.bz2

root.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 16:56 EST ---
Created an attachment (id=307876)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307876&action=view)
build.log.bz2

build.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 16:56 EST ---
Created an attachment (id=307877)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307877&action=view)
root.log.bz2

root.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 16:56 EST ---
Created an attachment (id=307878)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307878&action=view)
build.log.bz2

build.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-04 03:41 EST ---
Fixed in perl-Graph-0.84-3.fc10:

http://koji.fedoraproject.org/koji/buildinfo?buildID=51560

-- 
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, or are watching someone who is.

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


[Bug 449503] FTBFS perl-GD-SVG-0.28-4.fc9

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

Summary: FTBFS perl-GD-SVG-0.28-4.fc9


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||0.28-5.fc10
 Resolution||RAWHIDE




--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:57 EST ---
Created an attachment (id=307699)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307699&action=view)
root.log.bz2

root.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:57 EST ---
Created an attachment (id=307700)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307700&action=view)
build.log.bz2

build.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:57 EST ---
Created an attachment (id=307701)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307701&action=view)
root.log.bz2

root.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 16:02 EST ---
Created an attachment (id=307704)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307704&action=view)
build.log.bz2

build.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-04 03:35 EST ---
Fixed in perl-GD-SVG-0.28-5.fc10:

http://koji.fedoraproject.org/koji/buildinfo?buildID=51558

-- 
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, or are watching someone who is.

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


[Bug 449489] FTBFS perl-Text-Shellwords-1.08-4.fc9

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

Summary: FTBFS perl-Text-Shellwords-1.08-4.fc9


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||1.08-5.fc10
 Resolution||RAWHIDE




--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:46 EST ---
Created an attachment (id=307658)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307658&action=view)
root.log.bz2

root.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:46 EST ---
Created an attachment (id=307659)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307659&action=view)
build.log.bz2

build.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:46 EST ---
Created an attachment (id=307660)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307660&action=view)
root.log.bz2

root.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 15:46 EST ---
Created an attachment (id=307661)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=307661&action=view)
build.log.bz2

build.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-04 03:28 EST ---
Fixed in perl-Text-Shellwords-1.08-5.fc10

http://koji.fedoraproject.org/koji/buildinfo?buildID=51557

-- 
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, or are watching someone who is.

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


[Bug 449663] FTBFS perl-SVG-2.37-1.fc9

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

Summary: FTBFS perl-SVG-2.37-1.fc9


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||2.44-1.fc10
 Resolution||RAWHIDE




--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 18:28 EST ---
Created an attachment (id=308153)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=308153&action=view)
root.log.bz2

root.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 18:28 EST ---
Created an attachment (id=308154)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=308154&action=view)
build.log.bz2

build.log for i386

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 18:28 EST ---
Created an attachment (id=308155)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=308155&action=view)
root.log.bz2

root.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-02 18:29 EST ---
Created an attachment (id=308156)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=308156&action=view)
build.log.bz2

build.log for x86_64

--- Additional Comments From [EMAIL PROTECTED]  2008-06-04 03:21 EST ---
Fixed in rawhide:

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

-- 
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, or are watching someone who is.

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