[Bug 533773] Build perl-Test-File-Contents for EL-5

2010-01-16 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=533773

--- Comment #3 from Fedora Update System  2010-01-16 
02:57:46 EST ---
perl-Test-File-Contents-0.05-5.el5 has been submitted as an update for Fedora
EPEL 5.
http://admin.fedoraproject.org/updates/perl-Test-File-Contents-0.05-5.el5

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


[Bug 533773] Build perl-Test-File-Contents for EL-5

2010-01-16 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=533773

Iain Arnell  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|st...@silug.org |iarn...@gmail.com

-- 
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


rpms/perl-Padre/devel padre-makefile.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 perl-Padre.spec, 1.10, 1.11 sources, 1.12, 1.13 switchOfCheck.patch, 1.1, NONE

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Padre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29592

Modified Files:
.cvsignore perl-Padre.spec sources 
Added Files:
padre-makefile.patch 
Removed Files:
switchOfCheck.patch 
Log Message:
* Mon Nov 16 2009 Marcela Mašláňová  0.50-1
- Specfile autogenerated by cpanspec 1.78.


padre-makefile.patch:
 Makefile.PL |4 ++--
 lib/Padre/Util/Win32.pm |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE padre-makefile.patch ---
--- Padre-0.50/lib/Padre/Util/Win32.pm.old  2010-01-11 18:42:06.375280656 
+0100
+++ Padre-0.50/lib/Padre/Util/Win32.pm  2010-01-11 18:42:26.717280758 +0100
@@ -28,7 +28,7 @@ use warnings;
 use Padre::Constant ();
 
 # This module may be loaded by others, so don't crash on Linux when just being 
loaded:
-require Win32::API if Padre::Constant::WIN32;
+#require Win32::API if Padre::Constant::WIN32;
 
 our $VERSION = '0.50';
 
--- Padre-0.50/Makefile.PL.old  2009-11-05 23:07:34.0 +0100
+++ Padre-0.50/Makefile.PL  2010-01-11 18:23:56.019280459 +0100
@@ -67,7 +67,7 @@ requires 'Digest::MD5'  => 0
 requires 'Encode'   => '2.26';
 requires 'File::Basename'   => 0;
 requires 'File::Glob'   => 0;
-requires 'File::Glob::Windows'  => '0.1.3' if win32;
+#requires 'File::Glob::Windows'  => '0.1.3' if win32;
 requires 'File::Copy::Recursive'=> '0.37';
 requires 'File::Find::Rule' => '0.30';
 requires 'File::HomeDir'=> '0.84';
@@ -126,7 +126,7 @@ requires 'threads' => '1
 requires 'threads::shared' => '1.26';
 requires 'URI' => '0';
 requires 'version' => 0;
-requires 'Win32::API'  => '0.58' if win32;
+#requires 'Win32::API'  => '0.58' if win32;
 requires 'Wx'  => '0.91';
 requires 'Wx::Perl::ProcessStream' => '0.20';
 requires 'YAML::Tiny'  => '1.32';


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore  19 Aug 2009 11:33:46 -  1.12
+++ .cvsignore  14 Jan 2010 10:10:36 -  1.13
@@ -1,2 +0,0 @@
-Padre.desktop
-Padre-0.32.tar.gz


Index: perl-Padre.spec
===
RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Padre.spec 7 Dec 2009 16:18:24 -   1.10
+++ perl-Padre.spec 14 Jan 2010 10:10:36 -  1.11
@@ -1,101 +1,128 @@
 Name:   perl-Padre
-Version:0.32
-Release:3%{?dist}
+Version:0.50
+Release:1%{?dist}
 Summary:Perl Application Development and Refactoring Environment
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Padre/
 Source0:
http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz
-Source1:Padre.desktop
+# missing perl(WIN32::API) even tests should remove this requirement
+Patch0: padre-makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.008005
 BuildRequires:  perl(App::Ack) >= 1.86
 BuildRequires:  perl(Class::Adapter) >= 1.05
-BuildRequires:  perl(Class::Autouse) >= 1.26
 BuildRequires:  perl(Class::Unload) >= 0.03
-BuildRequires:  perl(Class::XSAccessor) >= 0.14
-BuildRequires:  perl(Class::XSAccessor::Array) >= 0.14
+BuildRequires:  perl(Class::XSAccessor) >= 1.02
+BuildRequires:  perl(Class::XSAccessor::Array) >= 1.02
 BuildRequires:  perl(DBD::SQLite) >= 1.10
 BuildRequires:  perl(DBI) >= 1.58
 BuildRequires:  perl(Devel::Dumpvar) >= 0.04
+BuildRequires:  perl(Devel::Refactor) >= 0.05
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::Manifest) >= 1.56
 BuildRequires:  perl(File::Copy::Recursive) >= 0.37
 BuildRequires:  perl(File::Find::Rule) >= 0.30
-BuildRequires:  perl(File::HomeDir) >= 0.82
+BuildRequires:  perl(File::HomeDir) >= 0.84
+BuildRequires:  perl(File::Next) >= 1.06
+BuildRequires:  perl(File::Remove) >= 1.42
 BuildRequires:  perl(File::ShareDir) >= 1.00
-BuildRequires:  perl(File::ShareDir::PAR) >= 0.03
-BuildRequires:  perl(File::Which) >= 0.05
+BuildRequires:  perl(File::Which) >= 1.08
+BuildRequires:  perl(Format::Human::Bytes)
 BuildRequires:  perl(HTML::Entities) >= 3.57
 BuildRequires:  perl(HTML::Parser) >= 3.58
 BuildRequires:  perl(IO::Scalar) >= 2.110
 BuildRequires:  perl(IO::String) >= 1.08
-BuildRequires:  perl(IPC::Cmd) >= 0.42
-BuildRequires:  perl(Module::Inspector) >= 0.04
+BuildRequires:  perl(List::MoreUtils) >= 0.22
+BuildRequires:  perl(Locale::Msgfmt) >= 0.14
+BuildRequires:  perl(Module::C

rpms/perl-Padre/devel perl-Padre.spec,1.11,1.12

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Padre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv726

Modified Files:
perl-Padre.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová  0.50-1
- update



Index: perl-Padre.spec
===
RCS file: /cvs/pkgs/rpms/perl-Padre/devel/perl-Padre.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-Padre.spec 14 Jan 2010 10:10:36 -  1.11
+++ perl-Padre.spec 14 Jan 2010 13:54:37 -  1.12
@@ -156,8 +156,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/padre
 
 %changelog
-* Mon Nov 16 2009 Marcela Mašláňová  0.50-1
-- Specfile autogenerated by cpanspec 1.78.
+* Thu Jan 14 2010 Marcela Mašláňová  0.50-1
+- update
 
 * Sun Jul 26 2009 Fedora Release Engineering  
- 0.32-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

rpms/perl-File-ShareDir/F-12 perl-File-ShareDir.spec,1.3,1.4

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-File-ShareDir/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6142

Modified Files:
perl-File-ShareDir.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová 1.00-4
- fix build



Index: perl-File-ShareDir.spec
===
RCS file: /cvs/pkgs/rpms/perl-File-ShareDir/F-12/perl-File-ShareDir.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-File-ShareDir.spec 26 Jul 2009 06:03:53 -  1.3
+++ perl-File-ShareDir.spec 14 Jan 2010 14:24:38 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-File-ShareDir
 Version:1.00
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Locate per-dist and per-module shared files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ URL:http://search.cpan.org/d
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/File-ShareDir-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(Class::Inspector) >= 1.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Util) >= 0.07
@@ -41,6 +40,8 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %{_fixperms} $RPM_BUILD_ROOT/*
 chmod 644 share/sample.txt
 chmod 644 share/subdir/sample.txt
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/dist/File-ShareDir/
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/module/File-ShareDir/test_file.txt
 
 %check
 make test AUTOMATED_TESTING=1
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová 1.00-4
+- fix build
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 1.00-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

rpms/perl-File-ShareDir-PAR/F-12 perl-File-ShareDir-PAR.spec,1.5,1.6

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8479

Modified Files:
perl-File-ShareDir-PAR.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová  - 0.05-3
- fix build problems



Index: perl-File-ShareDir-PAR.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-File-ShareDir-PAR/F-12/perl-File-ShareDir-PAR.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-File-ShareDir-PAR.spec 26 Jul 2009 06:04:08 -  1.5
+++ perl-File-ShareDir-PAR.spec 14 Jan 2010 14:36:22 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-File-ShareDir-PAR
 Version:0.05
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:File::ShareDir with PAR support
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ URL:http://search.cpan.org/d
 Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/File-ShareDir-PAR-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(Class::Inspector) >= 1.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::ShareDir)
@@ -34,7 +33,8 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/dist/File-ShareDir-PAR/
+rm -rf 
$RPM_BUILD_ROOT/blib/lib/auto/share/module/File-ShareDir-PAR/test_file.txt
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová  - 0.05-3
+- fix build problems
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 0.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

rpms/perl-Padre/F-12 perl-Padre.spec,1.9,1.10

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Padre/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19479

Modified Files:
perl-Padre.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová  0.32-3
- fix build errors



Index: perl-Padre.spec
===
RCS file: /cvs/pkgs/rpms/perl-Padre/F-12/perl-Padre.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Padre.spec 26 Jul 2009 14:04:13 -  1.9
+++ perl-Padre.spec 14 Jan 2010 15:38:14 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Padre
 Version:0.32
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl Application Development and Refactoring Environment
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -86,8 +86,8 @@ Requires:   perl(URI)
 Requires:   perl(Wx::Perl::ProcessStream) >= 0.11
 Requires:   perl(YAML::Tiny) >= 1.32
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-Obsoletes: perl-Wx-Perl-Dialog
-Provides:  perl-Wx-Perl-Dialog
+Obsoletes:  perl-Wx-Perl-Dialog < 0.01
+Provides:   perl-Wx-Perl-Dialog > 0.01
 
 %description
 Padre is a text editor aimed to be an IDE for Perl. 
@@ -108,7 +108,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/dist/Padre/
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová  0.32-3
+- fix build errors
+
 * Sun Jul 26 2009 Fedora Release Engineering  
- 0.32-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

File Devel-Cover-0.65.tar.gz uploaded to lookaside cache by spot

2010-01-16 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Devel-Cover:

7c83ef4c01b2620137dca7a241cda4d9  Devel-Cover-0.65.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


rpms/perl-Devel-Cover/devel .cvsignore, 1.10, 1.11 perl-Devel-Cover.spec, 1.16, 1.17 sources, 1.10, 1.11

2010-01-16 Thread Tom Callaway
Author: spot

Update of /cvs/pkgs/rpms/perl-Devel-Cover/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20066

Modified Files:
.cvsignore perl-Devel-Cover.spec sources 
Log Message:
0.65


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore  13 Jun 2008 20:32:11 -  1.10
+++ .cvsignore  14 Jan 2010 23:03:33 -  1.11
@@ -1 +1 @@
-Devel-Cover-0.64.tar.gz
+Devel-Cover-0.65.tar.gz


Index: perl-Devel-Cover.spec
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-Devel-Cover.spec   7 Dec 2009 08:39:40 -   1.16
+++ perl-Devel-Cover.spec   14 Jan 2010 23:03:33 -  1.17
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Cover
-Version:0.64
-Release:4%{?dist}
+Version:0.65
+Release:1%{?dist}
 Summary:Code coverage metrics for Perl
 
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 14 2010 Tom "spot" Callaway  - 0.65-1
+- update to 0.65
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.64-4
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Cover/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources 13 Jun 2008 20:32:11 -  1.10
+++ sources 14 Jan 2010 23:03:33 -  1.11
@@ -1 +1 @@
-6d90f2eb1eb64f27f2289be6f51d2d02  Devel-Cover-0.64.tar.gz
+7c83ef4c01b2620137dca7a241cda4d9  Devel-Cover-0.65.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


rpms/perl-ExtUtils-InferConfig/F-12 perl-ExtUtils-InferConfig.spec, 1.2, 1.3

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv532

Modified Files:
perl-ExtUtils-InferConfig.spec 
Log Message:
* Fri Jan 15 2010 Marcela Mašláňová  1.03-4
- add BR for tests



Index: perl-ExtUtils-InferConfig.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-ExtUtils-InferConfig/F-12/perl-ExtUtils-InferConfig.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-ExtUtils-InferConfig.spec  26 Jul 2009 05:55:23 -  1.2
+++ perl-ExtUtils-InferConfig.spec  15 Jan 2010 07:45:39 -  1.3
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-InferConfig
 Version:1.03
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Infer Perl Configuration for non-running interpreters
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker
 BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Marcela Mašláňová  1.03-4
+- add BR for tests
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 1.03-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

rpms/perl-Text-VimColor/F-12 perl-Text-VimColor.spec,1.2,1.3

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Text-VimColor/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2283

Modified Files:
perl-Text-VimColor.spec 
Log Message:
* Fri Jan 15 2010 Marcela Mašláňová  0.11-4
- fix installation path



Index: perl-Text-VimColor.spec
===
RCS file: /cvs/pkgs/rpms/perl-Text-VimColor/F-12/perl-Text-VimColor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Text-VimColor.spec 26 Jul 2009 17:13:26 -  1.2
+++ perl-Text-VimColor.spec 15 Jan 2010 07:57:00 -  1.3
@@ -1,6 +1,6 @@
 Name:   perl-Text-VimColor
 Version:0.11
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Syntax color text in HTML or XML using Vim
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -43,7 +43,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+##make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,11 +52,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog README
 %{_bindir}/text-vimcolor
-/usr/lib/perl5/vendor_perl/5.10.0/Text
+%{perl_vendorlib}/Text
+%{perl_vendorlib}/Text/*
 %{_mandir}/man3/*
 %{_mandir}/man1/text-vimcolor.1.gz
 
 %changelog
+* Fri Jan 15 2010 Marcela Mašláňová  0.11-4
+- fix installation path
+
 * Sun Jul 26 2009 Fedora Release Engineering  
- 0.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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

rpms/perl-Text-VimColor/devel perl-Text-VimColor.spec,1.3,1.4

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Text-VimColor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5264

Modified Files:
perl-Text-VimColor.spec 
Log Message:
* Fri Jan 15 2010 Marcela Mašláňová  0.11-5
- fix installation path



Index: perl-Text-VimColor.spec
===
RCS file: /cvs/pkgs/rpms/perl-Text-VimColor/devel/perl-Text-VimColor.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Text-VimColor.spec 4 Dec 2009 02:32:03 -   1.3
+++ perl-Text-VimColor.spec 15 Jan 2010 08:16:44 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-Text-VimColor
 Version:0.11
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Syntax color text in HTML or XML using Vim
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,11 +52,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog README
 %{_bindir}/text-vimcolor
-/usr/lib/perl5/vendor_perl/5.10.0/Text
+%{perl_vendorlib}/Text
+%{perl_vendorlib}/Text/*
 %{_mandir}/man3/*
 %{_mandir}/man1/text-vimcolor.1.gz
 
 %changelog
+* Fri Jan 15 2010 Marcela Mašláňová  0.11-5
+- fix installation path
+
 * Fri Dec  4 2009 Stepan Kasal  - 0.11-4
 - rebuild against perl 5.10.1
 

--
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

rpms/perl-ExtUtils-InferConfig/devel perl-ExtUtils-InferConfig.spec, 1.3, 1.4

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-ExtUtils-InferConfig/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5799

Modified Files:
perl-ExtUtils-InferConfig.spec 
Log Message:
* Fri Jan 15 2010 Marcela Mašláňová  1.03-5
- add BR for tests



Index: perl-ExtUtils-InferConfig.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-ExtUtils-InferConfig/devel/perl-ExtUtils-InferConfig.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-ExtUtils-InferConfig.spec  7 Dec 2009 03:40:47 -   1.3
+++ perl-ExtUtils-InferConfig.spec  15 Jan 2010 08:18:24 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-ExtUtils-InferConfig
 Version:1.03
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Infer Perl Configuration for non-running interpreters
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,6 +12,8 @@ BuildRequires:  perl(ExtUtils::MakeMaker
 BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Marcela Mašláňová  1.03-5
+- add BR for tests
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.03-4
 - rebuild against perl 5.10.1
 

--
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

rpms/perl-File-ShareDir/devel perl-File-ShareDir.spec,1.4,1.5

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-File-ShareDir/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6090

Modified Files:
perl-File-ShareDir.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová 1.00-5
- fix build



Index: perl-File-ShareDir.spec
===
RCS file: /cvs/pkgs/rpms/perl-File-ShareDir/devel/perl-File-ShareDir.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-File-ShareDir.spec 7 Dec 2009 00:50:09 -   1.4
+++ perl-File-ShareDir.spec 15 Jan 2010 08:19:33 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-File-ShareDir
 Version:1.00
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Locate per-dist and per-module shared files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ URL:http://search.cpan.org/d
 Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/File-ShareDir-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(Class::Inspector) >= 1.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Util) >= 0.07
@@ -41,6 +40,8 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %{_fixperms} $RPM_BUILD_ROOT/*
 chmod 644 share/sample.txt
 chmod 644 share/subdir/sample.txt
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/dist/File-ShareDir/
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/module/File-ShareDir/test_file.txt
 
 %check
 make test AUTOMATED_TESTING=1
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová 1.00-5
+- fix build
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.00-4
 - rebuild against perl 5.10.1
 

--
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

rpms/perl-File-ShareDir-PAR/devel perl-File-ShareDir-PAR.spec, 1.6, 1.7

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8551

Modified Files:
perl-File-ShareDir-PAR.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová  - 0.05-4
- fix build problems



Index: perl-File-ShareDir-PAR.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-File-ShareDir-PAR/devel/perl-File-ShareDir-PAR.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-File-ShareDir-PAR.spec 7 Dec 2009 00:45:25 -   1.6
+++ perl-File-ShareDir-PAR.spec 15 Jan 2010 08:38:59 -  1.7
@@ -1,6 +1,6 @@
 Name:   perl-File-ShareDir-PAR
 Version:0.05
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:File::ShareDir with PAR support
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,7 +8,6 @@ URL:http://search.cpan.org/d
 Source0:
http://www.cpan.org/authors/id/S/SM/SMUELLER/File-ShareDir-PAR-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(Class::Inspector) >= 1.12
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::ShareDir)
@@ -34,7 +33,8 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+rm -rf $RPM_BUILD_ROOT/blib/lib/auto/share/dist/File-ShareDir-PAR/
+rm -rf 
$RPM_BUILD_ROOT/blib/lib/auto/share/module/File-ShareDir-PAR/test_file.txt
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová  - 0.05-4
+- fix build problems
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.05-3
 - rebuild against perl 5.10.1
 

--
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

rpms/perl-Config-Tiny/devel perl-Config-Tiny.spec,1.25,1.26

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Config-Tiny/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9933

Modified Files:
perl-Config-Tiny.spec 
Log Message:
Use macro fixperms.



Index: perl-Config-Tiny.spec
===
RCS file: /cvs/pkgs/rpms/perl-Config-Tiny/devel/perl-Config-Tiny.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- perl-Config-Tiny.spec   4 Dec 2009 02:09:58 -   1.25
+++ perl-Config-Tiny.spec   15 Jan 2010 11:54:43 -  1.26
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check

--
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


rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.21,1.22

2010-01-16 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-IO-stringy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15857

Modified Files:
perl-IO-stringy.spec 
Log Message:
Remove strange macros.



Index: perl-IO-stringy.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-IO-stringy.spec20 Dec 2009 21:30:11 -  1.21
+++ perl-IO-stringy.spec15 Jan 2010 12:39:36 -  1.22
@@ -17,23 +17,24 @@ filehandles; in particular, IO::Scalar, 
 
 %prep
 %setup -q -n IO-stringy-%{version}
+chmod 644 examples/IO_Scalar_synopsis
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} -R u+w %{buildroot}/*
 
 %check
-%{__make} test
+make test
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)

--
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


rpms/perl-Fedora-Bugzilla/devel perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 perl-Fedora-Bugzilla.spec, 1.6, 1.7 sources, 1.4, 1.5

2010-01-16 Thread Tom Callaway
Author: spot

Update of /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25776

Modified Files:
.cvsignore perl-Fedora-Bugzilla.spec sources 
Added Files:
perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch 
Log Message:
update to 0.13, drop BR on MooseX::Traits::Attribute::CascadeClear

perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch:
 META.yml|2 --
 Makefile.PL |2 --
 2 files changed, 4 deletions(-)

--- NEW FILE perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch ---
diff -up Fedora-Bugzilla-0.13/Makefile.PL.BAD Fedora-Bugzilla-0.13/Makefile.PL
--- Fedora-Bugzilla-0.13/Makefile.PL.BAD2010-01-15 11:10:51.202841487 
-0500
+++ Fedora-Bugzilla-0.13/Makefile.PL2010-01-15 11:10:56.327724206 -0500
@@ -22,8 +22,6 @@ requires 'MooseX::AttributeHelpers' => '
 requires 'MooseX::CascadeClearing';
 requires 'MooseX::MultiInitArg';
 requires 'MooseX::StrictConstructor';
-requires 'MooseX::Traits::Attribute::CascadeClear';
-requires 'MooseX::Traits::Attribute::CascadeClearMaster';
 requires 'MooseX::Types';
 requires 'MooseX::Types::DateTime';
 requires 'MooseX::Types::Path::Class';
diff -up Fedora-Bugzilla-0.13/META.yml.BAD Fedora-Bugzilla-0.13/META.yml
--- Fedora-Bugzilla-0.13/META.yml.BAD   2010-01-15 11:11:09.939842426 -0500
+++ Fedora-Bugzilla-0.13/META.yml   2010-01-15 11:11:12.660724153 -0500
@@ -68,8 +68,6 @@ requires:
   MooseX::CascadeClearing: 0
   MooseX::MultiInitArg: 0
   MooseX::StrictConstructor: 0
-  MooseX::Traits::Attribute::CascadeClear: 0
-  MooseX::Traits::Attribute::CascadeClearMaster: 0
   MooseX::Types: 0
   MooseX::Types::DateTime: 0
   MooseX::Types::Path::Class: 0


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore  26 Apr 2009 05:42:57 -  1.4
+++ .cvsignore  15 Jan 2010 16:17:46 -  1.5
@@ -1 +1 @@
-Fedora-Bugzilla-0.10.tar.gz
+Fedora-Bugzilla-0.13.tar.gz


Index: perl-Fedora-Bugzilla.spec
===
RCS file: /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel/perl-Fedora-Bugzilla.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Fedora-Bugzilla.spec   7 Dec 2009 03:09:44 -   1.6
+++ perl-Fedora-Bugzilla.spec   15 Jan 2010 16:17:46 -  1.7
@@ -1,12 +1,13 @@
 Name:   perl-Fedora-Bugzilla
-Version:0.10
-Release:3%{?dist}
+Version:0.13
+Release:1%{?dist}
 Summary:Access Fedora's Bugzilla
 
 Group:  Development/Libraries
 License:LGPLv2+
 URL:http://camelus.fedorahosted.org
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Fedora-Bugzilla-%{version}.tar.gz
+Patch0: perl-Fedora-Bugzilla-0.13-no-CascadeClear.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -25,7 +26,7 @@ BuildRequires:  perl(Moose)
 BuildRequires:  perl(MooseX::AttributeHelpers)
 BuildRequires:  perl(MooseX::MultiInitArg)
 BuildRequires:  perl(MooseX::StrictConstructor)
-BuildRequires:  perl(MooseX::Traits::Attribute::CascadeClear)
+BuildRequires:  perl(MooseX::CascadeClearing)
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::DateTime)
 BuildRequires:  perl(MooseX::Types::Path::Class)
@@ -35,6 +36,9 @@ BuildRequires:  perl(URI::Fetch)
 BuildRequires:  perl(URI::Find)
 BuildRequires:  perl(XML::Twig)
 
+# We don't actually use CPAN, but it will error out if it isn't present.
+BuildRequires:  perl(CPAN)
+
 # tests
 BuildRequires:  perl(Test::More)
 
@@ -57,7 +61,7 @@ works to expose those as well.
 
 %prep
 %setup -q -n Fedora-Bugzilla-%{version}
-
+%patch0 -p1 -b .no-CascadeClear
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor 
@@ -90,6 +94,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 15 2010 Tom "spot" Callaway  - 0.13-1
+- update to 0.13, change BR from MooseX::Traits::Attribute::CascadeClear to 
MooseX::CascadeClearing
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.10-3
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Fedora-Bugzilla/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources 26 Apr 2009 05:42:57 -  1.4
+++ sources 15 Jan 2010 16:17:46 -  1.5
@@ -1 +1 @@
-26e69789213fc01c22396d1898232fc4  Fedora-Bugzilla-0.10.tar.gz
+f1da5300b12962d49664d3a18a680190  Fedora-Bugzilla-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


rpms/perl-Jemplate/devel Jemplate-0.23-fix-quoted-test.patch, NONE, 1.1 perl-Jemplate.spec, 1.3, 1.4

2010-01-16 Thread Tom Callaway
Author: spot

Update of /cvs/pkgs/rpms/perl-Jemplate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6030

Modified Files:
perl-Jemplate.spec 
Added Files:
Jemplate-0.23-fix-quoted-test.patch 
Log Message:
fix quoted test to work with newer Template::Toolkit behavior

Jemplate-0.23-fix-quoted-test.patch:
 Makefile.PL |2 +-
 t/quoted.t  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE Jemplate-0.23-fix-quoted-test.patch ---
diff -up Jemplate-0.23/Makefile.PL.BAD Jemplate-0.23/Makefile.PL
--- Jemplate-0.23/Makefile.PL.BAD   2010-01-15 12:17:07.188707326 -0500
+++ Jemplate-0.23/Makefile.PL   2010-01-15 12:17:14.676699588 -0500
@@ -5,7 +5,7 @@ all_from'lib/Jemplate.pm';
 
 #build_requires'Directory::Scratch';
 
-requires'Template' => '2.19';
+requires'Template' => '2.22';
 requires'File::Find::Rule' => '0.30';
 
 use_test_base;
diff -up Jemplate-0.23/t/quoted.t.BAD Jemplate-0.23/t/quoted.t
--- Jemplate-0.23/t/quoted.t.BAD2010-01-15 12:16:43.257698687 -0500
+++ Jemplate-0.23/t/quoted.t2010-01-15 12:16:49.647698880 -0500
@@ -17,7 +17,7 @@ stash.set('foo', 'foo');
 //line 1 "test_template"
 stash.set('bar', 'bar');
 output += '\n';
-//line 0 "test_template"
+//line 1 "test_template"
 output += stash.get('foo') + '/' + stash.get('bar');
 output += '\n';
 


Index: perl-Jemplate.spec
===
RCS file: /cvs/pkgs/rpms/perl-Jemplate/devel/perl-Jemplate.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Jemplate.spec  7 Dec 2009 09:32:57 -   1.3
+++ perl-Jemplate.spec  15 Jan 2010 17:22:48 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-Jemplate 
 Version:0.23 
-Release:4%{?dist}
+Release:5%{?dist}
 # lib/Jemplate.pm -> GPL+ or Artistic
 # lib/Jemplate/Directive.pm -> GPL+ or Artistic
 # lib/Jemplate/Parser.pm -> GPL+ or Artistic
@@ -11,6 +11,9 @@ Group:  Development/Libraries
 Summary:JavaScript Templating with Template Toolkit 
 Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Jemplate-%{version}.tar.gz 
 Patch0: Jemplate.pm-0.23_1.patch 
+# http://rt.cpan.org/Public/Bug/Display.html?id=48564
+# Fix test to work with newer Template::Toolkit Behavior
+Patch1: Jemplate-0.23-fix-quoted-test.patch
 Url:http://search.cpan.org/dist/Jemplate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -18,7 +21,7 @@ BuildArch:  noarch
 
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires: perl(File::Find::Rule) >= 0.30
-BuildRequires: perl(Template) >= 2.19
+BuildRequires: perl(Template) >= 2.22
 
 # tests
 BuildRequires: perl(Test::Base)
@@ -45,6 +48,7 @@ have full featured JavaScript templating
 %prep
 %setup -q -n Jemplate-%{version}
 %patch0 -p1
+%patch1 -p1
 
 cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo
 cat foo > doc/text/Jemplate.text
@@ -78,6 +82,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man1/jemplate.1.gz
 
 %changelog
+* Fri Jan 15 2010 Tom "spot" Callaway  - 0.23-5
+- fix quoted test to work with newer Template::Toolkit behavior
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.23-4
 - rebuild against perl 5.10.1
 

--
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 Padre-0.50.tar.gz uploaded to lookaside cache by sharkcz

2010-01-16 Thread Dan Horák
A file has been added to the lookaside cache for perl-Padre:

53e2d9a1ec46b4c3cf2ea3c2897729b3  Padre-0.50.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


rpms/perl-Padre/devel .cvsignore,1.13,1.14 sources,1.13,1.14

2010-01-16 Thread Dan Horák
Author: sharkcz

Update of /cvs/pkgs/rpms/perl-Padre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv480

Modified Files:
.cvsignore sources 
Log Message:
new source archive


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Padre/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore  14 Jan 2010 10:10:36 -  1.13
+++ .cvsignore  14 Jan 2010 13:53:14 -  1.14
@@ -0,0 +1 @@
+Padre-0.50.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Padre/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources 14 Jan 2010 10:10:36 -  1.13
+++ sources 14 Jan 2010 13:53:14 -  1.14
@@ -0,0 +1 @@
+53e2d9a1ec46b4c3cf2ea3c2897729b3  Padre-0.50.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


rpms/perl-Convert-BinHex/devel perl-Convert-BinHex.spec,1.14,1.15

2010-01-16 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-BinHex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20770

Modified Files:
perl-Convert-BinHex.spec 
Log Message:
minor spec issues from merge review (#552554)


Index: perl-Convert-BinHex.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-BinHex/devel/perl-Convert-BinHex.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-Convert-BinHex.spec4 Dec 2009 02:11:16 -   1.14
+++ perl-Convert-BinHex.spec14 Jan 2010 20:39:11 -  1.15
@@ -1,7 +1,7 @@
 Name:  perl-Convert-BinHex
 Version:   1.119
-Release:   11%{?dist}
-Summary:   Macintosh BinHex extractor library for Perl
+Release:   12%{?dist}
+Summary:   Convert to/from RFC1741 HQX7 (Mac BinHex)
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Convert-BinHex/
@@ -16,7 +16,7 @@ Convert::BinHex extracts data from Macin
 
 %prep
 %setup -q -n Convert-BinHex-%{version}
-%{__chmod} -x bin/*.pl docs/Convert/BinHex/*.gif
+%{__chmod} -x bin/*.pl docs/Convert/BinHex/redapple.gif
 %{__cp} -a bin examples
 %{__perl} -pi -e 's/^use lib .*$//' bin/*.pl
 %{__perl} -pi -e 's/^(\...@isa.*)/require Exporter; $1/' t/Checker.pm
@@ -28,9 +28,9 @@ Convert::BinHex extracts data from Macin
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{__chmod} -R u+w %{buildroot}/*
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{_fixperms} %{buildroot}
 
 %check
 %{__make} test
@@ -42,20 +42,23 @@ Convert::BinHex extracts data from Macin
 %defattr(-,root,root,-)
 %doc COPYING README docs examples
 %{perl_vendorlib}/Convert/
-%{_mandir}/man3/Convert::BinHex.3*
+%{_mandir}/man3/Convert::BinHex.3pm*
 
 %changelog
-* Fri Dec  4 2009 Stepan Kasal  - 1.119-11
+* Thu Jan 14 2010 Paul Howarth  1.119-12
+- minor spec issues from merge review (#552554)
+
+* Fri Dec  4 2009 Stepan Kasal  1.119-11
 - rebuild against perl 5.10.1
 
-* Sat Jul 25 2009 Fedora Release Engineering  
- 1.119-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Sat Jul 25 2009 Fedora Release Engineering  
1.119-10
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering  
- 1.119-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Thu Feb 26 2009 Fedora Release Engineering  
1.119-9
+- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Feb 27 2008 Tom "spot" Callaway  - 1.119-8
-- Rebuild for perl 5.10 (again)
+* Wed Feb 27 2008 Tom "spot" Callaway  1.119-8
+- rebuild for perl 5.10 (again)
 
 * Mon Jan 14 2008 Tom "spot" Callaway  1.119-7
 - rebuild for new perl
@@ -77,8 +80,8 @@ Convert::BinHex extracts data from Macin
 - assume rpm knows about %%check and %%{perl_vendorlib}
 - cosmetic spec file changes
 
-* Fri Apr  7 2005 Michael Schwendt 
+* Fri Apr  7 2005 Michael Schwendt  1.119-2
 - rebuilt
 
-* Wed Sep 15 2004 Ville Skyttä  - 0:1.119-1
-- First build.
+* Wed Sep 15 2004 Ville Skyttä  1.119-1
+- first build

--
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

rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.22,1.23

2010-01-16 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-stringy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30458

Modified Files:
perl-IO-stringy.spec 
Log Message:
spec cleanups (see also merge review #552564)


Index: perl-IO-stringy.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- perl-IO-stringy.spec15 Jan 2010 12:39:36 -  1.22
+++ perl-IO-stringy.spec15 Jan 2010 13:44:56 -  1.23
@@ -1,59 +1,78 @@
 Summary:   I/O on in-core objects like strings and arrays for Perl
 Name:  perl-IO-stringy
 Version:   2.110
-Release:   11%{?dist}
+Release:   12%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/IO-stringy/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz
 BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl(ExtUtils::MakeMaker)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
-This toolkit primarily provides Perl modules for performing both
-traditional and object-oriented I/O) on things *other* than normal
-filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
+This toolkit primarily provides modules for performing both traditional
+and object-oriented I/O) on things *other* than normal filehandles; in
+particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
+
+In the more-traditional IO::Handle front, we have IO::AtomicFile, which
+may be used to painlessly create files that are updated atomically.
+
+And in the "this-may-prove-useful" corner, we have IO::Wrap, whose
+exported wraphandle() function will clothe anything that's not a blessed
+object in an IO::Handle-like wrapper... so you can just use OO syntax
+and stop worrying about whether your function's caller handed you a
+string, a globref, or a FileHandle.
 
 %prep
 %setup -q -n IO-stringy-%{version}
-chmod 644 examples/IO_Scalar_synopsis
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{_fixperms} -R u+w %{buildroot}/*
+%{__rm} -rf %{buildroot}
+%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
+%{_fixperms} %{buildroot}
 
 %check
-make test
+%{__make} test
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc README COPYING examples
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/IO::*.3pm*
+%{_mandir}/man3/IO::AtomicFile.3pm*
+%{_mandir}/man3/IO::InnerFile.3pm*
+%{_mandir}/man3/IO::Lines.3pm*
+%{_mandir}/man3/IO::Scalar.3pm*
+%{_mandir}/man3/IO::ScalarArray.3pm*
+%{_mandir}/man3/IO::Stringy.3pm*
+%{_mandir}/man3/IO::Wrap.3pm*
+%{_mandir}/man3/IO::WrapTie.3pm*
 
 %changelog
+* Fri Jan 15 2010 Paul Howarth  2.110-12
+- spec cleanups (see also merge review #552564)
+
 * Sun Dec 20 2009 Robert Scheck  2.110-11
-- Rebuilt against perl 5.10.1
+- rebuilt against perl 5.10.1
 
-* Sat Jul 25 2009 Fedora Release Engineering  
- 2.110-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Sat Jul 25 2009 Fedora Release Engineering  
2.110-10
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering  
- 2.110-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Thu Feb 26 2009 Fedora Release Engineering  
2.110-9
+- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Feb 27 2008 Tom "spot" Callaway  - 2.110-8
-- Rebuild for perl 5.10 (again)
+* Wed Feb 27 2008 Tom "spot" Callaway  2.110-8
+- rebuild for perl 5.10 (again)
 
 * Tue Jan 15 2008 Tom "spot" Callaway  2.110-7
 - rebuild for new perl
@@ -77,24 +96,24 @@ rm -rf %{buildroot}
 * Fri Apr  7 2005 Michael Schwendt 
 - rebuilt
 
-* Tue Feb 15 2005 Ville Skyttä  - 0:2.110-1
-- 2.110.
-- Some specfile cleanups, bringing it closer to spectemplate-perl.spec.
+* Tue Feb 15 2005 Ville Skyttä  2.110-1
+- 2.110
+- some specfile cleanups, bringing it closer to spectemplate-perl.spec
 
-* Wed Dec 31 2003 Ville Skyttä  - 0:2.109-0.fdr.1
-- Update to 2.109.
+* Wed Dec 31 2003 Ville Skyttä  2.109-0.fdr.1
+- update to 2.109
 
-* Thu Oct  2 2003 Michael Schwendt  0:2.108-0.fdr.4
-- Package is now using vendor directories
+* Thu Oct  2 2003 Micha

rpms/perl-Template-Toolkit/devel perl-Template-Toolkit.spec, 1.16, 1.17

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/extras/rpms/perl-Template-Toolkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4442

Modified Files:
perl-Template-Toolkit.spec 
Log Message:
- drop build requirements for TeX; LaTeX support has been removed in 2.14a
- fix the Obsoletes tag


Index: perl-Template-Toolkit.spec
===
RCS file: 
/cvs/extras/rpms/perl-Template-Toolkit/devel/perl-Template-Toolkit.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-Template-Toolkit.spec  6 Dec 2009 23:48:44 -   1.16
+++ perl-Template-Toolkit.spec  15 Jan 2010 14:20:08 -  1.17
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
 Version:2.22
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -9,13 +9,13 @@ Source0:http://search.cpan.org/C
 Source1:http://tt2.org/download/TT_v222_html_docs.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(Test::More), tetex-dvips, tetex-latex
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(AppConfig), perl(Text::Autoformat), perl(GD::Graph3d), 
perl(GD::Graph)
 BuildRequires:  perl(GD::Text), perl(Image::Info), perl(Image::Size), 
perl(Pod::POM)
 BuildRequires:  perl(XML::DOM), perl(XML::RSS), perl(XML::XPath)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides:   perl-Template-Toolkit-examples = %{version}-%{release}
-Obsoletes:  perl-Template-Toolkit-examples < %{version}-%{release}
+Obsoletes:  perl-Template-Toolkit-examples < 2.22-1
 
 %description
 The Template Toolkit is a collection of modules which implement a
@@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 2.22-3
+- drop build requirements for TeX; LaTeX support has been removed in 2.14a
+- fix the Obsoletes tag
+
 * Fri Dec  4 2009 Stepan Kasal  - 2.22-2
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-SVN-Simple/devel perl-SVN-Simple-test.patch, NONE, 1.1 perl-SVN-Simple.spec, 1.7, 1.8

2010-01-16 Thread Till Maas
Author: till

Update of /cvs/pkgs/rpms/perl-SVN-Simple/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17332

Modified Files:
perl-SVN-Simple.spec 
Added Files:
perl-SVN-Simple-test.patch 
Log Message:
* Fri Jan 15 2010 Till Maas  - 0.27-10
- Fix FTBS bug: https://bugzilla.redhat.com/show_bug.cgi?id=511729


perl-SVN-Simple-test.patch:
 1edit.t |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE perl-SVN-Simple-test.patch ---
diff -up SVN-Simple-0.27/t/1edit.t.test SVN-Simple-0.27/t/1edit.t
--- SVN-Simple-0.27/t/1edit.t.test  2010-01-15 16:11:43.0 +0100
+++ SVN-Simple-0.27/t/1edit.t   2010-01-15 16:12:39.0 +0100
@@ -98,7 +98,7 @@ $edit->close_edit;
 $edit = new_edit;
 
 $edit->open_directory ('trunk');
-$edit->open_directory ('trunk/deep');
-$edit->delete_entry ('trunk/deep/more');
+$edit->open_directory ('trunk/deep2');
+$edit->delete_entry ('trunk/deep2/more');
 
 $edit->close_edit;


Index: perl-SVN-Simple.spec
===
RCS file: /cvs/pkgs/rpms/perl-SVN-Simple/devel/perl-SVN-Simple.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-SVN-Simple.spec7 Dec 2009 01:21:58 -   1.7
+++ perl-SVN-Simple.spec15 Jan 2010 15:29:45 -  1.8
@@ -1,11 +1,15 @@
 Name:   perl-SVN-Simple
 Version:0.27
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:A simple interface for writing a delta editor
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/SVN-Simple/
 Source0:
http://www.cpan.org/modules/by-module/SVN/SVN-Simple-%{version}.tar.gz
+# Retrieved from upstream bugtracker:
+# http://rt.cpan.org/Ticket/Attachment/716566/369865/deep.diff
+# http://rt.cpan.org/Public/Bug/Display.html?id=51087
+Patch0: perl-SVN-Simple-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -21,6 +25,7 @@ editor, so you could make commits to a s
 
 %prep
 %setup -q -n SVN-Simple-%{version}
+%patch0 -p1 -b .test
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Till Maas  - 0.27-10
+- Fix FTBS bug: https://bugzilla.redhat.com/show_bug.cgi?id=511729
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.27-9
 - rebuild against perl 5.10.1
 

--
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 Sys-Virt-0.2.3.tar.gz uploaded to lookaside cache by berrange

2010-01-16 Thread Daniel P. Berrange
A file has been added to the lookaside cache for perl-Sys-Virt:

d96b7616c38665cd24baf9e1b0e5b159  Sys-Virt-0.2.3.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


rpms/perl-Sys-Virt/devel .cvsignore, 1.5, 1.6 perl-Sys-Virt.spec, 1.19, 1.20 sources, 1.5, 1.6

2010-01-16 Thread Daniel P. Berrange
Author: berrange

Update of /cvs/extras/rpms/perl-Sys-Virt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20808

Modified Files:
.cvsignore perl-Sys-Virt.spec sources 
Log Message:
Update to 0.2.3 release


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore  26 Aug 2009 15:03:34 -  1.5
+++ .cvsignore  15 Jan 2010 15:49:20 -  1.6
@@ -1 +1 @@
-Sys-Virt-0.2.1.tar.gz
+Sys-Virt-0.2.3.tar.gz


Index: perl-Sys-Virt.spec
===
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Sys-Virt.spec  7 Dec 2009 00:44:49 -   1.19
+++ perl-Sys-Virt.spec  15 Jan 2010 15:49:20 -  1.20
@@ -1,6 +1,6 @@
 Name:   perl-Sys-Virt
-Version:0.2.1
-Release:2%{?dist}
+Version:0.2.3
+Release:1%{?dist}
 Summary:Represent and manage a libvirt hypervisor connection
 License:GPLv2+ or Artistic
 Group:  Development/Libraries
@@ -11,7 +11,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(XML::XPath)
-BuildRequires:  libvirt-devel >= 0.6.4
+BuildRequires:  libvirt-devel >= 0.7.5
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Daniel P. Berrange  - 0.2.3-1
+- Update to 0.2.3 release
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.2.1-2
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 26 Aug 2009 15:03:35 -  1.5
+++ sources 15 Jan 2010 15:49:20 -  1.6
@@ -1 +1 @@
-d87ebf92922a66412124b0ee9544dd6d  Sys-Virt-0.2.1.tar.gz
+d96b7616c38665cd24baf9e1b0e5b159  Sys-Virt-0.2.3.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


rpms/perl-Class-InsideOut/devel .cvsignore, 1.7, 1.8 perl-Class-InsideOut.spec, 1.15, 1.16 sources, 1.7, 1.8

2010-01-16 Thread corsepiu
Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Class-InsideOut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26685/devel

Modified Files:
.cvsignore perl-Class-InsideOut.spec sources 
Log Message:
* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
- Upstream update (BZ #539136)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  22 Oct 2008 04:09:51 -  1.7
+++ .cvsignore  15 Jan 2010 16:21:20 -  1.8
@@ -1 +1 @@
-Class-InsideOut-1.09.tar.gz
+Class-InsideOut-1.10.tar.gz


Index: perl-Class-InsideOut.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- perl-Class-InsideOut.spec   4 Dec 2009 01:59:41 -   1.15
+++ perl-Class-InsideOut.spec   15 Jan 2010 16:21:20 -  1.16
@@ -1,6 +1,6 @@
 Name:   perl-Class-InsideOut
-Version:1.09
-Release:4%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:A safe, simple inside-out object construction kit 
 
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
+- Upstream update (BZ #539136)
+
 * Fri Dec  4 2009 Stepan Kasal  - 1.09-4
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 22 Oct 2008 04:09:51 -  1.7
+++ sources 15 Jan 2010 16:21:20 -  1.8
@@ -1 +1 @@
-c80763c84d663986ae60251e6d2e8072  Class-InsideOut-1.09.tar.gz
+942347c9fe1d36da470bf89de1753571  Class-InsideOut-1.10.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

rpms/perl-Class-InsideOut/F-12 .cvsignore, 1.7, 1.8 perl-Class-InsideOut.spec, 1.14, 1.15 sources, 1.7, 1.8

2010-01-16 Thread corsepiu
Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Class-InsideOut/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26685/F-12

Modified Files:
.cvsignore perl-Class-InsideOut.spec sources 
Log Message:
* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
- Upstream update (BZ #539136)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  22 Oct 2008 04:09:51 -  1.7
+++ .cvsignore  15 Jan 2010 16:21:20 -  1.8
@@ -1 +1 @@
-Class-InsideOut-1.09.tar.gz
+Class-InsideOut-1.10.tar.gz


Index: perl-Class-InsideOut.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-12/perl-Class-InsideOut.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-Class-InsideOut.spec   26 Jul 2009 04:29:11 -  1.14
+++ perl-Class-InsideOut.spec   15 Jan 2010 16:21:20 -  1.15
@@ -1,6 +1,6 @@
 Name:   perl-Class-InsideOut
-Version:1.09
-Release:3%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:A safe, simple inside-out object construction kit 
 
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
+- Upstream update (BZ #539136)
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 1.09-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 22 Oct 2008 04:09:51 -  1.7
+++ sources 15 Jan 2010 16:21:20 -  1.8
@@ -1 +1 @@
-c80763c84d663986ae60251e6d2e8072  Class-InsideOut-1.09.tar.gz
+942347c9fe1d36da470bf89de1753571  Class-InsideOut-1.10.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

rpms/perl-Class-InsideOut/F-11 .cvsignore, 1.7, 1.8 perl-Class-InsideOut.spec, 1.13, 1.14 sources, 1.7, 1.8

2010-01-16 Thread corsepiu
Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Class-InsideOut/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26685/F-11

Modified Files:
.cvsignore perl-Class-InsideOut.spec sources 
Log Message:
* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
- Upstream update (BZ #539136)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  22 Oct 2008 04:09:51 -  1.7
+++ .cvsignore  15 Jan 2010 16:21:21 -  1.8
@@ -1 +1 @@
-Class-InsideOut-1.09.tar.gz
+Class-InsideOut-1.10.tar.gz


Index: perl-Class-InsideOut.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-11/perl-Class-InsideOut.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Class-InsideOut.spec   26 Feb 2009 13:03:24 -  1.13
+++ perl-Class-InsideOut.spec   15 Jan 2010 16:21:21 -  1.14
@@ -1,6 +1,6 @@
 Name:   perl-Class-InsideOut
-Version:1.09
-Release:2%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:A safe, simple inside-out object construction kit 
 
 Group:  Development/Libraries
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 15 2010 Ralf Corsépius  - 1.10-1
+- Upstream update (BZ #539136)
+
 * Thu Feb 26 2009 Fedora Release Engineering  
- 1.09-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Class-InsideOut/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 22 Oct 2008 04:09:51 -  1.7
+++ sources 15 Jan 2010 16:21:21 -  1.8
@@ -1 +1 @@
-c80763c84d663986ae60251e6d2e8072  Class-InsideOut-1.09.tar.gz
+942347c9fe1d36da470bf89de1753571  Class-InsideOut-1.10.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 AnyEvent-XMPP-0.51.tar.gz uploaded to lookaside cache by allisson

2010-01-16 Thread Allisson Azevedo
A file has been added to the lookaside cache for perl-AnyEvent-XMPP:

d867d4a756c034cd36933dbd61ec1ad0  AnyEvent-XMPP-0.51.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


rpms/perl-AnyEvent-XMPP/devel AnyEvent-XMPP-0.51-timezone.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 perl-AnyEvent-XMPP.spec, 1.3, 1.4 sources, 1.2, 1.3

2010-01-16 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20566/devel

Modified Files:
.cvsignore import.log perl-AnyEvent-XMPP.spec sources 
Added Files:
AnyEvent-XMPP-0.51-timezone.patch 
Log Message:

Update to 0.51.


AnyEvent-XMPP-0.51-timezone.patch:
 datetime.t |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

--- NEW FILE AnyEvent-XMPP-0.51-timezone.patch ---
diff -up AnyEvent-XMPP-0.51/t/datetime.t.timezone 
AnyEvent-XMPP-0.51/t/datetime.t
--- AnyEvent-XMPP-0.51/t/datetime.t.timezone2010-01-15 15:05:53.445075937 
-0300
+++ AnyEvent-XMPP-0.51/t/datetime.t 2010-01-15 15:29:39.019829885 -0300
@@ -1,6 +1,6 @@
 #!perl
 use strict;
-use Test::More tests => 22;
+use Test::More tests => 21;
 use AnyEvent::XMPP::Util qw/from_xmpp_datetime to_xmpp_datetime to_xmpp_time
xmpp_datetime_as_timestamp/;
 
@@ -27,9 +27,6 @@ is (1*$year,  107, "old format year");
 ok ((not defined $tz) , "no tz defined");
 ok ((not defined $secfrac), "no secfrac defined");
 
-my $ts = xmpp_datetime_as_timestamp ("20070730T18:51:40-02:10");
-is ($ts, '1185813700', "timestamp is UTC located");
-
 # new format
 ($sec, $min, $hour, $mday, $mon, $year, $tz, $secfrac)
= from_xmpp_datetime ("03:02:01.123+01:10");


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  28 Feb 2009 23:54:53 -  1.2
+++ .cvsignore  15 Jan 2010 18:39:23 -  1.3
@@ -1 +1 @@
-AnyEvent-XMPP-0.4.tar.gz
+AnyEvent-XMPP-0.51.tar.gz


Index: import.log
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  28 Feb 2009 23:54:53 -  1.1
+++ import.log  15 Jan 2010 18:39:23 -  1.2
@@ -1 +1,2 @@
 
perl-AnyEvent-XMPP-0_4-1_fc10:HEAD:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865238
+perl-AnyEvent-XMPP-0_51-1_fc12:HEAD:perl-AnyEvent-XMPP-0.51-1.fc12.src.rpm:1263580596


Index: perl-AnyEvent-XMPP.spec
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/perl-AnyEvent-XMPP.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-AnyEvent-XMPP.spec 7 Dec 2009 14:34:16 -   1.3
+++ perl-AnyEvent-XMPP.spec 15 Jan 2010 18:39:23 -  1.4
@@ -1,11 +1,12 @@
 Name:   perl-AnyEvent-XMPP
-Version:0.4
-Release:3%{?dist}
+Version:0.51
+Release:1%{?dist}
 Summary:Implementation of the XMPP Protocol
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/AnyEvent-XMPP/
 Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz
+Patch0: AnyEvent-XMPP-0.51-timezone.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(AnyEvent)
@@ -27,6 +28,7 @@ AnyEvent::XMPP - An implementation of th
 
 %prep
 %setup -q -n AnyEvent-XMPP-%{version}
+%patch0 -p1 -b .timezone
 
 # Filter requires
 cat << \EOF > %{name}-req
@@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Allisson Azevedo  - 0.51-1
+- Update to 0.51
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.4-3
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Feb 2009 23:54:53 -  1.2
+++ sources 15 Jan 2010 18:39:23 -  1.3
@@ -1 +1 @@
-6c25cb47a603f48b81b76f5a20394fcd  AnyEvent-XMPP-0.4.tar.gz
+d867d4a756c034cd36933dbd61ec1ad0  AnyEvent-XMPP-0.51.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 DateTime-0.53.tar.gz uploaded to lookaside cache by kasal

2010-01-16 Thread Štěpán Kasal
A file has been added to the lookaside cache for perl-DateTime:

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


File DateTime-Locale-0.44.tar.gz uploaded to lookaside cache by kasal

2010-01-16 Thread Štěpán Kasal
A file has been added to the lookaside cache for perl-DateTime:

f2e4ba9f2de67d2296c92da2e7c8b27d  DateTime-Locale-0.44.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 DateTime-TimeZone-1.08.tar.gz uploaded to lookaside cache by kasal

2010-01-16 Thread Štěpán Kasal
A file has been added to the lookaside cache for perl-DateTime:

5ea91e005828226e234d5fd7dbf6f894  DateTime-TimeZone-1.08.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


rpms/perl-AnyEvent-XMPP/F-11 AnyEvent-XMPP-0.51-timezone.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 perl-AnyEvent-XMPP.spec, 1.1, 1.2 sources, 1.2, 1.3

2010-01-16 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21966/F-11

Modified Files:
.cvsignore import.log perl-AnyEvent-XMPP.spec sources 
Added Files:
AnyEvent-XMPP-0.51-timezone.patch 
Log Message:

Update to 0.51.


AnyEvent-XMPP-0.51-timezone.patch:
 datetime.t |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

--- NEW FILE AnyEvent-XMPP-0.51-timezone.patch ---
diff -up AnyEvent-XMPP-0.51/t/datetime.t.timezone 
AnyEvent-XMPP-0.51/t/datetime.t
--- AnyEvent-XMPP-0.51/t/datetime.t.timezone2010-01-15 15:05:53.445075937 
-0300
+++ AnyEvent-XMPP-0.51/t/datetime.t 2010-01-15 15:29:39.019829885 -0300
@@ -1,6 +1,6 @@
 #!perl
 use strict;
-use Test::More tests => 22;
+use Test::More tests => 21;
 use AnyEvent::XMPP::Util qw/from_xmpp_datetime to_xmpp_datetime to_xmpp_time
xmpp_datetime_as_timestamp/;
 
@@ -27,9 +27,6 @@ is (1*$year,  107, "old format year");
 ok ((not defined $tz) , "no tz defined");
 ok ((not defined $secfrac), "no secfrac defined");
 
-my $ts = xmpp_datetime_as_timestamp ("20070730T18:51:40-02:10");
-is ($ts, '1185813700', "timestamp is UTC located");
-
 # new format
 ($sec, $min, $hour, $mday, $mon, $year, $tz, $secfrac)
= from_xmpp_datetime ("03:02:01.123+01:10");


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  28 Feb 2009 23:54:53 -  1.2
+++ .cvsignore  15 Jan 2010 18:46:16 -  1.3
@@ -1 +1 @@
-AnyEvent-XMPP-0.4.tar.gz
+AnyEvent-XMPP-0.51.tar.gz


Index: import.log
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  28 Feb 2009 23:54:53 -  1.1
+++ import.log  15 Jan 2010 18:46:16 -  1.2
@@ -1 +1,2 @@
 
perl-AnyEvent-XMPP-0_4-1_fc10:HEAD:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865238
+perl-AnyEvent-XMPP-0_51-1_fc12:F-11:perl-AnyEvent-XMPP-0.51-1.fc12.src.rpm:1263581010


Index: perl-AnyEvent-XMPP.spec
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-11/perl-AnyEvent-XMPP.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-AnyEvent-XMPP.spec 28 Feb 2009 23:54:53 -  1.1
+++ perl-AnyEvent-XMPP.spec 15 Jan 2010 18:46:16 -  1.2
@@ -1,11 +1,12 @@
 Name:   perl-AnyEvent-XMPP
-Version:0.4
+Version:0.51
 Release:1%{?dist}
 Summary:Implementation of the XMPP Protocol
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/AnyEvent-XMPP/
 Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz
+Patch0: AnyEvent-XMPP-0.51-timezone.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(AnyEvent)
@@ -27,6 +28,7 @@ AnyEvent::XMPP - An implementation of th
 
 %prep
 %setup -q -n AnyEvent-XMPP-%{version}
+%patch0 -p1 -b .timezone
 
 # Filter requires
 cat << \EOF > %{name}-req
@@ -103,5 +105,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Allisson Azevedo  - 0.51-1
+- Update to 0.51
+
 * Fri Feb 27 2009 Allisson Azevedo  0.4-1
 - Initial rpm release.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Feb 2009 23:54:53 -  1.2
+++ sources 15 Jan 2010 18:46:16 -  1.3
@@ -1 +1 @@
-6c25cb47a603f48b81b76f5a20394fcd  AnyEvent-XMPP-0.4.tar.gz
+d867d4a756c034cd36933dbd61ec1ad0  AnyEvent-XMPP-0.51.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


rpms/perl-DateTime/devel .cvsignore, 1.24, 1.25 perl-DateTime.spec, 1.34, 1.35 sources, 1.24, 1.25 DateTime-LeapSecond-utf8.patch, 1.1, NONE DateTime-filter-provides.sh, 1.1, NONE DateTime-filter-requ

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/extras/rpms/perl-DateTime/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29279

Modified Files:
.cvsignore perl-DateTime.spec sources 
Removed Files:
DateTime-LeapSecond-utf8.patch DateTime-filter-provides.sh 
DateTime-filter-requires.sh 
Log Message:
- new upstream version
- use Build.PL as Makefile.PL no longer exists
- use iconv to recode to utf-8, not a patch
- update BuildRequires
- drop Provides: perl(DateTime::TimeZoneCatalog), it is no longer there
- use filtering macros


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore  9 Dec 2008 21:37:15 -   1.24
+++ .cvsignore  15 Jan 2010 19:27:56 -  1.25
@@ -1,3 +1,3 @@
-DateTime-0.4501.tar.gz
-DateTime-Locale-0.42.tar.gz
-DateTime-TimeZone-0.8301.tar.gz
+DateTime-0.53.tar.gz
+DateTime-Locale-0.44.tar.gz
+DateTime-TimeZone-1.08.tar.gz


Index: perl-DateTime.spec
===
RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- perl-DateTime.spec  7 Dec 2009 13:08:15 -   1.34
+++ perl-DateTime.spec  15 Jan 2010 19:27:57 -  1.35
@@ -1,47 +1,49 @@
-%define DTLocale_version 0.42
-%define DTTimeZone_version 0.8301
+%define DT_version 0.53
+%define DTLocale_version 0.44
+%define DTTimeZone_version 1.08
 
 Name:   perl-DateTime
-Version:0.4501
-Release:4%{?dist}
+# must now be 0.xx00 to preserve upgrade path:
+Version:%{DT_version}00
+Release:1%{?dist}
 Epoch:  1
 Summary:Date and time objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{DT_version}.tar.gz
 Source1:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{DTTimeZone_version}.tar.gz
 Source2:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz
-Patch0: DateTime-LeapSecond-utf8.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
+BuildRequires:  perl(Class::ISA)
 BuildRequires:  perl(Class::Singleton) >= 1.03
+BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Find::Rule)
 BuildRequires:  perl(List::MoreUtils)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Validate) >= 0.76
+BuildRequires:  perl(Module::Build) >= 0.35
+# or better:
+#BuildRequires:  perl(Module::Build) >= 0.36
+BuildRequires:  perl(Params::Validate) >= 0.91
 BuildRequires:  perl(Pod::Man) >= 1.14
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More) >= 0.34
 BuildRequires:  perl(Test::Output)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
-# Creates a build dependency loop.
-#BuildRequires:  perl(DateTime::Format::ICal)
-#BuildRequires:  perl(DateTime::Format::Strptime)
 Requires:   perl(Class::Singleton) >= 1.03
-Requires:   perl(Params::Validate) >= 0.76
+Requires:   perl(Params::Validate) >= 0.91
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Provides:   perl-DateTime-TimeZone = %{DTTimeZone_version}
 Provides:   perl-DateTime-Locale = %{DTLocale_version}
-Provides:   perl(DateTime::TimeZoneCatalog)
 Provides:   perl(DateTimePP)
 Provides:   perl(DateTimePPExtra)
 
-Source98:   DateTime-filter-requires.sh
-%global real_perl_requires %{__perl_requires}
-%define __perl_requires %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} 
-n)-filter-requires
-
-Source99:   DateTime-filter-provides.sh
-%global real_perl_provides %{__perl_provides}
-%define __perl_provides %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} 
-n)-filter-provides
+%{?filter_setup:
+%filter_from_requires /^perl(Win32/d
+# drop the unversioned provide:
+%filter_from_provides /^perl(DateTime)$/d
+%?perl_default_filter
+}
 
 %description
 DateTime is a class for the representation of date/time combinations, and
@@ -55,15 +57,10 @@ http://datetime.perl.org/?FAQ.
 %setup -q -T -D -n DateTimeBundle -a 1
 %setup -q -T -D -n DateTimeBundle -a 2
 
-cd DateTime-%{version}
-%patch0 -p1
-cd -
-
-sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires}
-chmod +x %{__perl_requires}
-
-sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99} > 
%{__perl_provides}
-chmod +x %{__perl_provides}
+(
+f=DateTime-%{DT_version}/lib/DateTime/LeapSe

rpms/perl-AnyEvent-XMPP/F-12 AnyEvent-XMPP-0.51-timezone.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 perl-AnyEvent-XMPP.spec, 1.2, 1.3 sources, 1.2, 1.3

2010-01-16 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21167/F-12

Modified Files:
.cvsignore import.log perl-AnyEvent-XMPP.spec sources 
Added Files:
AnyEvent-XMPP-0.51-timezone.patch 
Log Message:

Update to 0.51.


AnyEvent-XMPP-0.51-timezone.patch:
 datetime.t |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

--- NEW FILE AnyEvent-XMPP-0.51-timezone.patch ---
diff -up AnyEvent-XMPP-0.51/t/datetime.t.timezone 
AnyEvent-XMPP-0.51/t/datetime.t
--- AnyEvent-XMPP-0.51/t/datetime.t.timezone2010-01-15 15:05:53.445075937 
-0300
+++ AnyEvent-XMPP-0.51/t/datetime.t 2010-01-15 15:29:39.019829885 -0300
@@ -1,6 +1,6 @@
 #!perl
 use strict;
-use Test::More tests => 22;
+use Test::More tests => 21;
 use AnyEvent::XMPP::Util qw/from_xmpp_datetime to_xmpp_datetime to_xmpp_time
xmpp_datetime_as_timestamp/;
 
@@ -27,9 +27,6 @@ is (1*$year,  107, "old format year");
 ok ((not defined $tz) , "no tz defined");
 ok ((not defined $secfrac), "no secfrac defined");
 
-my $ts = xmpp_datetime_as_timestamp ("20070730T18:51:40-02:10");
-is ($ts, '1185813700', "timestamp is UTC located");
-
 # new format
 ($sec, $min, $hour, $mday, $mon, $year, $tz, $secfrac)
= from_xmpp_datetime ("03:02:01.123+01:10");


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  28 Feb 2009 23:54:53 -  1.2
+++ .cvsignore  15 Jan 2010 18:43:26 -  1.3
@@ -1 +1 @@
-AnyEvent-XMPP-0.4.tar.gz
+AnyEvent-XMPP-0.51.tar.gz


Index: import.log
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  28 Feb 2009 23:54:53 -  1.1
+++ import.log  15 Jan 2010 18:43:26 -  1.2
@@ -1 +1,2 @@
 
perl-AnyEvent-XMPP-0_4-1_fc10:HEAD:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865238
+perl-AnyEvent-XMPP-0_51-1_fc12:F-12:perl-AnyEvent-XMPP-0.51-1.fc12.src.rpm:1263580794


Index: perl-AnyEvent-XMPP.spec
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-12/perl-AnyEvent-XMPP.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-AnyEvent-XMPP.spec 26 Jul 2009 01:37:49 -  1.2
+++ perl-AnyEvent-XMPP.spec 15 Jan 2010 18:43:26 -  1.3
@@ -1,11 +1,12 @@
 Name:   perl-AnyEvent-XMPP
-Version:0.4
-Release:2%{?dist}
+Version:0.51
+Release:1%{?dist}
 Summary:Implementation of the XMPP Protocol
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/AnyEvent-XMPP/
 Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz
+Patch0: AnyEvent-XMPP-0.51-timezone.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(AnyEvent)
@@ -27,6 +28,7 @@ AnyEvent::XMPP - An implementation of th
 
 %prep
 %setup -q -n AnyEvent-XMPP-%{version}
+%patch0 -p1 -b .timezone
 
 # Filter requires
 cat << \EOF > %{name}-req
@@ -102,7 +104,11 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
+
 %changelog
+* Fri Jan 15 2010 Allisson Azevedo  - 0.51-1
+- Update to 0.51
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 0.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Feb 2009 23:54:53 -  1.2
+++ sources 15 Jan 2010 18:43:26 -  1.3
@@ -1 +1 @@
-6c25cb47a603f48b81b76f5a20394fcd  AnyEvent-XMPP-0.4.tar.gz
+d867d4a756c034cd36933dbd61ec1ad0  AnyEvent-XMPP-0.51.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


rpms/perl-Template-Toolkit/devel perl-Template-Toolkit-gdpngtest.patch, 1.1, NONE

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/extras/rpms/perl-Template-Toolkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29689

Removed Files:
perl-Template-Toolkit-gdpngtest.patch 
Log Message:
remove unused file from cvs


--- perl-Template-Toolkit-gdpngtest.patch DELETED ---

--
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


rpms/perl-Template-Toolkit/devel perl-Template-Toolkit.spec, 1.17, 1.18

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/extras/rpms/perl-Template-Toolkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7569

Modified Files:
perl-Template-Toolkit.spec 
Log Message:
- use filtering macros


Index: perl-Template-Toolkit.spec
===
RCS file: 
/cvs/extras/rpms/perl-Template-Toolkit/devel/perl-Template-Toolkit.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-Template-Toolkit.spec  15 Jan 2010 14:20:08 -  1.17
+++ perl-Template-Toolkit.spec  15 Jan 2010 20:24:05 -  1.18
@@ -1,6 +1,6 @@
 Name:   perl-Template-Toolkit
 Version:2.22
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -17,6 +17,11 @@ Requires:  perl(:MODULE_COMPAT_%(eval "`
 Provides:   perl-Template-Toolkit-examples = %{version}-%{release}
 Obsoletes:  perl-Template-Toolkit-examples < 2.22-1
 
+%{?filter_setup:
+%filter_from_provides /^perl(bytes)$/d
+%?perl_default_filter
+}
+
 %description
 The Template Toolkit is a collection of modules which implement a
 fast, flexible, powerful and extensible template processing system.
@@ -30,18 +35,6 @@ LaTeX, and so on.
 find lib -type f | xargs chmod -c -x
 find TT_v*_html_docs -depth -name .svn -type d -exec rm -rf {} \;
 
-# Filter false positive provides.
-cat < %{name}-prov
-#!/bin/sh
-%{__perl_provides} \
-| grep -v 'perl(bytes)' \
-| grep -v 'perl(CGI)' \
-| grep -v 'perl(XML::DOM::' \
-| grep -v 'perl(XML::XPath::'
-EOF
-%define __perl_provides %{_builddir}/Template-Toolkit-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
 # Convert file to UTF-8
 iconv -f iso-8859-1 -t utf-8 -o Changes{.utf8,}
 mv Changes{.utf8,}
@@ -58,10 +51,9 @@ make install \
   PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
   INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib} \
   TT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/tt2
-find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -type f \( -name perllocal.pod -o \
+   -name .packlist -o -name '*.bs' -size 0 \) -exec rm {} ';'
+find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 # Nuke buildroot where it hides
 sed -i "s|$RPM_BUILD_ROOT||g" 
$RPM_BUILD_ROOT%{perl_vendorarch}/Template/Config.pm
@@ -84,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 2.22-4
+- use filtering macros
+
 * Fri Jan 15 2010 Stepan Kasal  - 2.22-3
 - drop build requirements for TeX; LaTeX support has been removed in 2.14a
 - fix the Obsoletes tag

--
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 libintl-perl-1.20.tar.gz uploaded to lookaside cache by kasal

2010-01-16 Thread Štěpán Kasal
A file has been added to the lookaside cache for perl-libintl:

cb36f58a7d2e15974f25b35381548b1b  libintl-perl-1.20.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


rpms/perl-libintl/devel .cvsignore, 1.3, 1.4 perl-libintl.spec, 1.13, 1.14 sources, 1.3, 1.4

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/extras/rpms/perl-libintl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24756

Modified Files:
.cvsignore perl-libintl.spec sources 
Log Message:
- new upstream version
> - better buildroot


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-libintl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  9 Feb 2006 16:52:49 -   1.3
+++ .cvsignore  15 Jan 2010 21:43:53 -  1.4
@@ -1 +1 @@
-libintl-perl-1.16.tar.gz
+libintl-perl-1.20.tar.gz


Index: perl-libintl.spec
===
RCS file: /cvs/extras/rpms/perl-libintl/devel/perl-libintl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-libintl.spec   7 Dec 2009 07:58:00 -   1.13
+++ perl-libintl.spec   15 Jan 2010 21:43:53 -  1.14
@@ -1,12 +1,12 @@
 Summary: Internationalization library for Perl, compatible with gettext
 Name: perl-libintl
-Version: 1.16
-Release: 11%{?dist}
+Version: 1.20
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/libintl-perl/
 Source: 
http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides: perl-libintl-perl = %{version}-%{release}
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -32,9 +32,9 @@ find lib/Locale gettext_xs \( -name '*.p
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
+find %{buildroot} -type f \( -name .packlist -o \
+   -name '*.bs' -size 0 \) -exec rm -f {} ';'
+find %{buildroot} -depth -type d -empty -exec rmdir {} ';'
 chmod -R u+w %{buildroot}/*
 
 
@@ -55,6 +55,10 @@ chmod -R u+w %{buildroot}/*
 
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 1.20-1
+- new upstream version
+- better buildroot
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.16-11
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-libintl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 9 Feb 2006 16:52:49 -   1.3
+++ sources 15 Jan 2010 21:43:53 -  1.4
@@ -1 +1 @@
-7dfcd9ac3a4ff41038a2c67a733d42b9  libintl-perl-1.16.tar.gz
+cb36f58a7d2e15974f25b35381548b1b  libintl-perl-1.20.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 SQL-Translator-0.11003.tar.gz uploaded to lookaside cache by cweyl

2010-01-16 Thread Chris Weyl
A file has been added to the lookaside cache for perl-SQL-Translator:

ada140a904b21a17aa47c64903a87f18  SQL-Translator-0.11003.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


rpms/perl-Compress-Bzip2/devel perl-Compress-Bzip2.spec,1.10,1.11

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/pkgs/rpms/perl-Compress-Bzip2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27871

Modified Files:
perl-Compress-Bzip2.spec 
Log Message:
- rebuild against perl 5.10.1


Index: perl-Compress-Bzip2.spec
===
RCS file: /cvs/pkgs/rpms/perl-Compress-Bzip2/devel/perl-Compress-Bzip2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Compress-Bzip2.spec26 Jul 2009 04:34:56 -  1.10
+++ perl-Compress-Bzip2.spec16 Jan 2010 00:55:28 -  1.11
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Bzip2
 Version:2.09
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Interface to Bzip2 compression library
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 2.09-9
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 2.09-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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


rpms/perl-Compress-Raw-Bzip2/devel perl-Compress-Raw-Bzip2.spec, 1.9, 1.10

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28754

Modified Files:
perl-Compress-Raw-Bzip2.spec 
Log Message:
- rebuild against perl 5.10.1


Index: perl-Compress-Raw-Bzip2.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Compress-Raw-Bzip2/devel/perl-Compress-Raw-Bzip2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Compress-Raw-Bzip2.spec27 Jul 2009 11:07:48 -  1.9
+++ perl-Compress-Raw-Bzip2.spec16 Jan 2010 00:59:34 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Compress-Raw-Bzip2
 Version:2.020
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Low-Level Interface to bzip2 compression library
 
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 2.020-2
+- rebuild against perl 5.10.1
+
 * Mon Jul 27 2009 Marcela Mašláňová  - 2.020-1
 - update
 

--
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

rpms/perl-Test-File-Contents/EL-5 perl-Test-File-Contents.spec, NONE, 1.1

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Test-File-Contents/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10565

Added Files:
perl-Test-File-Contents.spec 
Log Message:
initial import on EL-5 branch (from devel)


--- NEW FILE perl-Test-File-Contents.spec ---
Name:   perl-Test-File-Contents
Version:0.05
Release:5%{?dist}
Summary:Test routines for examining the contents of files
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Test-File-Contents/
Source0:
http://www.cpan.org/authors/id/S/SK/SKUD/Test-File-Contents-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Builder::Tester)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Test routines for examining the contents of files.

%prep
%setup -q -n Test-File-Contents-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./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 \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Dec  4 2009 Stepan Kasal  - 0.05-5
- rebuild against perl 5.10.1

* Sun Jul 26 2009 Fedora Release Engineering  
- 0.05-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Feb 26 2009 Fedora Release Engineering  
- 0.05-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Thu Mar 06 2008 Tom "spot" Callaway  - 0.05-2
Rebuild for new perl

* Mon Jul 16 2007 Steven Pritchard  0.05-1
- Specfile autogenerated by cpanspec 1.71.
- BR Test::Builder::Tester, Test::More, Test::Pod, and Test::Pod::Coverage.
- Improve Summary and description.

--
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


rpms/perl-Sys-Hostname-Long/F-11 perl-Sys-Hostname-Long.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7284/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Sys-Hostname-Long.spec 
Log Message:
initial import of perl-Sys-Hostname-Long


--- NEW FILE perl-Sys-Hostname-Long.spec ---
Name:   perl-Sys-Hostname-Long
Version:1.4
Release:1%{?dist}
Summary:Try every conceivable way to get full hostname
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Sys-Hostname-Long/
Source0:
http://www.cpan.org/authors/id/S/SC/SCOTT/Sys-Hostname-Long-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
How to get the host full name in perl on multiple operating systems (mac,
windows, unix* etc)

%prep
%setup -q -n Sys-Hostname-Long-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 1.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 19:57:52 -  1.1
+++ .cvsignore  16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+Sys-Hostname-Long-1.4.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 19:57:52 -  1.1
+++ sources 16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+a5b3c23754cbcff10e283d16c42ec3d3  Sys-Hostname-Long-1.4.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


rpms/perl-Sys-Hostname-Long/F-12 perl-Sys-Hostname-Long.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7284/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-Sys-Hostname-Long.spec 
Log Message:
initial import of perl-Sys-Hostname-Long


--- NEW FILE perl-Sys-Hostname-Long.spec ---
Name:   perl-Sys-Hostname-Long
Version:1.4
Release:1%{?dist}
Summary:Try every conceivable way to get full hostname
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Sys-Hostname-Long/
Source0:
http://www.cpan.org/authors/id/S/SC/SCOTT/Sys-Hostname-Long-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
How to get the host full name in perl on multiple operating systems (mac,
windows, unix* etc)

%prep
%setup -q -n Sys-Hostname-Long-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 1.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 19:57:52 -  1.1
+++ .cvsignore  16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+Sys-Hostname-Long-1.4.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 19:57:52 -  1.1
+++ sources 16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+a5b3c23754cbcff10e283d16c42ec3d3  Sys-Hostname-Long-1.4.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


rpms/perl-Throwable/F-11 perl-Throwable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Throwable/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8336/F-11

Modified Files:
.cvsignore sources 
Added Files:
perl-Throwable.spec 
Log Message:
initial import of perl-Throwable


--- NEW FILE perl-Throwable.spec ---
Name:   perl-Throwable
Version:0.100090
Release:1%{?dist}
Summary:Role for classes that can be thrown
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Throwable/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Devel::StackTrace) >= 1.21
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
BuildRequires:  perl(Moose) >= 0.87
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
# not available yet
#BuildRequires:  perl(Pod::Coverage::TrustPod)

Requires:   perl(Devel::StackTrace) >= 1.21
Requires:   perl(ExtUtils::MakeMaker) >= 6.11
Requires:   perl(Moose) >= 0.87
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.

%prep
%setup -q -n Throwable-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
RELEASE_TESTING=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 0.100090-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 20:01:04 -  1.1
+++ .cvsignore  16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+Throwable-0.100090.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 20:01:04 -  1.1
+++ sources 16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+c15f89d2b4902d548b3532ff46dde565  Throwable-0.100090.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


rpms/perl-Throwable/devel perl-Throwable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Throwable/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8336/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Throwable.spec 
Log Message:
initial import of perl-Throwable


--- NEW FILE perl-Throwable.spec ---
Name:   perl-Throwable
Version:0.100090
Release:1%{?dist}
Summary:Role for classes that can be thrown
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Throwable/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Devel::StackTrace) >= 1.21
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
BuildRequires:  perl(Moose) >= 0.87
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
# not available yet
#BuildRequires:  perl(Pod::Coverage::TrustPod)

Requires:   perl(Devel::StackTrace) >= 1.21
Requires:   perl(ExtUtils::MakeMaker) >= 6.11
Requires:   perl(Moose) >= 0.87
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.

%prep
%setup -q -n Throwable-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
RELEASE_TESTING=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 0.100090-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 20:01:04 -  1.1
+++ .cvsignore  16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+Throwable-0.100090.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 20:01:04 -  1.1
+++ sources 16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+c15f89d2b4902d548b3532ff46dde565  Throwable-0.100090.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


rpms/perl-Sys-Hostname-Long/devel perl-Sys-Hostname-Long.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Sys-Hostname-Long/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7284/devel

Modified Files:
.cvsignore sources 
Added Files:
perl-Sys-Hostname-Long.spec 
Log Message:
initial import of perl-Sys-Hostname-Long


--- NEW FILE perl-Sys-Hostname-Long.spec ---
Name:   perl-Sys-Hostname-Long
Version:1.4
Release:1%{?dist}
Summary:Try every conceivable way to get full hostname
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Sys-Hostname-Long/
Source0:
http://www.cpan.org/authors/id/S/SC/SCOTT/Sys-Hostname-Long-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
How to get the host full name in perl on multiple operating systems (mac,
windows, unix* etc)

%prep
%setup -q -n Sys-Hostname-Long-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 1.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 19:57:52 -  1.1
+++ .cvsignore  16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+Sys-Hostname-Long-1.4.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 19:57:52 -  1.1
+++ sources 16 Jan 2010 07:34:24 -  1.2
@@ -0,0 +1 @@
+a5b3c23754cbcff10e283d16c42ec3d3  Sys-Hostname-Long-1.4.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 Sys-Hostname-Long-1.4.tar.gz uploaded to lookaside cache by iarnell

2010-01-16 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Sys-Hostname-Long:

a5b3c23754cbcff10e283d16c42ec3d3  Sys-Hostname-Long-1.4.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


rpms/perl-Test-File-Contents/EL-5 .cvsignore, 1.1, 1.2 Makefile, 1.2, 1.3 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Test-File-Contents/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10232

Modified Files:
.cvsignore Makefile sources 
Log Message:
initial import on EL-5 branch (from devel)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-File-Contents/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  23 Jul 2007 21:09:18 -  1.1
+++ .cvsignore  16 Jan 2010 07:52:29 -  1.2
@@ -0,0 +1 @@
+Test-File-Contents-0.05.tar.gz




Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-File-Contents/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 23 Jul 2007 21:09:18 -  1.1
+++ sources 16 Jan 2010 07:52:29 -  1.2
@@ -0,0 +1 @@
+6bdc15a6345a3ef693a6e2326331b6ec  Test-File-Contents-0.05.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


rpms/perl-HTTP-Daemon-SSL/devel perl-HTTP-Daemon-SSL.spec,1.1,1.2

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/pkgs/rpms/perl-HTTP-Daemon-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8808

Modified Files:
perl-HTTP-Daemon-SSL.spec 
Log Message:
- rebuild against perl 5.10.1


Index: perl-HTTP-Daemon-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-HTTP-Daemon-SSL/devel/perl-HTTP-Daemon-SSL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-HTTP-Daemon-SSL.spec   3 Dec 2009 09:00:45 -   1.1
+++ perl-HTTP-Daemon-SSL.spec   16 Jan 2010 11:17:56 -  1.2
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-Daemon-SSL
 Version:1.04
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple http server class with SSL support
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/HTTP::Daemon::SSL.3pm*
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 1.04-3
+- rebuild against perl 5.10.1
+
 * Mon Nov 30 2009 Steve Traylen  1.04-2
 - Define included man pages more explicitly.
 * Fri Nov 20 2009 Steve Traylen  1.04-1

--
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 Throwable-0.100090.tar.gz uploaded to lookaside cache by iarnell

2010-01-16 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Throwable:

c15f89d2b4902d548b3532ff46dde565  Throwable-0.100090.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


rpms/perl-IO-Compress-Bzip2/devel perl-IO-Compress-Bzip2.spec, 1.7, 1.8

2010-01-16 Thread Štěpán Kasal
Author: kasal

Update of /cvs/pkgs/rpms/perl-IO-Compress-Bzip2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9488

Modified Files:
perl-IO-Compress-Bzip2.spec 
Log Message:
- rebuild against perl 5.10.1


Index: perl-IO-Compress-Bzip2.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-IO-Compress-Bzip2/devel/perl-IO-Compress-Bzip2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-IO-Compress-Bzip2.spec 26 Jul 2009 06:40:20 -  1.7
+++ perl-IO-Compress-Bzip2.spec 16 Jan 2010 11:21:53 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-IO-Compress-Bzip2
 Version:2.005
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl interface to allow reading and writing of bzip2 data
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal  - 2.005-7
+- rebuild against perl 5.10.1
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 2.005-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_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


rpms/perl-Throwable/F-12 perl-Throwable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2010-01-16 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Throwable/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8336/F-12

Modified Files:
.cvsignore sources 
Added Files:
perl-Throwable.spec 
Log Message:
initial import of perl-Throwable


--- NEW FILE perl-Throwable.spec ---
Name:   perl-Throwable
Version:0.100090
Release:1%{?dist}
Summary:Role for classes that can be thrown
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Throwable/
Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(Devel::StackTrace) >= 1.21
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
BuildRequires:  perl(Moose) >= 0.87
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
# not available yet
#BuildRequires:  perl(Pod::Coverage::TrustPod)

Requires:   perl(Devel::StackTrace) >= 1.21
Requires:   perl(ExtUtils::MakeMaker) >= 6.11
Requires:   perl(Moose) >= 0.87
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
Throwable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things: saves
any previous value for $@ and calls die $self.

%prep
%setup -q -n Throwable-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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/*

%check
RELEASE_TESTING=1 make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes dist.ini LICENSE META.json README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Jan 14 2010 Iain Arnell 0.100090-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Jan 2010 20:01:04 -  1.1
+++ .cvsignore  16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+Throwable-0.100090.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Throwable/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Jan 2010 20:01:04 -  1.1
+++ sources 16 Jan 2010 07:39:02 -  1.2
@@ -0,0 +1 @@
+c15f89d2b4902d548b3532ff46dde565  Throwable-0.100090.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 511749] FTBFS perl-AnyEvent-XMPP-0.4-1.fc11

2010-01-16 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=511749

--- Comment #15 from Fedora Update System  
2010-01-16 21:53:46 EST ---
perl-AnyEvent-XMPP-0.51-1.fc12 has been pushed to the Fedora 12 stable
repository.  If problems still persist, please make note of it in this bug
report.

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


[Bug 511749] FTBFS perl-AnyEvent-XMPP-0.4-1.fc11

2010-01-16 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=511749

--- Comment #14 from Fedora Update System  
2010-01-16 21:51:57 EST ---
perl-AnyEvent-XMPP-0.51-1.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

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


[Bug 511749] FTBFS perl-AnyEvent-XMPP-0.4-1.fc11

2010-01-16 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=511749

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|0.51-1.fc11 |0.51-1.fc12

-- 
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 511749] FTBFS perl-AnyEvent-XMPP-0.4-1.fc11

2010-01-16 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=511749

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||0.51-1.fc11
 Resolution||ERRATA

-- 
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